/[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.2 by mocchiut, Mon Mar 26 14:02:02 2007 UTC revision 1.3 by mocchiut, Sun Sep 9 18:57:25 2007 UTC
# Line 99  class CaloLevel0 : public TObject { Line 99  class CaloLevel0 : public TObject {
99      void ClearCommonVar(); ///< clear common variables      void ClearCommonVar(); ///< clear common variables
100      void ClearTrkVar();  ///< clear track-related variables      void ClearTrkVar();  ///< clear track-related variables
101      void FindBaseRaw(Int_t l, Int_t m, Int_t pre); ///< calculate baselines starting from RAW data      void FindBaseRaw(Int_t l, Int_t m, Int_t pre); ///< calculate baselines starting from RAW data
102      Int_t Update(TSQLServer *dbc, UInt_t atime, Int_t s); ///< update calibration for this event      Int_t Update(GL_TABLES *glt, UInt_t atime, Int_t s); ///< update calibration for this event
103      Int_t LoadCalib(Int_t s); ///< load calibrations      Int_t LoadCalib(Int_t s); ///< load calibrations
104    
105      //      //
# Line 120  class CaloLevel0 : public TObject { Line 120  class CaloLevel0 : public TObject {
120      //      //
121      // useful methods      // useful methods
122      //      //
123      Int_t ChkParam(TSQLServer *dbc, UInt_t runheader, Bool_t mech); ///< check and load parameters data      Int_t ChkParam(GL_TABLES *glt, UInt_t runheader, Bool_t mech); ///< check and load parameters data
124      Int_t ChkCalib(TSQLServer *dbc, UInt_t atime); ///< check and load calibration data      Int_t ChkCalib(GL_TABLES *glt, UInt_t atime); ///< check and load calibration data
125      Int_t Calibrate(Int_t ei); ///< perform data calibration      Int_t Calibrate(Int_t ei); ///< perform data calibration
126      void GetCommonVar(); ///< call fortran common variables program      void GetCommonVar(); ///< call fortran common variables program
127      void GetTrkVar(); ///< call fortran track-related variables program      void GetTrkVar(); ///< call fortran track-related variables program
# Line 135  class CaloLevel0 : public TObject { Line 135  class CaloLevel0 : public TObject {
135      // constructor      // constructor
136      //      //
137      CaloLevel0(); ///< contructor      CaloLevel0(); ///< contructor
138      void ProcessingInit(TSQLServer *dbc, UInt_t hs, Int_t &sgnl, TTree *l0tree, Bool_t debug, Bool_t verbose); ///< initialize caloprocessing object      void ProcessingInit(GL_TABLES *glt, UInt_t hs, Int_t &sgnl, TTree *l0tree, Bool_t debug, Bool_t verbose); ///< initialize caloprocessing object
139      //      //
140      // destructor      // destructor
141      //      //

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

  ViewVC Help
Powered by ViewVC 1.1.23