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

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

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

revision 1.5 by mocchiut, Wed Nov 22 08:31:09 2006 UTC revision 1.6 by mocchiut, Tue Feb 13 16:55:06 2007 UTC
# Line 28  class CaloProcessing : public TObject { Line 28  class CaloProcessing : public TObject {
28   private:   private:
29      Bool_t debug; ///< debugging flag      Bool_t debug; ///< debugging flag
30      Bool_t verbose; ///< verbose flag      Bool_t verbose; ///< verbose flag
31        Bool_t crosst;
32      //      //
33      // variables in which it is stored the calibration information for the four sections      // variables in which it is stored the calibration information for the four sections
34      //      //
# Line 119  class CaloProcessing : public TObject { Line 120  class CaloProcessing : public TObject {
120      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
121      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
122      void RunClose(); ///< clear variables which could change from one run to another      void RunClose(); ///< clear variables which could change from one run to another
123        void SetCrossTalk(Bool_t ct);
124      //      //
125      // constructor      // constructor
126      //      //

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23