27 : internalJetSource_(iConfig.getParameter<
edm::
InputTag>(
"internalJetSource")),
30 centralBxOnly_(iConfig.getParameter<
bool>(
"centralBxOnly")) {
33 produces<L1JetParticleCollection>(
"Internal");
51 double etSumLSB =
jetScale->linearLsb();
58 std::cout <<
"These aren't the Jets you're looking for" << std::endl;
61 <<
"\nrequested in configuration, but not found in the event." << std::endl;
65 L1GctInternJetDataCollection::const_iterator jetItr = hwIntJetCands->begin();
66 L1GctInternJetDataCollection::const_iterator jetEnd = hwIntJetCands->end();
68 for (
i = 0; jetItr != jetEnd; ++jetItr, ++
i) {
71 double et = (jetItr->oflow() ? (double)0xfff : (
double)jetItr->et()) * etSumLSB + 1.
e-6;
79 internJetColl->push_back(