9 #include "PixTestParameters.hh"
10 #include "ConfigParameters.hh"
11 #include "PixMonitor.hh"
24 PixMonitor* getPixMonitor() {
return fPixMonitor;}
25 bool doAnalysisOnly() {
return fDoAnalysisOnly;}
26 void setDoAnalysisOnly(
bool x) {fDoAnalysisOnly = x;}
27 bool useRootLogon() {
return fUseRootLogon;}
28 void setUseRootLogon(
bool x) {fUseRootLogon = x;}
30 void setRootFileUpdate(
bool x) {fDoUpdateRootFile = x;}
31 bool doRootFileUpdate() {
return fDoUpdateRootFile;}
33 void writeDacParameterFiles();
34 void writeTrimFiles();
35 void writeTbmParameterFiles();
38 void *fPxarMemory, *fPxarMemHi;
40 bool fDoUpdateRootFile;