1
2
3
4
5
6
7
8
9
|
#ifndef DPGAnalysis_SiStripTools_SOF_profiles_h
#define DPGAnalysis_SiStripTools_SOF_profiles_h
class TCanvas;
class TFile;
TCanvas* printSOF(TFile* file, const int run, const int firstLS, const int zoom);
#endif // DPGAnalysis_SiStripTools_SOF_profiles_h
|