/[PAMELA software]/calo/flight/CaloDoubleShower/inc/CaloDoubleShower.h
ViewVC logotype

Diff of /calo/flight/CaloDoubleShower/inc/CaloDoubleShower.h

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

revision 1.1.1.1 by mocchiut, Fri Aug 10 12:23:34 2007 UTC revision 1.3 by mocchiut, Mon Dec 14 14:51:35 2009 UTC
# Line 46  class CaloDoubleShower : public TObject Line 46  class CaloDoubleShower : public TObject
46      PamLevel2 *L2;      PamLevel2 *L2;
47      Bool_t debug;      Bool_t debug;
48      //      //
49        Bool_t usepl18x;
50        //
51      // needed to avoid reprocessing the same event over and over to obtain the variables;      // needed to avoid reprocessing the same event over and over to obtain the variables;
52      //      //
53      UInt_t OBT;      UInt_t OBT;
# Line 80  class CaloDoubleShower : public TObject Line 82  class CaloDoubleShower : public TObject
82      void Clear();      void Clear();
83      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
84      void Delete();      void Delete();
85        void Delete(Option_t *option){Delete();};
86      //      //
87      void Process(UInt_t tr); ///<  Process data for track number tr      void Process(UInt_t tr); ///<  Process data for track number tr
88      void Process(); ///< Process data for track number 0      void Process(); ///< Process data for track number 0
89      void Print(UInt_t tr);      void Print(UInt_t tr);
90      void Print();      void Print();
91        //    void Print(Option_t *option){Print(0);};
92          
93        void UsePlane18X(Bool_t use){usepl18x = use;};
94        //
95      //      //
96      void LoadMagneticField();      void LoadMagneticField();
97      //      //
98      ClassDef(CaloDoubleShower,1);      ClassDef(CaloDoubleShower,2);
99  };  };
100    
101  #endif  #endif

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23