00001
00002 #ifndef _GlastDigi_AcdDigiAlg_H
00003 #define _GlastDigi_AcdDigiAlg_H 1
00004
00005
00006
00007 #include "GaudiKernel/Algorithm.h"
00008 namespace xml { class IFile; }
00009
00019 class AcdDigiAlg : public Algorithm {
00020
00021 public:
00023 AcdDigiAlg(const std::string& name, ISvcLocator* pSvcLocator);
00024
00026 StatusCode initialize();
00028 StatusCode execute();
00030 StatusCode finalize();
00031
00032 private:
00033
00035 double m_lowThresholdGeV;
00037 double m_highThresholdGeV;
00039 double m_vetoThresholdGeV;
00041 double m_adcChannelsPerGeV;
00042
00044 std::string m_xmlFile;
00045
00046 };
00047
00048
00049 #endif // _GlastDigi_AcdDigiAlg_H