/[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.4 by mocchiut, Fri Jun 30 09:21:52 2006 UTC revision 1.5 by pam-fi, Fri Jul 21 10:56:22 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 155  class CaloLevel2 : public TObject { Line 156  class CaloLevel2 : public TObject {
156      TClonesArray *GetTrackArray(){return CaloTrk;};      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();      void Clear();
161      //      //
162      // constructor      // constructor

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

  ViewVC Help
Powered by ViewVC 1.1.23