Ignore:
Timestamp:
05/08/12 11:36:55 (12 years ago)
Author:
Jens Buss
Message:
added functions for handling
histograms for template computation
File:
1 edited

Legend:

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

    r13591 r13593  
    9292            );
    9393
     94    //Distributions
    9495    void BookDistributionHistos();
    9596    void DeleteDistributionHistos();
     
    99100            );
    100101
     102    void BookTemplateHistos();
     103    void DeleteTemplateHistos();
     104
     105    //File Handling
    101106    void SavePixelHistograms(const char *loc_fname, bool);
    102107    void LoadPulseHistos( );
     
    124129    TString         mOptions;
    125130
     131    //Pixel Histos
    126132    TH2F**          hMaxOverlay;      //histogrammm for overlay of detected Peaks
    127133    TH2F**          hEdgeOverlay;
    128134    TProfile**      hMaxProfile;      //histogrammm for Profile of detected Peaks
    129135    TProfile**      hEdgeProfile;  //histogrammm for Profile of detected Peaks
     136
     137    //Distribution Histos
    130138    TH1F**          hSlopeRisingEdge;
    131139    TH1I**          hRisingEdgeToMax;
    132140    TH1I**          hPosOfMax;
     141
     142    //Template Histos
     143    TH1F**          hPixelMax;
     144    TH1F**          hPixelMedian;
     145    TH1F**          hPixelMean;
     146
    133147    TObjArray*      hList;
    134148
     
    136150
    137151protected:
     152    int             mConstructorType;
    138153private:
    139154};
Note: See TracChangeset for help on using the changeset viewer.