StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
VoltCalibrator.h
1 #ifndef VoltCalibrator_H_INCLUDED
2 #define VoltCalibrator_H_INCLUDED
3 #include "Stiostream.h"
4 #include "TObject.h"
5 
7 {
8  public:
9 
11  virtual ~VoltCalibrator();
12  void setRefFile(const char * name);
13  void setGainFile(const char *name);
14  void setVoltInputFile(const char *name);
15  void setVoltOutputFile(const char *name);
16  void process();
17  void createTemplates();
18  protected:
19 
21  const char * refFile;
23  const char * gainFile;
25  const char * currentVoltFile;
27  const char * newVoltFile;
28 
29  ClassDef(VoltCalibrator,1)
30 
31 };
32 #endif
const char * currentVoltFile
Current Voltage Setting File.
const char * refFile
Reference Gain/Volt File.
const char * gainFile
Requested Relative Gain Change File.
const char * newVoltFile
New Voltage Setting File.