CMS 3D CMS Logo

SiStripQualityHistos.h
Go to the documentation of this file.
1 #ifndef SiStripQualityHistos_H
2 #define SiStripQualityHistos_H
3 
4 #include <unordered_map>
5 #include "TH1F.h"
6 
7 namespace SiStrip {
8  typedef std::unordered_map<unsigned int, std::shared_ptr<TH1F> > QualityHistosMap;
9 }
10 #endif
std::unordered_map< unsigned int, std::shared_ptr< TH1F > > QualityHistosMap