/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkParams.h
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/TrkParams.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by pam-fi, Tue Jan 15 14:29:18 2008 UTC revision 1.15 by pam-fi, Fri Apr 11 13:44:36 2008 UTC
# Line 16  Line 16 
16  #include <TrkCalib.h>  #include <TrkCalib.h>
17    
18  #define NTYPES 10  #define NTYPES 10
19    #define NGF 14
20    
21  /**  /**
22   * \brief Class to store tracker parameter information   * \brief Class to store tracker parameter information
# Line 94  public: Line 95  public:
95      static double init__deltab_1;      static double init__deltab_1;
96      static double init__dlt;      static double init__dlt;
97    
98        // ------------------------------------------
99        // nominal z-coordinates to define acceptance
100        // ------------------------------------------
101        static int   nGF;
102        static float zGF[NGF];
103        static float xGF_min[NGF];
104        static float xGF_max[NGF];
105        static float yGF_min[NGF];
106        static float yGF_max[NGF];
107        static TString GF_element[NGF];
108    
109      TrkParams();      TrkParams();
110              
     
111      // ---------------------------------------------      // ---------------------------------------------
112      // calibration (PED-SIG-BAD)      // calibration (PED-SIG-BAD)
113      // ---------------------------------------------      // ---------------------------------------------
# Line 135  public: Line 146  public:
146      static float GetBZ(float*);      static float GetBZ(float*);
147      static float GetResolution(int,float);      static float GetResolution(int,float);
148      static int   GetPFA(){return sw_.pfaid;};      static int   GetPFA(){return sw_.pfaid;};
149        static int GetPFA_NbinsAngle();
150        static int GetPFA_NbinsETA();
151        static int GetPFA_NbinsCharge(){return 0;};
152        static int GetPFA_AngleBin(float);
153        static float* GetPFA_ETAcorr(TString,int,int,int);
154        static float* GetPFA_ETAabs(TString,int);
155        static float  GetPFA_ETAlandi(int,int,int);
156        static float  GetPFA_ETAlandi(int nv,int nl,float ang)
157            { return TrkParams::GetPFA_ETAlandi(nv,nl,TrkParams::GetPFA_AngleBin(ang)); };
158    
159    
160    
161      // ---------------------------------------------      // ---------------------------------------------
162      // debug mode      // debug mode

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.23