00001 #ifndef SiStripQualityHistos_H 00002 #define SiStripQualityHistos_H 00003 00004 #include "boost/shared_ptr.hpp" 00005 #include <ext/hash_map> 00006 #include "TH1F.h" 00007 00008 namespace SiStrip{ 00009 typedef __gnu_cxx::hash_map< unsigned int, boost::shared_ptr<TH1F> > QualityHistosMap; 00010 } 00011 #endif