FairRoot/PandaRoot
PndCAStation.h
Go to the documentation of this file.
1  //-*- Mode: C++ -*-
2  // *****************************************************************************
3  // *
4  // @Autors: I.Kulakov; M.Zyzak; I.Kisel *
5  // @e-mail: I.Kulakov@gsi.de; M.Zyzak@gsi.de; I.Kisel@compeng.uni-frankfurt.de *
6  // *
7  // *****************************************************************************
8 
9 #ifndef PNDCAStation_H
10 #define PNDCAStation_H
11 
13  float sin, cos;
14 };
15 
16 struct PndCAStation{
17  float r;
18  float ErrY;
19  float ErrZ;
20 
22  float xOverX0;
23  float xTimesRho;
24 
25  char NDF;
26  char CellLength;
27 };
28 
29 #endif
float xTimesRho
Definition: PndCAStation.h:23
PndCAStripInfo b
Definition: PndCAStation.h:21
PndCAStripInfo f
Definition: PndCAStation.h:21