/[PAMELA software]/DarthVader/CalorimeterLevel2/inc/CaloLevel2.h
ViewVC logotype

Diff of /DarthVader/CalorimeterLevel2/inc/CaloLevel2.h

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

revision 1.23 by pam-ts, Tue Sep 16 08:10:14 2014 UTC revision 1.24 by pam-fi, Wed Oct 15 12:06:21 2014 UTC
# Line 10  Line 10 
10  #include <TArrayI.h>  #include <TArrayI.h>
11  //  //
12  #include <math.h>  #include <math.h>
13    #include <string.h>//ELENA
14    
15  //  //
16  #include <CaloStruct.h>  #include <CaloStruct.h>
17  //  //
# Line 127  class CaloLevel2 : public TObject { Line 129  class CaloLevel2 : public TObject {
129      Float_t impy(Int_t tr);        ///< the y impact position on the first plane as determined by the track fitted in the calorimeter ( tr = 0 calo fit, tr = 1 selftrigger fit)      Float_t impy(Int_t tr);        ///< the y impact position on the first plane as determined by the track fitted in the calorimeter ( tr = 0 calo fit, tr = 1 selftrigger fit)
130    
131      TClonesArray** GetPointerToTrackArray(){return &CaloTrk;}///< returns pointer to pointer to the track array      TClonesArray** GetPointerToTrackArray(){return &CaloTrk;}///< returns pointer to pointer to the track array
132        void SetTrackArray(TClonesArray *track);///<set pointer to the track array
133    
134      //      //
135      void GetElectronEnergy(Float_t &energy, Float_t &sigma); ///< returns energy and sigma using qtot and assuming the particle being an electron      void GetElectronEnergy(Float_t &energy, Float_t &sigma); ///< returns energy and sigma using qtot and assuming the particle being an electron

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.23