12 : printdebug_(iConfig.getUntrackedParameter<uint32_t>(
"printDebug", 5)),
13 label_(iConfig.getUntrackedParameter<
std::
string>(
"label",
"")),
20 <<
"[SiStripLorentzAngleReader::analyze] End Reading SiStripLorentzAngle with label " <<
label_ << std::endl;
22 std::map<unsigned int, float> detid_la = lorentzAngles.getLorentzAngles();
23 std::map<unsigned int, float>::const_iterator it;
25 for (it = detid_la.begin(); it != detid_la.end() &&
count <
printdebug_; it++) {
26 edm::LogInfo(
"SiStripLorentzAngleReader") <<
"detid " << it->first <<
" \t"
27 <<
" Lorentz angle " << it->second;