pxar
 All Classes Namespaces Functions Variables Typedefs Friends
PixTestShowIana.hh
1 // -- author: Wolfram Erdmann
2 #ifndef PIXTESTSHOWIANA_H
3 #define PIXTESTSHOWIANA_H
4 
5 #include "PixTest.hh"
6 
7 class DLLEXPORT PixTestShowIana: public PixTest {
8 public:
9  PixTestShowIana(PixSetup *, std::string);
11  virtual ~PixTestShowIana();
12  virtual bool setParameter(std::string parName, std::string sval);
13  void init();
14  void setToolTips();
15  void bookHist(std::string);
16  uint8_t readRocADC(uint8_t);
17 
18  void doTest();
19 
20 private:
21 
22 
23  ClassDef(PixTestShowIana, 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 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