Ignore:
Timestamp:
05/11/12 23:08:01 (12 years ago)
Author:
Jens Buss
Message:
renaming of functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/templateextractors.h

    r13638 r13653  
    1212#include "pixel.h"
    1313
     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*/
    1433void
    1534CalcMaxPropabilityOfSlice(
     
    2241PlotMaxPropabilityPulse(
    2342        Pixel*          CurrentPixel,
     43        TString         overlayType,
    2444        int             verbosityLevel
    2545        );
     
    3656
    3757void
    38 CalcMedianOfSlice(
     58PlotMedianOfSlice(
    3959        Pixel*          CurrentPixel,
    4060        TString         overlayType,
     61        int             verbosityLevel
     62        );
     63
     64void
     65PlotMeanOfSlice(
     66        Pixel*          CurrentPixel,
     67        TString         overlayType,
     68        int             verbosityLevel
     69        );
     70
     71void
     72ExtractPulseTemplate(
     73        Pixel*          CurrentPixel,
     74        TString         overlayType,
     75        int             order,
    4176        int             verbosityLevel
    4277        );
Note: See TracChangeset for help on using the changeset viewer.