File indexing completed on 2024-04-06 12:06:32
0001 #ifndef DPGAnalysis_SiStripTools_ClusMultPlots_h
0002 #define DPGAnalysis_SiStripTools_ClusMultPlots_h
0003
0004 class TH1D;
0005 class TFile;
0006
0007 void ClusMultPlots(const char* fullname,
0008 const char* pxmod,
0009 const char* strpmod,
0010 const char* corrmod,
0011 const char* pxlabel,
0012 const char* strplabel,
0013 const char* corrlabel,
0014 const char* postfix,
0015 const char* shortname,
0016 const char* outtrunk);
0017 void ClusMultInvestPlots(const char* fullname,
0018 const char* mod,
0019 const char* label,
0020 const char* postfix,
0021 const char* subdet,
0022 const char* shortname,
0023 const char* outtrunk);
0024 void ClusMultCorrPlots(const char* fullname,
0025 const char* mod,
0026 const char* label,
0027 const char* postfix,
0028 const char* shortname,
0029 const char* outtrunk);
0030 void ClusMultVtxCorrPlots(const char* fullname,
0031 const char* mod,
0032 const char* label,
0033 const char* postfix,
0034 const char* subdet,
0035 const char* shortname,
0036 const char* outtrunk);
0037 void ClusMultLumiCorrPlots(const char* fullname,
0038 const char* mod,
0039 const char* label,
0040 const char* postfix,
0041 const char* subdet,
0042 const char* shortname,
0043 const char* outtrunk);
0044
0045 #endif