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

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

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

revision 1.6 by pam-ts, Wed Oct 15 08:45:51 2014 UTC revision 1.7 by pam-fi, Thu Jan 28 14:38:24 2016 UTC
# Line 150  public: Line 150  public:
150    Float_t GetDEDX(int ip);    Float_t GetDEDX(int ip);
151    Float_t GetDEDX(int ip,int iv);    Float_t GetDEDX(int ip,int iv);
152    
153      Float_t GetDEDXX(bool cutSat=false);
154      Float_t GetDEDXY(bool cutSat=false);
155    
156    
157    Int_t GetClusterX_Multiplicity(int ip);    Int_t GetClusterX_Multiplicity(int ip);
158    Int_t GetClusterY_Multiplicity(int ip);    Int_t GetClusterY_Multiplicity(int ip);
159    Int_t GetClusterX_MaxStrip(int ip);    Int_t GetClusterX_MaxStrip(int ip);
# Line 159  public: Line 163  public:
163    Float_t GetDeflection();    Float_t GetDeflection();
164    Float_t GetMDR(){return (coval[4][4]>0 ? 1./sqrt(coval[4][4]) : 0.); };    Float_t GetMDR(){return (coval[4][4]>0 ? 1./sqrt(coval[4][4]) : 0.); };
165    
166    //dsa implementare    Bool_t IsSaturated(int,int);
167  /*     Bool_t IsSaturated(int,int); */    Bool_t IsSaturated(int);
168  /*     Bool_t IsSaturated(int); */    Bool_t IsSaturated();
169  /*     Bool_t IsSaturated(); */    Bool_t IsBad(int,int);
 /*     Bool_t IsBad(int,int); */  
170    Int_t GetLeverArmXY();    Int_t GetLeverArmXY();
171    Int_t GetLeverArmX();    Int_t GetLeverArmX();
172    Int_t GetLeverArmY();    Int_t GetLeverArmY();

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23