pxar
 All Classes Namespaces Functions Variables Typedefs Friends
PixTestPh.hh
1 #ifndef PixTestPh_H
2 #define PixTestPh_H
3 
4 #include "PixTest.hh"
5 
6 
7 class DLLEXPORT PixTestPh: public PixTest {
8 public:
9  PixTestPh(PixSetup *, std::string);
10  PixTestPh();
11  virtual ~PixTestPh();
12  virtual bool setParameter(std::string parName, std::string sval);
13  void init();
14  void bookHist(std::string);
15 
16  void doTest();
17 
18 private:
19 
20  int fParNtrig;
21  std::string fParDAC;
22  int fParDacVal;
23 
24  ClassDef(PixTestPh, 1)
25 
26 };
27 #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