/[PAMELA software]/PamelaLevel2/inc/PamLevel2.h
ViewVC logotype

Diff of /PamelaLevel2/inc/PamLevel2.h

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

revision 1.13 by pam-fi, Fri Feb 16 15:00:35 2007 UTC revision 1.15 by pam-fi, Thu Mar 15 12:18:51 2007 UTC
# Line 238  class PamLevel2 : public TObject { Line 238  class PamLevel2 : public TObject {
238  //  methods needed to retrieve subdetector general variables  //  methods needed to retrieve subdetector general variables
239  //  ========================================================  //  ========================================================
240      void*       GetPointerTo(const char*);      void*       GetPointerTo(const char*);
241        EventHeader  *GetEventHeader()  { return h0_obj; };
242      TrkLevel0    *GetTrkLevel0()  { return trk0_obj; };      TrkLevel0    *GetTrkLevel0()  { return trk0_obj; };
243    
244      TrkLevel1    *GetTrkLevel1()  { return trk1_obj; };      TrkLevel1    *GetTrkLevel1()  { return trk1_obj; };
# Line 281  class PamLevel2 : public TObject { Line 282  class PamLevel2 : public TObject {
282  //  =================================  //  =================================
283  //    Int_t ntrk(){ return trk2_obj->TrkLevel2::ntrk(); };  //    Int_t ntrk(){ return trk2_obj->TrkLevel2::ntrk(); };
284    
285        // -----
286        // flags methods
287        // -----
288        Bool_t IsCAL2(){return CAL2;}; //level2 branch
289        Bool_t IsCAL1(){return CAL1;}; //level1 branch
290        Bool_t IsCAL0(){return CAL0;}; //yoda
291    
292        Bool_t IsTRK2(){return TRK2;}; //level2 branch
293        Bool_t IsTRK1(){return TRK1;}; //level1 branch
294        Bool_t IsTRKh(){return TRKh;}; //hough branch
295        Bool_t IsTRK0(){return TRK0;}; //yoda
296    
297        Bool_t IsTOF(){return TOF;};
298        Bool_t IsTOF0(){return TOF0;};
299    
300        Bool_t IsTRG(){return TRG;};
301        Bool_t IsS4(){return S4;};
302        Bool_t IsND(){return ND;};
303        Bool_t IsAC(){return AC;};
304        Bool_t IsORB(){return ORB;};
305    
306        Bool_t IsRUN(){return RUN;};
307    
308        Int_t  IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list)
309    
310      ClassDef(PamLevel2,1);      ClassDef(PamLevel2,1);
311  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.23