/[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.13 by mocchiut, Mon Jan 22 09:16:55 2007 UTC revision 1.15 by mocchiut, Fri Jul 20 09:13:07 2007 UTC
# Line 126  class CaloLevel2 : public TObject { Line 126  class CaloLevel2 : public TObject {
126      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
127      //      //
128      CaloTrkVar *GetCaloTrkVar(Int_t notrack);  ///< returns a pointer to the CaloTrkVar class containing track related variables for track number notrack      CaloTrkVar *GetCaloTrkVar(Int_t notrack);  ///< returns a pointer to the CaloTrkVar class containing track related variables for track number notrack
129        CaloTrkVar* GetCaloStoredTrack(Int_t seqno); ///< returns pointer to the track set related to the seqno number
130      //      //
131      TClonesArray *GetTrackArray(){return CaloTrk;}; ///< returns a pointer to the track related variables array      TClonesArray *GetTrackArray(){return CaloTrk;}; ///< returns a pointer to the track related variables array
132      CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object      CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object
# Line 141  class CaloLevel2 : public TObject { Line 142  class CaloLevel2 : public TObject {
142      CaloLevel2(); ///< Constructor.      CaloLevel2(); ///< Constructor.
143      ~CaloLevel2(){Delete();}; //ELENA      ~CaloLevel2(){Delete();}; //ELENA
144      //      //
145      friend class CaloProcessing;      friend class CaloLevel0;
146      //      //
147      ClassDef(CaloLevel2,4);      ClassDef(CaloLevel2,4);
148  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.23