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;
115 for (L1GctEtMissCollection::const_iterator etm = l1EtMiss->begin();
116 etm != l1EtMiss->end();
125 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: Et Miss " 126 << etm->et() <<
", " << etm->phi()
127 <<
", " << etm->bx() << std::endl;
131 for (L1GctHtMissCollection::const_iterator htm = l1HtMiss->begin();
132 htm != l1HtMiss->end();
141 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: Ht Miss " 142 << htm->et() <<
", " << htm->phi()
143 <<
", " << htm->bx() << std::endl;
147 for (L1GctEtHadCollection::const_iterator ht = l1EtHad->begin();
148 ht != l1EtHad->end();
156 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: Ht Total " 158 <<
", " << ht->bx() << std::endl;
162 for (L1GctEtTotalCollection::const_iterator ett = l1EtTotal->begin();
163 ett != l1EtTotal->end();
171 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: Et Total " 173 <<
", " << ett->bx() << std::endl;
186 for (L1GctHFRingEtSumsCollection::const_iterator hfs=l1HFSums->begin(); hfs!=l1HFSums->end(); hfs++){
189 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: HF Sums " 190 << l1HFSums->size() <<
", " << hfs->etSum(ies) << std::endl;
197 for (L1GctHFBitCountsCollection::const_iterator hfc=l1HFCounts->begin(); hfc!=l1HFCounts->end(); hfc++){
200 edm::LogInfo(
"L1Prompt") <<
"L1NtupleProducer: HF Counts " 201 << l1HFCounts->size() <<
", " << hfc->bitCount(ibc) << std::endl;
214 edm::LogInfo(
"L1Prompt") <<
"L1TGCT: number of iso em cands: " 215 << l1IsoEm->size() << std::endl;
219 for (L1GctEmCandCollection::const_iterator ie=l1IsoEm->begin(); ie!=l1IsoEm->end(); ie++) {
229 edm::LogInfo(
"L1Prompt") <<
"L1TGCT: number of non-iso em cands: " 230 << l1NonIsoEm->size() << std::endl;
234 for (L1GctEmCandCollection::const_iterator
ne=l1NonIsoEm->begin();
ne!=l1NonIsoEm->end();
ne++) {
void SetHFminbias(const edm::Handle< L1GctHFRingEtSumsCollection > l1HFSums, const edm::Handle< L1GctHFBitCountsCollection > l1HFCounts)
void SetEm(const edm::Handle< L1GctEmCandCollection > l1IsoEm, const edm::Handle< L1GctEmCandCollection > l1NonIsoEm)
L1AnalysisGCTDataFormat gct_
void SetES(const edm::Handle< L1GctEtMissCollection > l1EtMiss, const edm::Handle< L1GctHtMissCollection > l1HtMiss, const edm::Handle< L1GctEtHadCollection > l1EtHad, const edm::Handle< L1GctEtTotalCollection > l1EtTotal)
void SetJet(const edm::Handle< L1GctJetCandCollection > l1CenJets, const edm::Handle< L1GctJetCandCollection > l1ForJets, const edm::Handle< L1GctJetCandCollection > l1TauJets, const edm::Handle< L1GctJetCandCollection > l1IsoTauJets)