Changeset 13654 for fact/tools/rootmacros
- Timestamp:
- 05/11/12 23:09:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/pixelsum.h
r13648 r13654 1 /** A one line description of the class.1 /** a sum of attributes and histograms of several pixels. 2 2 * 3 3 * #include "XX.h" <BR> … … 6 6 * A longer description. 7 7 * 8 * @see something8 * @see pixel.h 9 9 */ 10 10 … … 46 46 int verbosityLevel, 47 47 bool stats, 48 TFile* filename 48 TFile* filename, 49 int pixelOverlayXaxisLeft, 50 int pixelOverlayXaxisRight, 51 float bSLMean, 52 float gainMean, 53 TString options 49 54 ); 50 55 … … 67 72 //Histogram Booking 68 73 void 69 Book Histos();74 BookSumHistos(); 70 75 71 76 void 72 Book DistributionHistos();77 BookSumDistributionHistos(); 73 78 74 79 void 75 Delete Histos();80 DeleteSumHistos(); 76 81 77 82 void 78 Delete DistributionHistos();83 DeleteSumDistributionHistos(); 79 84 // ACCESS 80 85 // INQUIRY
Note:
See TracChangeset
for help on using the changeset viewer.