/[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.2 by mocchiut, Tue May 30 14:57:57 2006 UTC revision 1.7 by mocchiut, Wed Sep 6 11:03:29 2006 UTC
# Line 9  Line 9 
9  #include <TClonesArray.h>  #include <TClonesArray.h>
10  #include <TArrayF.h>  #include <TArrayF.h>
11  //  //
12    #include <CaloStruct.h>
13  /**  /**
14   * \brief Calorimeter track-related variables class   * \brief Calorimeter track-related variables class
15   *   *
# Line 152  class CaloLevel2 : public TObject { Line 153  class CaloLevel2 : public TObject {
153      Float_t DecodeEstrip(Int_t entry, Int_t &view, Int_t &plane, Int_t &strip); ///< returns saved MIP value for the entry number "entry" of the TArrayF.      Float_t DecodeEstrip(Int_t entry, Int_t &view, Int_t &plane, Int_t &strip); ///< returns saved MIP value for the entry number "entry" of the TArrayF.
154      CaloTrkVar *GetCaloTrkVar(Int_t notrack);  ///< returns a pointer to the CaloTrkVar class containing track related variables      CaloTrkVar *GetCaloTrkVar(Int_t notrack);  ///< returns a pointer to the CaloTrkVar class containing track related variables
155      //      //
156        TClonesArray *GetTrackArray(){return CaloTrk;};
157      CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object      CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object
158      //      //
159        void GetLevel2Struct(cCaloLevel2 *l2) const;
160        void Clear();
161        //
162      // constructor      // constructor
163      //      //
164      CaloLevel2();      CaloLevel2(); ///< Constructor.
165      //      //
166      friend class CaloProcessing;      friend class CaloProcessing;
167      //      //

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23