1 #ifndef CalibTracker_SiStripChannelGain_SiStripDetInfoFileReader_h
2 #define CalibTracker_SiStripChannelGain_SiStripDetInfoFileReader_h
26 #include <boost/cstdint.hpp>
37 DetInfo(
unsigned short _nApvs,
double _stripLength,
float _thickness):
const float & getThickness(uint32_t detId) const
std::map< uint32_t, DetInfo > detData_
const std::pair< unsigned short, double > getNumberOfApvsAndStripLength(uint32_t detId) const
DetInfo(unsigned short _nApvs, double _stripLength, float _thickness)
const std::map< uint32_t, DetInfo > & getAllData() const
const std::vector< uint32_t > & getAllDetIds() const
SiStripDetInfoFileReader & operator=(const SiStripDetInfoFileReader ©)
~SiStripDetInfoFileReader()
std::vector< uint32_t > detIds_
void reader(std::string filePath)
SiStripDetInfoFileReader()