8 printdebug_(iConfig.getUntrackedParameter<uint32_t>(
"printDebug",3)){}
16 edm::LogInfo(
"SiStripThresholdReader") <<
"[SiStripThresholdReader::analyze] End Reading SiStripThreshold" << std::endl;
18 std::vector<uint32_t> detid;
19 SiStripThreshold_->getDetIds(detid);
20 edm::LogInfo(
"Number of detids ") << detid.size() << std::endl;
22 for (
size_t id=0;
id<detid.size() &&
id<
printdebug_;
id++)
27 float old_clusTh=-1,old_lowTh=-1, old_highTh=-1, old_FirstStrip=-1;
28 for(
int it=0;it<768;it++){
33 edm::LogInfo(
"SiStripThresholdReader") <<
"detid: " << detid[id] <<
" \t"
34 <<
"strip: " << it <<
" \t"
uint16_t FirstStrip_and_Hth
SiStripThresholdReader(const edm::ParameterSet &)
uint16_t getFirstStrip() const
void print(std::stringstream &ss) const
std::pair< ContainerIterator, ContainerIterator > Range
~SiStripThresholdReader()
char data[epos_bytes_allocation]
void analyze(const edm::Event &, const edm::EventSetup &)