/[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.15 by pam-fi, Thu Jan 11 10:20:57 2007 UTC revision 1.17 by pam-fi, Mon Feb 5 16:01:50 2007 UTC
# Line 116  public: Line 116  public:
116      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
117      void Delete();      void Delete();
118      void Copy(TrkTrack&);      void Copy(TrkTrack&);
119            //    void Set();
120    
121      Int_t  GetSeqNo(){return seqno;}        ///< Returns the track sequential number      Int_t  GetSeqNo(){return seqno;}        ///< Returns the track sequential number
122      Int_t  GetImageSeqNo(){return image;}   ///< Returns the track image sequential number      Int_t  GetImageSeqNo(){return image;}   ///< Returns the track image sequential number
123      Bool_t HasImage(){return !(image==-1);} ///< Returns true if the track has an image      Bool_t HasImage(){return !(image==-1);} ///< Returns true if the track has an image
# Line 222  class TrkLevel2 : public TObject { Line 223  class TrkLevel2 : public TObject {
223      void Clear();      void Clear();
224      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
225      void Delete();      void Delete();
226        void Set();
227            
228      int ntrk() {return Track->GetEntries();}    ///< number of stored track      int ntrk() {return Track->GetEntries();}    ///< number of stored track
229      int nclsx(){return SingletX->GetEntries();} ///< number of x singlets      int nclsx(){return SingletX->GetEntries();} ///< number of x singlets
# Line 232  class TrkLevel2 : public TObject { Line 234  class TrkLevel2 : public TObject {
234      void SetFromLevel2Struct(cTrkLevel2 *, TrkLevel1 *);      void SetFromLevel2Struct(cTrkLevel2 *, TrkLevel1 *);
235      void GetLevel2Struct(cTrkLevel2 *) const;      void GetLevel2Struct(cTrkLevel2 *) const;
236      void LoadField(TString);      void LoadField(TString);
237        float GetBX(float*);
238        float GetBY(float*);
239        float GetBZ(float*);
240      Float_t GetZTrk(Int_t);      Float_t GetZTrk(Int_t);
241      Float_t GetXTrkLeft(){return XTRKL;};      Float_t GetXTrkLeft(){return XTRKL;};
242      Float_t GetXTrkRight(){return XTRKR;};      Float_t GetXTrkRight(){return XTRKR;};

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

  ViewVC Help
Powered by ViewVC 1.1.23