/[PAMELA software]/tof/flight/ToFNuclei/inc/ToFNuclei.h
ViewVC logotype

Diff of /tof/flight/ToFNuclei/inc/ToFNuclei.h

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

revision 1.3 by pamelats, Thu Aug 6 11:24:48 2009 UTC revision 1.4 by mayorov, Fri Dec 28 15:40:27 2018 UTC
# Line 43  class ToFNuclei : public TObject { Line 43  class ToFNuclei : public TObject {
43      //      //
44      PamLevel2 *L2;      PamLevel2 *L2;
45      Bool_t debug;      Bool_t debug;
46        const char*  trkAlg;
47      //      //
48      // 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
49      //      //
# Line 97  class ToFNuclei : public TObject { Line 98  class ToFNuclei : public TObject {
98      Int_t Get_Layerinfo_std(Int_t layer){ Process(); return layerinfo_std[layer];};      Int_t Get_Layerinfo_std(Int_t layer){ Process(); return layerinfo_std[layer];};
99    
100      //      //
101      ToFNuclei();      //ToFNuclei();
102      ToFNuclei(PamLevel2 *L2);      ToFNuclei(PamLevel2 *L2,const char* alg);
103      ~ToFNuclei(){ Delete(); };      ~ToFNuclei(){ Delete(); };
104      //      //
105      void SetDebug(Bool_t d){ debug=d; };      void SetDebug(Bool_t d){ debug=d; };

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

  ViewVC Help
Powered by ViewVC 1.1.23