pxar
 All Classes Namespaces Functions Variables Typedefs Friends
PixTestSetVana.hh
1 // -- author: Daniel Pitzl
2 #ifndef PIXTESTSETVANA_H
3 #define PIXTESTSETVANA_H
4 
5 #include "PixTest.hh"
6 
7 class DLLEXPORT PixTestSetVana: public PixTest
8 {
9 public:
10  PixTestSetVana(PixSetup *, std::string);
12  virtual ~PixTestSetVana();
13  virtual bool setParameter(std::string parName, std::string sval);
14  void init();
15  void bookHist(std::string);
16 
17  void doTest();
18 
19 private:
20 
21  int fTargetIa; // [mA/ROC]
22 
23  ClassDef(PixTestSetVana, 1)
24 
25 };
26 #endif
virtual void doTest()
function connected to "DoTest" button of PixTab
Definition: PixTest.cc:602
void bookHist(std::string name)
use if you want, or define the histograms in the specific member functions
Definition: PixTest.cc:93
virtual bool setParameter(std::string parName, std::string sval)
set the string value of a parameter
Definition: PixTest.cc:433
void init()
sets all test parameters
Definition: PixTest.cc:62