Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:00:00

0001 #ifndef SiStripQualityHistos_H
0002 #define SiStripQualityHistos_H
0003 
0004 #include <unordered_map>
0005 #include "TH1F.h"
0006 
0007 namespace SiStrip {
0008   typedef std::unordered_map<unsigned int, std::shared_ptr<TH1F> > QualityHistosMap;
0009 }
0010 #endif