Changeset 13429
- Timestamp:
- 04/24/12 14:10:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/FPulseTemplate.C
r13422 r13429 191 191 void BookPixelHistos(int ); 192 192 void BookTestHistos( int ); 193 193 194 void DeletePixelHistos(int ); 194 195 void SaveHistograms( const char*, const char*, TObjArray*, int ); 196 195 197 void FillHistograms(vector<Region>*, int, int, int); 196 void PlotPulseShapeOfMaxPropability(unsigned int, int, int);197 198 198 void DrawPulseHistograms(int, int); 199 void FitMaxPropabilityPuls( TH1F* , int );200 199 void DrawMaximumHistograms( int, int ); 201 200 void DrawTestHistograms( int); 201 202 void PlotPulseShapeOfMaxPropability(unsigned int, int, int); 203 void FitMaxPropabilityPuls( TH1F* , int ); 204 202 205 Double_t MedianOfH1( TH1 *h1 ); 203 206 void PlotMedianEachSliceOfPulse(unsigned int, int, int); 204 205 207 206 208 void UpdateCanvases( int, int); … … 210 212 TFile *OpenRootFile(const char*, int ); 211 213 void CloseRootFile(TFile *tf); 214 212 215 TString CreateSubDirName(int); //creates a String containing the path to the subdirectory in root file 213 216 TString CreateSubDirName(const char* ); 217 214 218 void WritePixelTemplateToCsv( TString, const char*, const char*, int, int); 215 219 void WriteAllPixelTemplateToCsv( TString, const char*, const char*, int);
Note:
See TracChangeset
for help on using the changeset viewer.