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