Ignore:
Timestamp:
02/24/13 10:52:01 (12 years ago)
Author:
Jens Buss
Message:
added SetVerbLevel, out histo reseted in Bootstrap histogramm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/Sample.C

    r14944 r14951  
    5757    return;
    5858}
     59void    Sample::SetVerbosityLvl(int VerbosityLvl){ mVerbosityLvl = VerbosityLvl; return;}
    5960int     Sample::GetMinNumber(){return   mMinNumber;}
    6061int     Sample::GetMaxNumber(){return   mMaxNumber;}
     
    197198Sample::BootstrapTH1(TH1* inputHisto, TH1*  outHisto)
    198199{
     200    outHisto->Reset();
     201
    199202    //compute the median for 1-d histogram h1
    200203    int nbins = inputHisto->GetXaxis()->GetNbins();
Note: See TracChangeset for help on using the changeset viewer.