/[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.40 by pam-fi, Fri Dec 5 11:33:30 2008 UTC revision 1.42 by pam-fi, Wed Mar 11 14:19:09 2009 UTC
# Line 71  class Trajectory : public TObject{ Line 71  class Trajectory : public TObject{
71      void Dump();      void Dump();
72      void Delete();      void Delete();
73    
74      int DoTrack2(float* al);      int DoTrack(float* al, float zini);
75        int DoTrack(float* al){ return DoTrack(al,23.5); };
76    
77        int DoTrack2(float* al, float zini);
78        int DoTrack2(float* al){ return DoTrack2(al,23.5); };
79    
80      float GetLength(){float l=0; for(int i=0; i<npoint;i++)l=l+tl[i]; return l;};      float GetLength(){float l=0; for(int i=0; i<npoint;i++)l=l+tl[i]; return l;};
81      float GetLength(int,int);      float GetLength(int,int);
82    
# Line 191  public: Line 196  public:
196    
197      Bool_t IsInsideCavity(float);      Bool_t IsInsideCavity(float);
198      Bool_t IsInsideCavity(){ return IsInsideCavity(0.); };      Bool_t IsInsideCavity(){ return IsInsideCavity(0.); };
199      Bool_t IsInsideAcceptance();      Bool_t IsInsideAcceptance(float);
200        Bool_t IsInsideAcceptance(){ return IsInsideAcceptance(0.); };
201        Bool_t IsInsideGFSurface(const char*,float);
202        Bool_t IsInsideGFSurface(const char* surf){ return IsInsideGFSurface(surf,0.); };
203    
204      Bool_t EvaluateClusterPositions();      Bool_t EvaluateClusterPositions();
205    

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.42

  ViewVC Help
Powered by ViewVC 1.1.23