Changeset 14745 for fact/tools/rootmacros/PulseTemplates
- Timestamp:
- 12/13/12 18:18:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/templateextractors.h
r14707 r14745 58 58 ); 59 59 60 double 61 ErrorMedianOfH1( 62 TH1* inputHisto, 63 int numIterations, 64 int verbosityLevel 65 ); 66 60 67 Double_t MedianOfH1withRndSlices ( 61 68 TH1* inputHisto, //histogram from which median will be calculated 62 vector<int> *position //array with random slice numbers 69 vector<int> *position //array with random slice numbers 70 ); 71 72 int ExtractTH1EnriesToVector ( 73 TH1* inputHisto, //histogram from which median will be calculated 74 vector<int> *entries //array with random slice numbers 75 ); 76 77 void CalculateErrorsWithBootstrapping( 78 TH1* inputHisto, 79 int numIt, 80 double* par, 81 double* parErr 63 82 ); 64 83
Note:
See TracChangeset
for help on using the changeset viewer.