1 #ifndef SiStripDetSummary_h 2 #define SiStripDetSummary_h 37 unsigned int layers[] = {4, 6, 9, 3};
38 unsigned int stereo[] = {2, 2, 9, 3};
40 for (
unsigned int subDet = 0; subDet < 4; ++subDet) {
44 if (
layer <= stereo[subDet])
62 void print(std::stringstream&
ss,
const bool mean =
true)
const;
std::map< unsigned int, Values > getCounts()
void print(std::stringstream &ss, const bool mean=true) const
std::map< unsigned int, Values > valueMap_
constexpr std::array< uint8_t, layerIndexSize > layer
const TrackerTopology * trackerTopo_
SiStripDetSummary(const TrackerTopology *tTopo)
void add(DetId detid, float value)
Used to compute the mean value of the value variable divided by subdetector, layer and mono/stereo...
void add(DetId detid)
Used to compute the number of entries divided by subdetector, layer and mono/stereo.