Changeset 13783 for fact/tools/rootmacros/PulseTemplates
- Timestamp:
- 05/18/12 21:24:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/pixel.h
r13658 r13783 48 48 int verbosityLevel, 49 49 bool stats, 50 TString options, 51 int pixelOverlayXaxisLeft, 52 int pixelOverlayXaxisRight, 53 float bSLMean, 54 float gainMean, 50 55 TFile* filename 51 56 ); … … 56 61 int verbosityLevel, 57 62 bool stats, 58 T File* filename,63 TString options, 59 64 int pixelOverlayXaxisLeft, 60 65 int pixelOverlayXaxisRight, 61 66 float bSLMean, 62 float gainMean, 63 TString options 67 float gainMean 64 68 ); 65 69 … … 151 155 TString HistoTitle(TString, int ); 152 156 TString HistoName(TString, int); 153 TString CsvFileName(TString, TString, int ); 157 TString ChooseCycleNumber(TString , int); 158 virtual TString CsvFileName(TString, TString, int ); 154 159 155 160 // ACCESS … … 185 190 TH1F** hPixelEdgeMean; 186 191 187 T ObjArray* hList;192 TList* hList; 188 193 189 194 TFile* mRootFile; 195 TDirectory* mDirectory; 190 196 191 197 protected:
Note:
See TracChangeset
for help on using the changeset viewer.