pxar
 All Classes Namespaces Functions Variables Typedefs Friends
PixTestBB2Map.hh
1 #ifndef PIXTESTBB2MAP_H
2 #define PIXTESTBB2MAP_H
3 
4 #include "PixTest.hh"
5 
6 class DLLEXPORT PixTestBB2Map: public PixTest {
7 public:
8  PixTestBB2Map(PixSetup *, std::string);
10  virtual ~PixTestBB2Map();
11  virtual bool setParameter(std::string parName, std::string sval);
12  void init();
13  void setToolTips();
14 
15  void doTest();
16 
17 private:
18  int fParNtrig;
19  int fParVcalS;
20  int fParPlWidth;
21 
22  ClassDef(PixTestBB2Map, 1);
23 
24 };
25 #endif
virtual void doTest()
function connected to "DoTest" button of PixTab
Definition: PixTest.cc:602
virtual void setToolTips()
implement this to provide updated tool tips if the user changes test parameters
Definition: PixTest.cc:85
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