/[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.3 by mocchiut, Wed Sep 6 11:03:29 2006 UTC revision 1.4 by mocchiut, Tue Nov 14 14:08:49 2006 UTC
# Line 64  class CaloProcessing : public TObject { Line 64  class CaloProcessing : public TObject {
64      // Energy vector      // Energy vector
65      //      //
66      Int_t istrip; ///< number of strip above threshold      Int_t istrip; ///< number of strip above threshold
67      Float_t svstrip[4224]; ///< saved calibrated energy      Int_t svstrip[4224]; ///< saved calibrated energy
68      //      //
69      // Variables needed to handle parameters files      // Variables needed to handle parameters files
70      //      //
71      Bool_t calopar1; ///< boolean, is true if parameter set number 1 has already been loaded      Bool_t calopar1; ///< boolean, is true if parameter set number 101 has already been loaded
72      Bool_t calopar2; ///< boolean, is true if parameter set number 2 has already been loaded      Bool_t calopar2; ///< boolean, is true if parameter set number 102 has already been loaded
73      UInt_t ftcalopar1; ///< parameter set 1 lower limit validity      Bool_t calopar3; ///< boolean, is true if parameter set number 103 has already been loaded
74      UInt_t ttcalopar1; ///< parameter set 1 upper limit validity      UInt_t ftcalopar1; ///< parameter set 101 lower limit validity
75      UInt_t ftcalopar2; ///< parameter set 2 lower limit validity      UInt_t ttcalopar1; ///< parameter set 101 upper limit validity
76      UInt_t ttcalopar2; ///< parameter set 2 upper limit validity      UInt_t ftcalopar2; ///< parameter set 102 lower limit validity
77        UInt_t ttcalopar2; ///< parameter set 102 upper limit validity
78        UInt_t ftcalopar3; ///< parameter set 103 lower limit validity
79        UInt_t ttcalopar3; ///< parameter set 103 upper limit validity
80      //      //
81      // private methods      // private methods
82      //      //
# Line 92  class CaloProcessing : public TObject { Line 95  class CaloProcessing : public TObject {
95      // ADC to MIP conversion values      // ADC to MIP conversion values
96      //      //
97      Float_t mip[2][22][96]; ///< ADC to MIP conversion values      Float_t mip[2][22][96]; ///< ADC to MIP conversion values
98        Int_t obadmask[2][22][96]; ///< Offline mask of bad strips (not used to calculate baselines and calorimeter variables)      
99      Float_t emin; ///< Offline threshold to separate noise from signal      Float_t emin; ///< Offline threshold to separate noise from signal
100      //      //
101      // Structures to pass data from/to F77      // Structures to pass data from/to F77

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

  ViewVC Help
Powered by ViewVC 1.1.23