Changeset 13541 for fact/tools/rootmacros/PulseTemplates
- Timestamp:
- 05/03/12 13:11:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/FPulseOverlay.C
r13540 r13541 191 191 const char* drsfilename = "/fact/raw/2011/11/09/20111109_003.drs.fits.gz", 192 192 const char* OutRootFileName = "test.root", 193 bool ProduceGraphic = true,193 bool ProduceGraphic = false, 194 194 bool spikeDebug = false, 195 195 bool debugPixel = false, … … 200 200 int nevents = 100, 201 201 int firstpixel = 0, 202 int npixel = 1000,202 int npixel = -1, 203 203 int sampleSetSize = 40, 204 204 int maxPulseOrder = 3, … … 878 878 } 879 879 for ( int pos = EdgeLeft; pos < EdgeRight; pos++){ 880 // cout << endl << "###filling edge histo###" << endl;881 880 CurrentPixel->hEdgeOverlay[order_of_pulse]->Fill( pos - (reg->halfRisingEdgePos), Ameas[pos]) ; 882 881 CurrentPixel->hEdgeProfile[order_of_pulse]->Fill( pos - (reg->halfRisingEdgePos), Ameas[pos]) ; 883 // cout << endl << "######" << endl; 882 884 883 } 885 884 if (verbosityLevel > 2) cout << "...done" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.