/[PAMELA software]/DarthVader/CalorimeterLevel2/inc/CaloLevel0.h
ViewVC logotype

Diff of /DarthVader/CalorimeterLevel2/inc/CaloLevel0.h

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

revision 1.13 by mocchiut, Tue Nov 5 14:02:05 2013 UTC revision 1.14 by mocchiut, Fri Jun 6 14:18:11 2014 UTC
# Line 165  class CaloLevel0 : public TObject { Line 165  class CaloLevel0 : public TObject {
165      void FillCommonVar(CaloLevel1 *c1); ///< copy common variables from structure to class, level1 only      void FillCommonVar(CaloLevel1 *c1); ///< copy common variables from structure to class, level1 only
166      void FillCommonVar(CaloLevel1 *c1, CaloLevel2 *ca); ///< copy common variables from structure to class      void FillCommonVar(CaloLevel1 *c1, CaloLevel2 *ca); ///< copy common variables from structure to class
167      void FillTrkVar(CaloLevel2 *ca, Int_t nutrk); ///< copy track-related variables from structure to class      void FillTrkVar(CaloLevel2 *ca, Int_t nutrk); ///< copy track-related variables from structure to class
168        void FillTrkVar(TClonesArray *tcl, Int_t nutrk); ///< copy track-related variables from structure to class using TClonesArray, needed for extended tracking algorithm
169      void RunClose(); ///< clear variables which could change from one run to another      void RunClose(); ///< clear variables which could change from one run to another
170      void SetCrossTalk(Bool_t ct);      void SetCrossTalk(Bool_t ct);
171      void SetCrossTalkType(Bool_t ct);      void SetCrossTalkType(Bool_t ct);
# Line 185  class CaloLevel0 : public TObject { Line 186  class CaloLevel0 : public TObject {
186      //      //
187      ~CaloLevel0();///< destructor      ~CaloLevel0();///< destructor
188      //      //
189      ClassDef(CaloLevel0,5);      ClassDef(CaloLevel0,6);
190  };  };
191    
192  #endif  #endif

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.23