/[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.10 by mocchiut, Thu Jun 19 20:01:31 2008 UTC revision 1.12 by mocchiut, Mon Sep 28 17:06:39 2009 UTC
# Line 38  class CaloLevel0 : public TObject { Line 38  class CaloLevel0 : public TObject {
38      Bool_t ctground; ///< Cross talk correction type (true ground, false flight)      Bool_t ctground; ///< Cross talk correction type (true ground, false flight)
39      Bool_t noselfct; ///< Pre cross talk correction do not applied to the strip itself      Bool_t noselfct; ///< Pre cross talk correction do not applied to the strip itself
40      //      //
41        Bool_t mask18; ///< Mask plane 18X flag
42      // 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
43      //      //
44      UInt_t idcalib[4]; ///< ID of root file containing calibrations (one per section)      UInt_t idcalib[4]; ///< ID of root file containing calibrations (one per section)
# Line 127  class CaloLevel0 : public TObject { Line 128  class CaloLevel0 : public TObject {
128      //      //
129      struct FlCaLevel1 *clevel1; ///< input structure      struct FlCaLevel1 *clevel1; ///< input structure
130      struct FlCaLevel2 *clevel2; ///< output structure      struct FlCaLevel2 *clevel2; ///< output structure
131    /*      // */
132    /*      struct FlEventi *eventi; */
133    /*      struct FlGruppo *gruppo; */
134    /*      struct FlGruppo2 *gruppo2; */
135    /*      struct FlGruppo4 *gruppo4; */
136    /*      struct FlTaglioen *taglioen; */
137    /*      struct FlAngolo *angolo; */
138    /*      struct FlWhere *where; */
139    /*      struct FlGeneral *general; */
140    /*      struct FlCh *ch; */
141    /*      struct FlCalofit *calofit; */
142    /*      struct FlPawcd *pawcd; */
143    /*      struct FlQuestd *questd; */
144    /*      // */
145      //      //
146      //      //
147      //      //
# Line 154  class CaloLevel0 : public TObject { Line 169  class CaloLevel0 : public TObject {
169      void SetCrossTalkType(Bool_t ct);      void SetCrossTalkType(Bool_t ct);
170      void SetCrossTalkType(Int_t ct);      void SetCrossTalkType(Int_t ct);
171      void SetVerbose(Bool_t ct);      void SetVerbose(Bool_t ct);
172        void MaskPlane18X(){ mask18 = true;};
173        void UnMaskPlane18X(){ mask18 = false;};
174      //      //
175      // constructor      // constructor
176      //      //
# Line 167  class CaloLevel0 : public TObject { Line 184  class CaloLevel0 : public TObject {
184      //      //
185      ~CaloLevel0();///< destructor      ~CaloLevel0();///< destructor
186      //      //
187      ClassDef(CaloLevel0,4);      ClassDef(CaloLevel0,5);
188  };  };
189    
190  #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.23