37 : printdebug_(iConfig.getUntrackedParameter<uint32_t>(
"printDebug", 5)),
38 label_(iConfig.getUntrackedParameter<
std::
string>(
"label",
"")),
44 <<
"[SiStripLorentzAngleReader::analyze] End Reading SiStripLorentzAngle with label " <<
label_ << std::endl;
46 std::map<unsigned int, float> detid_la = lorentzAngles.getLorentzAngles();
47 std::map<unsigned int, float>::const_iterator it;
49 for (it = detid_la.begin(); it != detid_la.end() &&
count <
printdebug_; it++) {
50 edm::LogInfo(
"SiStripLorentzAngleReader") <<
"detid " << it->first <<
" \t" 51 <<
" Lorentz angle " << it->second;
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
#define DEFINE_FWK_MODULE(type)
void analyze(const edm::Event &, const edm::EventSetup &) override
Namespace of DDCMS conversion namespace.
Log< level::Info, false > LogInfo
const edm::ESGetToken< SiStripLorentzAngle, SiStripLorentzAngleRcd > laToken_
~SiStripLorentzAngleReader() override=default
SiStripLorentzAngleReader(const edm::ParameterSet &)