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

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

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

revision 1.18 by pam-fi, Fri Sep 2 14:49:02 2011 UTC revision 1.21 by mocchiut, Thu Jul 3 10:37:58 2014 UTC
# Line 71  public: Line 71  public:
71      Float_t GetCOG(){ return GetCOG(0); }      Float_t GetCOG(){ return GetCOG(0); }
72      Float_t GetETA(Int_t,float,bool);      Float_t GetETA(Int_t,float,bool);
73  //    Float_t GetETA(float angle){ return GetETA(0,angle); }  //    Float_t GetETA(float angle){ return GetETA(0,angle); }
74        Float_t GetDigSat();
75      Float_t GetPositionPU(float);      Float_t GetPositionPU(float);
76      Int_t   GetPFAstrips(float angle);      Int_t   GetPFAstrips(float angle);
77    
# Line 114  class TrkLevel1 : public TObject { Line 115  class TrkLevel1 : public TObject {
115                    
116      TrkLevel1();      TrkLevel1();
117      ~TrkLevel1(){Delete();}      ~TrkLevel1(){Delete();}
118            // EM crash when DSP status: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
119      int nclstr() {return Cluster->GetEntries();}    ///< number of stored clusters      int nclstr() {if (Cluster) return Cluster->GetEntries(); return 0;}    ///< number of stored clusters
120            
121      void Dump();      void Dump();
122  //    void SetFromLevel1Struct(cTrkLevel1 *, Bool_t);  //    void SetFromLevel1Struct(cTrkLevel1 *, Bool_t);
# Line 129  class TrkLevel1 : public TObject { Line 130  class TrkLevel1 : public TObject {
130      void Clear();      void Clear();
131      void Delete();      void Delete();
132      void Set();      void Set();
133        void Set(TrkLevel1 *trkl1, float mipCut=5., float fcut=0.2);
134            
135      TrkCluster*   GetCluster(int);      TrkCluster*   GetCluster(int);
136            
# Line 168  class TrkLevel1 : public TObject { Line 170  class TrkLevel1 : public TObject {
170      int  GetPFA(){ return sw_.pfaid; }      int  GetPFA(){ return sw_.pfaid; }
171            
172    
173      ClassDef(TrkLevel1,2);      ClassDef(TrkLevel1,3);
174    
175  };  };
176    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.23