/[PAMELA software]/DarthVader/ToFLevel2/inc/ToFLevel2.h
ViewVC logotype

Diff of /DarthVader/ToFLevel2/inc/ToFLevel2.h

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

revision 1.4 by mocchiut, Thu Jul 6 09:03:26 2006 UTC revision 1.6 by pam-fi, Fri Jul 21 11:02:28 2006 UTC
# Line 5  Line 5 
5  #include <TArrayI.h>  #include <TArrayI.h>
6  #include <TArrayF.h>  #include <TArrayF.h>
7  #include <TClonesArray.h>  #include <TClonesArray.h>
8    
9    #include <ToFStruct.h>
10  //  //
11  // class which contains track related variables  // class which contains track related variables
12  //  //
# Line 81  class ToFLevel2 : public TObject { Line 83  class ToFLevel2 : public TObject {
83    Int_t npmt(){return PMT->GetEntries();};    Int_t npmt(){return PMT->GetEntries();};
84            
85    //    //
86      void GetLevel2Struct(cToFLevel2 *) const;
87      //
88    ToFTrkVar *GetToFTrkVar(Int_t notrack);      ToFTrkVar *GetToFTrkVar(Int_t notrack);  
89    ToFPMT *GetToFPMT(Int_t nohit);      ToFPMT *GetToFPMT(Int_t nohit);  
90    Int_t GetPMTid(Int_t gg, Int_t hh);    Int_t GetPMTid(Int_t gg, Int_t hh);
91    TString GetPMTName(Int_t ind);    TString GetPMTName(Int_t ind);
92    Int_t GetPlaneIndex(Int_t pmt_id);    Int_t GetPlaneIndex(Int_t pmt_id);
93    void GetMatrix(Int_t notrack, Float_t adc[4][12], Float_t tdc[4][12]);    void GetMatrix(Int_t notrack, Float_t adc[4][12], Float_t tdc[4][12]);
94    void GetPMTIndex(Int_t pmt_id, Int_t gg, Int_t hh);    void GetPMTIndex(Int_t pmt_id, Int_t &gg, Int_t &hh);
95    //    //
96    // constructor    // constructor
97    //    //

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

  ViewVC Help
Powered by ViewVC 1.1.23