Changeset 13429


Ignore:
Timestamp:
04/24/12 14:10:25 (13 years ago)
Author:
Jens Buss
Message:
rearengements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/FPulseTemplate.C

    r13422 r13429  
    191191void BookPixelHistos(int );
    192192void BookTestHistos( int );
     193
    193194void DeletePixelHistos(int );
    194195void SaveHistograms( const char*, const char*, TObjArray*, int );
     196
    195197void FillHistograms(vector<Region>*, int, int, int);
    196 void PlotPulseShapeOfMaxPropability(unsigned int, int, int);
    197 
    198198void DrawPulseHistograms(int, int);
    199 void FitMaxPropabilityPuls( TH1F* , int );
    200199void DrawMaximumHistograms( int, int );
    201200void DrawTestHistograms( int);
     201
     202void PlotPulseShapeOfMaxPropability(unsigned int, int, int);
     203void FitMaxPropabilityPuls( TH1F* , int );
     204
    202205Double_t MedianOfH1( TH1 *h1 );
    203206void PlotMedianEachSliceOfPulse(unsigned int, int, int);
    204 
    205207
    206208void UpdateCanvases( int, int);
     
    210212TFile *OpenRootFile(const char*, int );
    211213void CloseRootFile(TFile *tf);
     214
    212215TString CreateSubDirName(int); //creates a String containing the path to the subdirectory in root file
    213216TString CreateSubDirName(const char* );
     217
    214218void WritePixelTemplateToCsv( TString, const char*, const char*, int, int);
    215219void WriteAllPixelTemplateToCsv( TString, const char*, const char*, int);
Note: See TracChangeset for help on using the changeset viewer.