CMS 3D CMS Logo

MultiplicityPlotMacros.h
Go to the documentation of this file.
1 #ifndef DPGAnalysis_SiStripTools_MultiplicityPlotMacros_h
2 #define DPGAnalysis_SiStripTools_MultiplicityPlotMacros_h
3 
4 class TFile;
5 class TH1D;
6 
7 void PlotPixelMultVtxPos(TFile* ff, const char* module);
8 TH1D* AverageRunMultiplicity(TFile& ff, const char* module, const bool excludeLastBins, const char* histo);
9 
10 #endif // DPGAnalysis_SiStripTools_MultiplicityPlotMacros_h
void PlotPixelMultVtxPos(TFile *ff, const char *module)
TH1D * AverageRunMultiplicity(TFile &ff, const char *module, const bool excludeLastBins, const char *histo)