Changeset 14951 for fact/tools/rootmacros
- Timestamp:
- 02/24/13 10:52:01 (12 years ago)
- Location:
- fact/tools/rootmacros/PulseTemplates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/Sample.C
r14944 r14951 57 57 return; 58 58 } 59 void Sample::SetVerbosityLvl(int VerbosityLvl){ mVerbosityLvl = VerbosityLvl; return;} 59 60 int Sample::GetMinNumber(){return mMinNumber;} 60 61 int Sample::GetMaxNumber(){return mMaxNumber;} … … 197 198 Sample::BootstrapTH1(TH1* inputHisto, TH1* outHisto) 198 199 { 200 outHisto->Reset(); 201 199 202 //compute the median for 1-d histogram h1 200 203 int nbins = inputHisto->GetXaxis()->GetNbins(); -
fact/tools/rootmacros/PulseTemplates/Sample.h
r14944 r14951 91 91 void SetSampleSize(int size); 92 92 void SetSeed(int seed); 93 void SetVerbosityLvl(int VerbosityLvl); 93 94 int GetMinNumber(); 94 95 int GetMaxNumber();
Note:
See TracChangeset
for help on using the changeset viewer.