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

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

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

revision 1.37 by pam-fi, Wed Oct 22 15:17:32 2008 UTC revision 1.39 by pam-fi, Thu Dec 4 14:33:47 2008 UTC
# Line 154  public: Line 154  public:
154      float BdL(){return 0;};                 ///< Evaluates the integral of B*dL along the track.      float BdL(){return 0;};                 ///< Evaluates the integral of B*dL along the track.
155      Int_t GetNX(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)XGood(i); return n;};      Int_t GetNX(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)XGood(i); return n;};
156      Int_t GetNY(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)YGood(i); return n;};      Int_t GetNY(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)YGood(i); return n;};
157        Int_t GetNXY(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)YGood(i)*XGood(i); return n;};
158      Int_t GetNtot(){return GetNX()+GetNY();};      Int_t GetNtot(){return GetNX()+GetNY();};
159      Float_t GetRigidity();      Float_t GetRigidity();
160      Float_t GetDeflection();      Float_t GetDeflection();
# Line 164  public: Line 165  public:
165      Float_t GetDEDX();      Float_t GetDEDX();
166      Float_t GetDEDX(int ip);      Float_t GetDEDX(int ip);
167      Float_t GetDEDX(int ip,int iv);      Float_t GetDEDX(int ip,int iv);
168        Int_t GetLeverArmXY();
169      Int_t GetLeverArmX();      Int_t GetLeverArmX();
170      Int_t GetLeverArmY();      Int_t GetLeverArmY();
171      Float_t GetChi2X();      Float_t GetChi2X();
# Line 202  public: Line 204  public:
204      Int_t GetSensor(int ip);      Int_t GetSensor(int ip);
205      Bool_t XGood(int ip){ return GetClusterX_ID(ip)!=-1; };      Bool_t XGood(int ip){ return GetClusterX_ID(ip)!=-1; };
206      Bool_t YGood(int ip){ return GetClusterY_ID(ip)!=-1; };      Bool_t YGood(int ip){ return GetClusterY_ID(ip)!=-1; };
207      void ResetXGoo(int ip){ xgood[ip]=0; };      void ResetXGood(int ip){ xgood[ip]=0; };
208      void ResetYGood(int ip){ ygood[ip]=0; };      void ResetYGood(int ip){ ygood[ip]=0; };
209  /*     void SetXGood(int ip, int clid, int is); */  /*     void SetXGood(int ip, int clid, int is); */
210  /*     void SetYGood(int ip, int clid, int is); */  /*     void SetYGood(int ip, int clid, int is); */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.39

  ViewVC Help
Powered by ViewVC 1.1.23