CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripQualityHistos.h
Go to the documentation of this file.
1 #ifndef SiStripQualityHistos_H
2 #define SiStripQualityHistos_H
3 
4 #include "boost/shared_ptr.hpp"
5 #include <ext/hash_map>
6 #include "TH1F.h"
7 
8 namespace SiStrip{
9  typedef __gnu_cxx::hash_map< unsigned int, boost::shared_ptr<TH1F> > QualityHistosMap;
10 }
11 #endif
__gnu_cxx::hash_map< unsigned int, boost::shared_ptr< TH1F > > QualityHistosMap