Changeset 13653 for fact/tools/rootmacros
- Timestamp:
- 05/11/12 23:08:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/templateextractors.h
r13638 r13653 12 12 #include "pixel.h" 13 13 14 /** Assignment operator. 15 * @todo do me 16 * @warning not implemented 17 * @param from THe value to assign to this object. 18 * 19 * @return A reference to this object. 20 */ 21 22 /** CalcMaxPropabilityOfSlice( 23 TH2* inputHisto, 24 TH1* outputHisto, 25 int verbosityLevel 26 ); 27 * Generates a Y-Projection for each slice of a TH2 histogram 28 * Then calls the Value of the bin with Maximum Value and puts it 29 * into the corresponding bin of a TH1 histogram 30 * @see Event::CalibrateAllPixel() 31 * @see Event::CalculatePhotonCharge() 32 */ 14 33 void 15 34 CalcMaxPropabilityOfSlice( … … 22 41 PlotMaxPropabilityPulse( 23 42 Pixel* CurrentPixel, 43 TString overlayType, 24 44 int verbosityLevel 25 45 ); … … 36 56 37 57 void 38 CalcMedianOfSlice(58 PlotMedianOfSlice( 39 59 Pixel* CurrentPixel, 40 60 TString overlayType, 61 int verbosityLevel 62 ); 63 64 void 65 PlotMeanOfSlice( 66 Pixel* CurrentPixel, 67 TString overlayType, 68 int verbosityLevel 69 ); 70 71 void 72 ExtractPulseTemplate( 73 Pixel* CurrentPixel, 74 TString overlayType, 75 int order, 41 76 int verbosityLevel 42 77 );
Note:
See TracChangeset
for help on using the changeset viewer.