Changeset 13591 for fact/tools/rootmacros
- Timestamp:
- 05/08/12 10:56:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/pixel.h
r13584 r13591 40 40 /** Default constructor. 41 41 */ 42 // Pixel(int pixelID);43 42 Pixel( 44 int pixelID = 0, 45 int maxPulsorder = 1, 46 int verbosityLevel = 0, 47 int pixelOverlayXaxisLeft = 50, 48 int pixelOverlayXaxisRight = 250, 49 int bSLMean = -1, 50 int gainMean = 10, 51 TString options = "" 43 int pixelID, 44 int maxPulsorder, 45 int verbosityLevel, 46 bool stats, 47 TFile* filename 48 ); 49 50 Pixel( 51 int pixelID, 52 int maxPulsorder, 53 int verbosityLevel, 54 bool stats, 55 TFile* filename, 56 int pixelOverlayXaxisLeft, 57 int pixelOverlayXaxisRight, 58 int bSLMean, 59 int gainMean, 60 TString options 52 61 ); 53 62 54 63 55 // /** Copy constructor. 56 // * 57 // * @param from The value to copy to this object. 58 // */ 59 // XX(const XX& from); 64 // /** Copy constructor. 65 // * 66 // * @param from The value to copy to this object. 67 // */ 60 68 61 69 … … 92 100 93 101 void SavePixelHistograms(const char *loc_fname, bool); 102 void LoadPulseHistos( ); 103 104 TString HistoTitle( 105 TString histo_title, 106 int order 107 ); 108 109 TString HistoName( 110 TString histoname, 111 int order 112 ); 94 113 95 114 // ACCESS 96 115 // INQUIRY 97 116 int mChid; 117 bool mStats; 98 118 int mMaxPulseOrder; 99 119 int mVerbosityLevel; … … 113 133 TObjArray* hList; 114 134 135 TFile* mRootFile; 136 115 137 protected: 116 138 private:
Note:
See TracChangeset
for help on using the changeset viewer.