/[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.2 by mocchiut, Mon Nov 26 08:52:48 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 86  class CaloDoubleShower : public TObject Line 88  class CaloDoubleShower : public TObject
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);};      //    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.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23