26 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: number of central jets = "
27 << l1CenJets->size() << std::endl;
30 for (L1GctJetCandCollection::const_iterator cj = l1CenJets->begin();
31 cj != l1CenJets->end(); cj++) {
37 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: Central jet "
38 << cj->regionId().iphi() <<
", " << cj->regionId().ieta()
39 <<
", " << cj->rank() << std::endl;
45 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: number of forward jets = "
46 << l1ForJets->size() << std::endl;
49 for (L1GctJetCandCollection::const_iterator fj = l1ForJets->begin();
50 fj != l1ForJets->end(); fj++) {
56 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: Forward jet "
57 << fj->regionId().iphi() <<
", " << fj->regionId().ieta()
58 <<
", " << fj->rank() << std::endl;
64 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: number of tau jets = "
65 << l1TauJets->size() << std::endl;
68 for (L1GctJetCandCollection::const_iterator tj = l1TauJets->begin();
69 tj != l1TauJets->end(); tj++) {
77 << tj->regionId().iphi() <<
", " << tj->regionId().ieta()
78 <<
", " << tj->rank() << std::endl;
86 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: number of isoTau jets = "
87 << l1IsoTauJets->size() << std::endl;
90 for (L1GctJetCandCollection::const_iterator tj = l1IsoTauJets->begin();
91 tj != l1IsoTauJets->end(); tj++) {
98 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: IsoTau jet "
99 << tj->regionId().iphi() <<
", " << tj->regionId().ieta()
100 <<
", " << tj->rank() << std::endl;
L1AnalysisGCTDataFormat gct_