1 #ifndef PIXTESTGAINPEDESTAL_H
2 #define PIXTESTGAINPEDESTAL_H
12 virtual bool setParameter(std::string parName, std::string sval);
20 void printHistograms();
22 void saveGainPedestalParameters();
29 int fParNtrig, fParShowFits, fParExtended, fParDumpHists;
31 std::vector<shist256*> fHists;
32 std::vector<int> fLpoints, fHpoints;
virtual void runCommand(std::string command)
allow execution of any button in the test
virtual void doTest()
function connected to "DoTest" button of PixTab
virtual void fullTest()
function called when FullTest is running; most often this is simply calling doTest() ...
void bookHist(std::string name)
use if you want, or define the histograms in the specific member functions
virtual void setToolTips()
implement this to provide updated tool tips if the user changes test parameters
virtual bool setParameter(std::string parName, std::string sval)
set the string value of a parameter
void init()
sets all test parameters