/[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.16 by mocchiut, Mon Sep 3 08:42:11 2007 UTC revision 1.18 by mocchiut, Fri Nov 23 16:42:31 2007 UTC
# Line 9  Line 9 
9  #include <TClonesArray.h>  #include <TClonesArray.h>
10  #include <TArrayI.h>  #include <TArrayI.h>
11  //  //
12    #include <math.h>
13    //
14  #include <CaloStruct.h>  #include <CaloStruct.h>
15  //  //
16    
# Line 61  public: Line 63  public:
63       */       */
64      CaloTrkVar(const CaloTrkVar &trkvar); ///< copy values from trkvar to this      CaloTrkVar(const CaloTrkVar &trkvar); ///< copy values from trkvar to this
65      //      //
66      void Clear(); ///< clear variables      void Clear(Option_t *t=""); ///< clear variables
67      CaloTrkVar* GetCaloTrkVar(){return this;}; ///< returns pointer to this object      CaloTrkVar* GetCaloTrkVar(){return this;}; ///< returns pointer to this object
68      //      //
69      ClassDef(CaloTrkVar,2);      ClassDef(CaloTrkVar,2);
# Line 134  class CaloLevel2 : public TObject { Line 136  class CaloLevel2 : public TObject {
136      //      //
137      void GetLevel2Struct(cCaloLevel2 *l2) const;      void GetLevel2Struct(cCaloLevel2 *l2) const;
138      //      //
139      void Clear();      void Clear(Option_t *t="");
140      void Delete(); //ELENA      void Delete(Option_t *t=""); //ELENA
141      void Set(); //ELENA      void Set(); //ELENA
142      //      //
143      // constructor      // constructor

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.23