Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

AcdDigiAlg.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/GlastDigi/src/Acd/AcdDigiAlg.h,v 1.4 2001/04/26 21:12:29 igable Exp $
00002 #ifndef _GlastDigi_AcdDigiAlg_H
00003 #define _GlastDigi_AcdDigiAlg_H 1
00004 
00005 
00006 // Include files
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

Generated at Wed Nov 21 12:22:36 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000