FairRoot/PandaRoot
FTSCAStation.h
Go to the documentation of this file.
1  //-*- Mode: C++ -*-
2  // *****************************************************************************
3  // *
4  // @Autors: I.Kulakov; M.Pugach; M.Zyzak; I.Kisel *
5  // @e-mail: I.Kulakov@gsi.de; M.Pugach@gsi.de; M.Zyzak@gsi.de; I.Kisel@compeng.uni-frankfurt.de *
6  // *
7  // *****************************************************************************
8 
9 #ifndef FTSCAStation_H
10 #define FTSCAStation_H
11 
12 #ifdef PANDA_FTS
13 
14 #include "L1MaterialInfo.h"
15 #include "L1XYMeasurementInfo.h"
16 #include <vector>
17 using std::vector;
18 #endif
19 
21  float sin, cos;
22 };
23 
25  float_v sin, cos;
26 };
27 
28 struct FTSCAStation{
29  float ErrY;
30  float ErrZ;
31 
33 
34  float x0;
35 
36 #ifdef PANDA_FTS
37  L1MaterialInfo materialInfo;
38  L1FieldSlice fieldSlice;
39  vector<L1FieldSlice> fieldVirtualSlice;
40  float dZVirtualStation;
41  float xMax, yMax;
42 #else
44 #endif
45 
46  char NDF;
47  char CellLength;
48 };
49 
50 #endif
FTSCAStripInfo f
Definition: FTSCAStation.h:32
float xTimesRho
Definition: FTSCAStation.h:43