#include <L1RetrieveL1Extra.h>
Description: retrieve L1Extra collection, return validity flag and pointer to collection.
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Definition at line 58 of file L1RetrieveL1Extra.h.
L1RetrieveL1Extra::L1RetrieveL1Extra | ( | const edm::ParameterSet & | paramSet | ) | [explicit] |
Definition at line 34 of file L1RetrieveL1Extra.cc.
: // m_tagL1ExtraMuon(paramSet.getParameter<edm::InputTag>("TagL1ExtraMuon")), m_tagL1ExtraIsoEG(paramSet.getParameter<edm::InputTag>("TagL1ExtraIsoEG")), m_tagL1ExtraNoIsoEG(paramSet.getParameter<edm::InputTag>("TagL1ExtraNoIsoEG")), m_tagL1ExtraCenJet(paramSet.getParameter<edm::InputTag>("TagL1ExtraCenJet")), m_tagL1ExtraForJet(paramSet.getParameter<edm::InputTag>("TagL1ExtraForJet")), m_tagL1ExtraTauJet(paramSet.getParameter<edm::InputTag>("TagL1ExtraTauJet")), m_tagL1ExtraEtMissMET(paramSet.getParameter<edm::InputTag>("TagL1ExtraEtMissMET")), m_tagL1ExtraEtMissHTM(paramSet.getParameter<edm::InputTag>("TagL1ExtraEtMissHTM")), m_tagL1ExtraHFRings(paramSet.getParameter<edm::InputTag>("TagL1ExtraHFRings")), // // m_validL1ExtraMuon(false), m_validL1ExtraIsoEG(false), m_validL1ExtraNoIsoEG(false), m_validL1ExtraCenJet(false), m_validL1ExtraForJet(false), m_validL1ExtraTauJet(false), m_validL1ExtraETT(false), m_validL1ExtraETM(false), m_validL1ExtraHTT(false), m_validL1ExtraHTM(false), m_validL1ExtraHfBitCounts(false), m_validL1ExtraHfRingEtSums(false), // m_l1ExtraMuon(0), m_l1ExtraIsoEG(0), m_l1ExtraNoIsoEG(0), m_l1ExtraCenJet(0), m_l1ExtraForJet(0), m_l1ExtraTauJet(0), m_l1ExtraETT(0), m_l1ExtraETM(0), m_l1ExtraHTT(0), m_l1ExtraHTM(0), m_l1ExtraHfBitCounts(0), m_l1ExtraHfRingEtSums(0) // { // empty }
L1RetrieveL1Extra::~L1RetrieveL1Extra | ( | ) | [virtual] |
Definition at line 81 of file L1RetrieveL1Extra.cc.
{
// empty
}
const l1extra::L1JetParticleCollection* L1RetrieveL1Extra::l1ExtraCenJet | ( | ) | const [inline] |
Definition at line 137 of file L1RetrieveL1Extra.h.
References m_l1ExtraCenJet.
Referenced by L1ExtraDQM::analyzeL1ExtraCenJet().
{ return m_l1ExtraCenJet; }
const l1extra::L1EtMissParticleCollection* L1RetrieveL1Extra::l1ExtraETM | ( | ) | const [inline] |
Definition at line 150 of file L1RetrieveL1Extra.h.
References m_l1ExtraETM.
Referenced by L1ExtraDQM::analyzeL1ExtraETM().
{ return m_l1ExtraETM; }
const l1extra::L1EtMissParticleCollection* L1RetrieveL1Extra::l1ExtraETT | ( | ) | const [inline] |
Definition at line 147 of file L1RetrieveL1Extra.h.
References m_l1ExtraETT.
Referenced by L1ExtraDQM::analyzeL1ExtraETT().
{ return m_l1ExtraETT; }
const l1extra::L1JetParticleCollection* L1RetrieveL1Extra::l1ExtraForJet | ( | ) | const [inline] |
Definition at line 140 of file L1RetrieveL1Extra.h.
References m_l1ExtraForJet.
Referenced by L1ExtraDQM::analyzeL1ExtraForJet().
{ return m_l1ExtraForJet; }
const l1extra::L1HFRingsCollection* L1RetrieveL1Extra::l1ExtraHfBitCounts | ( | ) | const [inline] |
Definition at line 160 of file L1RetrieveL1Extra.h.
References m_l1ExtraHfBitCounts.
Referenced by L1ExtraDQM::analyzeL1ExtraHfBitCounts().
{ return m_l1ExtraHfBitCounts; }
const l1extra::L1HFRingsCollection* L1RetrieveL1Extra::l1ExtraHfRingEtSums | ( | ) | const [inline] |
Definition at line 163 of file L1RetrieveL1Extra.h.
References m_l1ExtraHfRingEtSums.
Referenced by L1ExtraDQM::analyzeL1ExtraHfRingEtSums().
{ return m_l1ExtraHfRingEtSums; }
const l1extra::L1EtMissParticleCollection* L1RetrieveL1Extra::l1ExtraHTM | ( | ) | const [inline] |
Definition at line 156 of file L1RetrieveL1Extra.h.
References m_l1ExtraHTM.
Referenced by L1ExtraDQM::analyzeL1ExtraHTM().
{ return m_l1ExtraHTM; }
const l1extra::L1EtMissParticleCollection* L1RetrieveL1Extra::l1ExtraHTT | ( | ) | const [inline] |
Definition at line 153 of file L1RetrieveL1Extra.h.
References m_l1ExtraHTT.
Referenced by L1ExtraDQM::analyzeL1ExtraHTT().
{ return m_l1ExtraHTT; }
const l1extra::L1EmParticleCollection* L1RetrieveL1Extra::l1ExtraIsoEG | ( | ) | const [inline] |
Definition at line 130 of file L1RetrieveL1Extra.h.
References m_l1ExtraIsoEG.
Referenced by L1ExtraDQM::analyzeL1ExtraIsoEG().
{ return m_l1ExtraIsoEG; }
const l1extra::L1MuonParticleCollection* L1RetrieveL1Extra::l1ExtraMuon | ( | ) | const [inline] |
return retrieved L1Extra collections
Definition at line 126 of file L1RetrieveL1Extra.h.
References m_l1ExtraMuon.
Referenced by L1ExtraDQM::analyzeL1ExtraMuon().
{ return m_l1ExtraMuon; }
const l1extra::L1EmParticleCollection* L1RetrieveL1Extra::l1ExtraNoIsoEG | ( | ) | const [inline] |
Definition at line 133 of file L1RetrieveL1Extra.h.
References m_l1ExtraNoIsoEG.
Referenced by L1ExtraDQM::analyzeL1ExtraNoIsoEG().
{ return m_l1ExtraNoIsoEG; }
const l1extra::L1JetParticleCollection* L1RetrieveL1Extra::l1ExtraTauJet | ( | ) | const [inline] |
Definition at line 143 of file L1RetrieveL1Extra.h.
References m_l1ExtraTauJet.
Referenced by L1ExtraDQM::analyzeL1ExtraTauJet().
{ return m_l1ExtraTauJet; }
void L1RetrieveL1Extra::retrieveL1ExtraObjects | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | evSetup | ||
) |
retrieve L1Extra objects if a collection is not found, the corresponding m_valid(Object) is set to "false"
Definition at line 89 of file L1RetrieveL1Extra.cc.
References edm::Event::getByLabel(), edm::HandleBase::isValid(), LogDebug, m_l1ExtraCenJet, m_l1ExtraETM, m_l1ExtraETT, m_l1ExtraForJet, m_l1ExtraHfBitCounts, m_l1ExtraHfRingEtSums, m_l1ExtraHTM, m_l1ExtraHTT, m_l1ExtraIsoEG, m_l1ExtraMuon, m_l1ExtraNoIsoEG, m_l1ExtraTauJet, m_tagL1ExtraCenJet, m_tagL1ExtraEtMissHTM, m_tagL1ExtraEtMissMET, m_tagL1ExtraForJet, m_tagL1ExtraHFRings, m_tagL1ExtraIsoEG, m_tagL1ExtraMuon, m_tagL1ExtraNoIsoEG, m_tagL1ExtraTauJet, m_validL1ExtraCenJet, m_validL1ExtraETM, m_validL1ExtraETT, m_validL1ExtraForJet, m_validL1ExtraHfBitCounts, m_validL1ExtraHfRingEtSums, m_validL1ExtraHTM, m_validL1ExtraHTT, m_validL1ExtraIsoEG, m_validL1ExtraMuon, m_validL1ExtraNoIsoEG, m_validL1ExtraTauJet, and edm::Handle< T >::product().
Referenced by L1ExtraDQM::analyze().
{ // edm::Handle<l1extra::L1MuonParticleCollection> collL1ExtraMuon; iEvent.getByLabel(m_tagL1ExtraMuon, collL1ExtraMuon); if (collL1ExtraMuon.isValid()) { m_validL1ExtraMuon = true; m_l1ExtraMuon = collL1ExtraMuon.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1MuonParticleCollection with input tag \n " << m_tagL1ExtraMuon << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraMuon = false; m_l1ExtraMuon = 0; } // edm::Handle<l1extra::L1EmParticleCollection> collL1ExtraIsoEG; iEvent.getByLabel(m_tagL1ExtraIsoEG, collL1ExtraIsoEG); if (collL1ExtraIsoEG.isValid()) { m_validL1ExtraIsoEG = true; m_l1ExtraIsoEG = collL1ExtraIsoEG.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1EmParticleCollection with input tag \n " << m_tagL1ExtraIsoEG << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraIsoEG = false; m_l1ExtraIsoEG = 0; } edm::Handle<l1extra::L1EmParticleCollection> collL1ExtraNoIsoEG; iEvent.getByLabel(m_tagL1ExtraNoIsoEG, collL1ExtraNoIsoEG); if (collL1ExtraNoIsoEG.isValid()) { m_validL1ExtraNoIsoEG = true; m_l1ExtraNoIsoEG = collL1ExtraNoIsoEG.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1EmParticleCollection with input tag \n " << m_tagL1ExtraNoIsoEG << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraNoIsoEG = false; m_l1ExtraNoIsoEG = 0; } // edm::Handle<l1extra::L1JetParticleCollection> collL1ExtraCenJet; iEvent.getByLabel(m_tagL1ExtraCenJet, collL1ExtraCenJet); if (collL1ExtraCenJet.isValid()) { m_validL1ExtraCenJet = true; m_l1ExtraCenJet = collL1ExtraCenJet.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1JetParticleCollection with input tag \n " << m_tagL1ExtraCenJet << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraCenJet = false; m_l1ExtraCenJet = 0; } edm::Handle<l1extra::L1JetParticleCollection> collL1ExtraForJet; iEvent.getByLabel(m_tagL1ExtraForJet, collL1ExtraForJet); if (collL1ExtraForJet.isValid()) { m_validL1ExtraForJet = true; m_l1ExtraForJet = collL1ExtraForJet.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1JetParticleCollection with input tag \n " << m_tagL1ExtraForJet << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraForJet = false; m_l1ExtraForJet = 0; } edm::Handle<l1extra::L1JetParticleCollection> collL1ExtraTauJet; iEvent.getByLabel(m_tagL1ExtraTauJet, collL1ExtraTauJet); if (collL1ExtraTauJet.isValid()) { m_validL1ExtraTauJet = true; m_l1ExtraTauJet = collL1ExtraTauJet.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1JetParticleCollection with input tag \n " << m_tagL1ExtraTauJet << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraTauJet = false; m_l1ExtraTauJet = 0; } // edm::Handle<l1extra::L1EtMissParticleCollection> collL1ExtraEtMissMET; iEvent.getByLabel(m_tagL1ExtraEtMissMET, collL1ExtraEtMissMET); if (collL1ExtraEtMissMET.isValid()) { m_validL1ExtraETT = true; m_validL1ExtraETM = true; m_l1ExtraETT = collL1ExtraEtMissMET.product(); m_l1ExtraETM = collL1ExtraEtMissMET.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1EtMissParticleCollection with input tag \n " << m_tagL1ExtraEtMissMET << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraETT = false; m_validL1ExtraETM = false; m_l1ExtraETT = 0; m_l1ExtraETM = 0; } edm::Handle<l1extra::L1EtMissParticleCollection> collL1ExtraEtMissHTM; iEvent.getByLabel(m_tagL1ExtraEtMissHTM, collL1ExtraEtMissHTM); if (collL1ExtraEtMissHTM.isValid()) { m_validL1ExtraHTT = true; m_validL1ExtraHTM = true; m_l1ExtraHTT = collL1ExtraEtMissHTM.product(); m_l1ExtraHTM = collL1ExtraEtMissHTM.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1EtMissParticleCollection with input tag \n " << m_tagL1ExtraEtMissHTM << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraHTT = false; m_validL1ExtraHTM = false; m_l1ExtraHTT = 0; m_l1ExtraHTM = 0; } // edm::Handle<l1extra::L1HFRingsCollection> collL1ExtraHFRings; iEvent.getByLabel(m_tagL1ExtraHFRings, collL1ExtraHFRings); if (collL1ExtraHFRings.isValid()) { m_validL1ExtraHfBitCounts = true; m_validL1ExtraHfRingEtSums = true; m_l1ExtraHfBitCounts = collL1ExtraHFRings.product(); m_l1ExtraHfRingEtSums = collL1ExtraHFRings.product(); } else { LogDebug("L1RetrieveL1Extra") << "\n l1extra::L1HFRingsCollection with input tag \n " << m_tagL1ExtraHFRings << "\n not found in the event.\n" << "\n Return pointer 0 and false validity tag." << std::endl; m_validL1ExtraHfBitCounts = false; m_validL1ExtraHfRingEtSums = false; m_l1ExtraHfBitCounts = 0; m_l1ExtraHfRingEtSums = 0; } }
const bool L1RetrieveL1Extra::validL1ExtraCenJet | ( | ) | const [inline] |
Definition at line 86 of file L1RetrieveL1Extra.h.
References m_validL1ExtraCenJet.
Referenced by L1ExtraDQM::analyzeL1ExtraCenJet().
{ return m_validL1ExtraCenJet; }
const bool L1RetrieveL1Extra::validL1ExtraETM | ( | ) | const [inline] |
Definition at line 103 of file L1RetrieveL1Extra.h.
References m_validL1ExtraETM.
Referenced by L1ExtraDQM::analyzeL1ExtraETM().
{ return m_validL1ExtraETM; }
const bool L1RetrieveL1Extra::validL1ExtraETT | ( | ) | const [inline] |
Definition at line 99 of file L1RetrieveL1Extra.h.
References m_validL1ExtraETT.
Referenced by L1ExtraDQM::analyzeL1ExtraETT().
{ return m_validL1ExtraETT; }
const bool L1RetrieveL1Extra::validL1ExtraForJet | ( | ) | const [inline] |
Definition at line 90 of file L1RetrieveL1Extra.h.
References m_validL1ExtraForJet.
Referenced by L1ExtraDQM::analyzeL1ExtraForJet().
{ return m_validL1ExtraForJet; }
const bool L1RetrieveL1Extra::validL1ExtraHfBitCounts | ( | ) | const [inline] |
Definition at line 116 of file L1RetrieveL1Extra.h.
References m_validL1ExtraHfBitCounts.
Referenced by L1ExtraDQM::analyzeL1ExtraHfBitCounts().
{ return m_validL1ExtraHfBitCounts; }
const bool L1RetrieveL1Extra::validL1ExtraHfRingEtSums | ( | ) | const [inline] |
Definition at line 120 of file L1RetrieveL1Extra.h.
References m_validL1ExtraHfRingEtSums.
Referenced by L1ExtraDQM::analyzeL1ExtraHfRingEtSums().
{ return m_validL1ExtraHfRingEtSums; }
const bool L1RetrieveL1Extra::validL1ExtraHTM | ( | ) | const [inline] |
Definition at line 111 of file L1RetrieveL1Extra.h.
References m_validL1ExtraHTM.
Referenced by L1ExtraDQM::analyzeL1ExtraHTM().
{ return m_validL1ExtraHTM; }
const bool L1RetrieveL1Extra::validL1ExtraHTT | ( | ) | const [inline] |
Definition at line 107 of file L1RetrieveL1Extra.h.
References m_validL1ExtraHTT.
Referenced by L1ExtraDQM::analyzeL1ExtraHTT().
{ return m_validL1ExtraHTT; }
const bool L1RetrieveL1Extra::validL1ExtraIsoEG | ( | ) | const [inline] |
Definition at line 77 of file L1RetrieveL1Extra.h.
References m_validL1ExtraIsoEG.
Referenced by L1ExtraDQM::analyzeL1ExtraIsoEG().
{ return m_validL1ExtraIsoEG; }
const bool L1RetrieveL1Extra::validL1ExtraMuon | ( | ) | const [inline] |
validity for retrieval of L1Extra products (false: product not found)
Definition at line 72 of file L1RetrieveL1Extra.h.
References m_validL1ExtraMuon.
Referenced by L1ExtraDQM::analyzeL1ExtraMuon().
{ return m_validL1ExtraMuon; }
const bool L1RetrieveL1Extra::validL1ExtraNoIsoEG | ( | ) | const [inline] |
Definition at line 81 of file L1RetrieveL1Extra.h.
References m_validL1ExtraNoIsoEG.
Referenced by L1ExtraDQM::analyzeL1ExtraNoIsoEG().
{ return m_validL1ExtraNoIsoEG; }
const bool L1RetrieveL1Extra::validL1ExtraTauJet | ( | ) | const [inline] |
Definition at line 94 of file L1RetrieveL1Extra.h.
References m_validL1ExtraTauJet.
Referenced by L1ExtraDQM::analyzeL1ExtraTauJet().
{ return m_validL1ExtraTauJet; }
const l1extra::L1JetParticleCollection* L1RetrieveL1Extra::m_l1ExtraCenJet [private] |
Definition at line 220 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraCenJet(), and retrieveL1ExtraObjects().
const l1extra::L1EtMissParticleCollection* L1RetrieveL1Extra::m_l1ExtraETM [private] |
Definition at line 225 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraETM(), and retrieveL1ExtraObjects().
const l1extra::L1EtMissParticleCollection* L1RetrieveL1Extra::m_l1ExtraETT [private] |
Definition at line 224 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraETT(), and retrieveL1ExtraObjects().
const l1extra::L1JetParticleCollection* L1RetrieveL1Extra::m_l1ExtraForJet [private] |
Definition at line 221 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraForJet(), and retrieveL1ExtraObjects().
const l1extra::L1HFRingsCollection* L1RetrieveL1Extra::m_l1ExtraHfBitCounts [private] |
Definition at line 229 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraHfBitCounts(), and retrieveL1ExtraObjects().
const l1extra::L1HFRingsCollection* L1RetrieveL1Extra::m_l1ExtraHfRingEtSums [private] |
Definition at line 230 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraHfRingEtSums(), and retrieveL1ExtraObjects().
const l1extra::L1EtMissParticleCollection* L1RetrieveL1Extra::m_l1ExtraHTM [private] |
Definition at line 227 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraHTM(), and retrieveL1ExtraObjects().
const l1extra::L1EtMissParticleCollection* L1RetrieveL1Extra::m_l1ExtraHTT [private] |
Definition at line 226 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraHTT(), and retrieveL1ExtraObjects().
const l1extra::L1EmParticleCollection* L1RetrieveL1Extra::m_l1ExtraIsoEG [private] |
Definition at line 217 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraIsoEG(), and retrieveL1ExtraObjects().
const l1extra::L1MuonParticleCollection* L1RetrieveL1Extra::m_l1ExtraMuon [private] |
retrieved L1Extra collections
Definition at line 215 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraMuon(), and retrieveL1ExtraObjects().
const l1extra::L1EmParticleCollection* L1RetrieveL1Extra::m_l1ExtraNoIsoEG [private] |
Definition at line 218 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraNoIsoEG(), and retrieveL1ExtraObjects().
const l1extra::L1JetParticleCollection* L1RetrieveL1Extra::m_l1ExtraTauJet [private] |
Definition at line 222 of file L1RetrieveL1Extra.h.
Referenced by l1ExtraTauJet(), and retrieveL1ExtraObjects().
int L1RetrieveL1Extra::m_nrBxInEventGct [private] |
Definition at line 192 of file L1RetrieveL1Extra.h.
int L1RetrieveL1Extra::m_nrBxInEventGmt [private] |
Definition at line 191 of file L1RetrieveL1Extra.h.
Definition at line 182 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
Definition at line 187 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
Definition at line 186 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
Definition at line 183 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
Definition at line 189 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
Definition at line 179 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
input parameters
input tags for L1Extra objects
Definition at line 177 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
Definition at line 180 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
Definition at line 184 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects().
bool L1RetrieveL1Extra::m_validL1ExtraCenJet [private] |
Definition at line 201 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraCenJet().
bool L1RetrieveL1Extra::m_validL1ExtraETM [private] |
Definition at line 206 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraETM().
bool L1RetrieveL1Extra::m_validL1ExtraETT [private] |
Definition at line 205 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraETT().
bool L1RetrieveL1Extra::m_validL1ExtraForJet [private] |
Definition at line 202 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraForJet().
bool L1RetrieveL1Extra::m_validL1ExtraHfBitCounts [private] |
Definition at line 210 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraHfBitCounts().
bool L1RetrieveL1Extra::m_validL1ExtraHfRingEtSums [private] |
Definition at line 211 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraHfRingEtSums().
bool L1RetrieveL1Extra::m_validL1ExtraHTM [private] |
Definition at line 208 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraHTM().
bool L1RetrieveL1Extra::m_validL1ExtraHTT [private] |
Definition at line 207 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraHTT().
bool L1RetrieveL1Extra::m_validL1ExtraIsoEG [private] |
Definition at line 198 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraIsoEG().
bool L1RetrieveL1Extra::m_validL1ExtraMuon [private] |
validity for retrieval of L1Extra products (false: product not found)
Definition at line 196 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraMuon().
bool L1RetrieveL1Extra::m_validL1ExtraNoIsoEG [private] |
Definition at line 199 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraNoIsoEG().
bool L1RetrieveL1Extra::m_validL1ExtraTauJet [private] |
Definition at line 203 of file L1RetrieveL1Extra.h.
Referenced by retrieveL1ExtraObjects(), and validL1ExtraTauJet().