|
|
#include <HLTGetDigi.h>
|
void | analyze (const edm::Event &, const edm::EventSetup &) override |
|
| HLTGetDigi (const edm::ParameterSet &) |
|
| ~HLTGetDigi () override |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
SerialTaskQueue * | globalRunsQueue () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
| ~EDAnalyzer () override |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
ESProxyIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
|
std::vector< ESProxyIndex > const & | esGetTokenIndicesVector (edm::Transition iTrans) const |
|
std::vector< ESRecordIndex > const & | esGetTokenRecordIndicesVector (edm::Transition iTrans) const |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
|
typedef EDAnalyzer | ModuleType |
|
typedef ProductLabels | Labels |
|
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
|
template<BranchType B = InEvent> |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
|
template<BranchType B> |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
|
ConsumesCollector | consumesCollector () |
| Use a ConsumesCollector to gather consumes information from helper functions. More...
|
|
template<typename ProductType , BranchType B = InEvent> |
void | consumesMany () |
|
void | consumesMany (const TypeToGet &id) |
|
template<BranchType B> |
void | consumesMany (const TypeToGet &id) |
|
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes () |
|
template<Transition Tr = Transition::Event> |
constexpr auto | esConsumes () noexcept |
|
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes (ESInputTag const &tag) |
|
template<Transition Tr = Transition::Event> |
auto | esConsumes (ESInputTag tag) noexcept |
|
template<Transition Tr = Transition::Event> |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
| Used with EventSetupRecord::doGet. More...
|
|
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
|
See header file for documentation
- Author
- various
This class is an EDAnalyzer implementing a "get data into RAM" functionality for DIGIs, to simulate online FF running/timimg.
- Author
- various
Definition at line 62 of file HLTGetDigi.h.
◆ HLTGetDigi()
◆ ~HLTGetDigi()
HLTGetDigi::~HLTGetDigi |
( |
| ) |
|
|
overridedefault |
◆ analyze()
Implements edm::EDAnalyzer.
Definition at line 210 of file HLTGetDigi.cc.
228 etTotal = GctEtTotal.
product();
230 LogDebug(
"DigiInfo") <<
"Value of L1GctEtHad::et(): " << etHad->
et();
231 LogDebug(
"DigiInfo") <<
"Value of L1GctEtMiss::et(): " << etMiss->
et() <<
", phi(): " << etMiss->
phi();
232 LogDebug(
"DigiInfo") <<
"Value of L1GctEtTotal::et(): " << etTotal->
et();
242 isoEMdigis = GctIsoEM.
product();
244 nonIsoEMdigis = GctNonIsoEM.
product();
245 LogDebug(
"DigiInfo") <<
"total # Gct Iso EM digis: " << isoEMdigis->size();
246 LogDebug(
"DigiInfo") <<
"total # Gct non-Iso EM digis: " << nonIsoEMdigis->size();
262 cenJetDigis = GctCenJets.
product();
264 forJetDigis = GctForJets.
product();
266 tauJetDigis = GctTauJets.
product();
267 LogDebug(
"DigiInfo") <<
"total # Gct central Jet digis: " << cenJetDigis->size();
268 LogDebug(
"DigiInfo") <<
"total # Gct forward Jet digis: " << forJetDigis->size();
269 LogDebug(
"DigiInfo") <<
"total # Gct tau Jet digis: " << tauJetDigis->size();
288 caloRegion = GctCaloRegion.
product();
290 LogDebug(
"DigiInfo") <<
"Calo EM size: " << caloEm->size();
291 LogDebug(
"DigiInfo") <<
"Calo region size: " << caloRegion->size();
324 std::unique_ptr<std::vector<L1MuGMTCand> >
cands(
new std::vector<L1MuGMTCand>);
333 *muCollection = *GmtMuCollection.
product();
334 std::vector<L1MuGMTExtendedCand>
muons = muCollection->getRecord().getGMTCands();
335 LogDebug(
"DigiInfo") <<
"GMT muons present: " <<
muons.size();
363 EBdigis = EcalDigiEB.
product();
364 LogDebug(
"DigiInfo") <<
"total # EBdigis: " << EBdigis->
size();
367 EEdigis = EcalDigiEE.
product();
368 LogDebug(
"DigiInfo") <<
"total # EEdigis: " << EEdigis->
size();
373 ESdigis = EcalDigiES.
product();
374 LogDebug(
"DigiInfo") <<
"total # ESdigis: " << ESdigis->
size();
386 HBHEdigis = HcalDigiHBHE.
product();
387 LogDebug(
"DigiInfo") <<
"total # HBHEdigis: " << HBHEdigis->
size();
390 HOdigis = HcalDigiHO.
product();
391 LogDebug(
"DigiInfo") <<
"total # HOdigis: " << HOdigis->
size();
394 HFdigis = HcalDigiHF.
product();
395 LogDebug(
"DigiInfo") <<
"total # HFdigis: " << HFdigis->
size();
406 for (
auto&& iter : *CSCDigiStrip) {
407 for (
auto digiIter = iter.second.first; digiIter != iter.second.second; digiIter++)
410 LogDebug(
"DigiInfo") <<
"total # CSCstripdigis: " << numDigis;
412 for (
auto&& iter : *CSCDigiWire) {
413 for (
auto digiIter = iter.second.first; digiIter != iter.second.second; digiIter++)
416 LogDebug(
"DigiInfo") <<
"total # CSCwiredigis: " << numDigis;
425 for (
auto&& iter : *DTDigiHandle) {
426 for (
auto digiIter = iter.second.first; digiIter != iter.second.second; digiIter++)
429 LogDebug(
"DigiInfo") <<
"total # DTdigis: " << numDigis;
438 for (
auto&& iter : *RPCDigiHandle) {
439 for (
auto digiIter = iter.second.first; digiIter != iter.second.second; digiIter++)
442 LogDebug(
"DigiInfo") <<
"total # RPCdigis: " << numDigis;
445 LogDebug(
"DigiInfo") <<
"***--------------- End of Event -----------------***";
References HLT_FULL_cff::cands, dqmiodumpmetadata::counts, L1GctEtHad::et(), L1GctEtTotal::et(), L1GctEtMiss::et(), hltGetDigi_cfi::GctJetCounts, edm::EventSetup::get(), edm::get(), hltGetDigi_cfi::GmtCands, L1GtParameters::gtTotalBxInEvent(), iEvent, input, input2, LogDebug, genParticles_cff::map, PDWG_BPHSkim_cff::muons, L1GctEtMiss::phi(), edm::Handle< T >::product(), findQualityFiles::rr, edm::SortedCollection< T, SORT >::size(), edm::DataFrameContainer::size(), and groupFilesInBlocks::tt.
◆ fillDescriptions()
Definition at line 154 of file HLTGetDigi.cc.
184 desc.addUntracked<
bool>(
"getGctEt",
true);
185 desc.addUntracked<
bool>(
"getGtReadoutRecord",
true);
186 desc.addUntracked<
bool>(
"getGtEvmRR",
true);
187 desc.addUntracked<
bool>(
"getGctEm",
true);
188 desc.addUntracked<
bool>(
"getPixels",
true);
189 desc.addUntracked<
bool>(
"getGctJet",
true);
190 desc.addUntracked<
bool>(
"getHcal",
true);
191 desc.addUntracked<
bool>(
"getGctJetCounts",
true);
192 desc.addUntracked<
bool>(
"getL1Calo",
false);
193 desc.addUntracked<
bool>(
"getStrips",
true);
194 desc.addUntracked<
bool>(
"getDT",
true);
195 desc.addUntracked<
bool>(
"getGtObjectMap",
true);
196 desc.addUntracked<
bool>(
"getGmtCands",
true);
197 desc.addUntracked<
bool>(
"getRPC",
true);
198 desc.addUntracked<
bool>(
"getEcal",
true);
199 desc.addUntracked<
bool>(
"getGmtReadout",
true);
200 desc.addUntracked<
bool>(
"getEcalES",
true);
201 desc.addUntracked<
bool>(
"getCSC",
true);
202 descriptions.
add(
"hltGetDigi",
desc);
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
◆ CSCStripdigiCollection_
◆ CSCStripdigiToken_
◆ CSCWiredigiCollection_
◆ CSCWiredigiToken_
◆ DTdigiCollection_
◆ DTdigiToken_
◆ EBdigiCollection_
◆ EBdigiToken_
◆ EEdigiCollection_
◆ EEdigiToken_
◆ ESdigiCollection_
◆ ESdigiToken_
◆ GctCaloEmLabel_
◆ GctCaloEmToken_
◆ GctCaloRegionLabel_
◆ GctCaloRegionToken_
◆ GctCenJetLabel_
◆ GctCenJetToken_
◆ GctEtHadLabel_
◆ GctEtHadToken_
◆ GctEtMissLabel_
◆ GctEtMissToken_
◆ GctEtTotalLabel_
◆ GctEtTotalToken_
◆ GctForJetLabel_
◆ GctForJetToken_
◆ GctIsoEmLabel_
◆ GctIsoEmToken_
◆ GctJetCountsLabel_
◆ GctJetCountsToken_
◆ GctNonIsoEmLabel_
◆ GctNonIsoEmToken_
◆ GctTauJetLabel_
◆ GctTauJetToken_
◆ getCSCDigis_
bool HLTGetDigi::getCSCDigis_ |
|
private |
◆ getDTDigis_
bool HLTGetDigi::getDTDigis_ |
|
private |
◆ getEcalDigis_
bool HLTGetDigi::getEcalDigis_ |
|
private |
◆ getEcalESDigis_
bool HLTGetDigi::getEcalESDigis_ |
|
private |
◆ getGctEmDigis_
bool HLTGetDigi::getGctEmDigis_ |
|
private |
◆ getGctEtDigis_
bool HLTGetDigi::getGctEtDigis_ |
|
private |
◆ getGctJetCounts_
bool HLTGetDigi::getGctJetCounts_ |
|
private |
◆ getGctJetDigis_
bool HLTGetDigi::getGctJetDigis_ |
|
private |
◆ getGmtCands_
bool HLTGetDigi::getGmtCands_ |
|
private |
◆ getGmtRC_
bool HLTGetDigi::getGmtRC_ |
|
private |
◆ getGtEvmRR_
bool HLTGetDigi::getGtEvmRR_ |
|
private |
◆ getGtObjectMap_
bool HLTGetDigi::getGtObjectMap_ |
|
private |
◆ getGtRR_
bool HLTGetDigi::getGtRR_ |
|
private |
◆ getHcalDigis_
bool HLTGetDigi::getHcalDigis_ |
|
private |
◆ getL1Calo_
bool HLTGetDigi::getL1Calo_ |
|
private |
◆ getPixelDigis_
bool HLTGetDigi::getPixelDigis_ |
|
private |
◆ getRPCDigis_
bool HLTGetDigi::getRPCDigis_ |
|
private |
◆ getStripDigis_
bool HLTGetDigi::getStripDigis_ |
|
private |
◆ GmtCandsLabel_
◆ GmtCandsToken_
◆ GmtReadoutCollection_
◆ GmtReadoutToken_
◆ GtEvmRRLabel_
◆ GtEvmRRToken_
◆ GtObjectMapLabel_
◆ GtObjectMapToken_
◆ GtRRLabel_
◆ GtRRToken_
◆ HBHEdigiCollection_
◆ HBHEdigiToken_
◆ HFdigiCollection_
◆ HFdigiToken_
◆ HOdigiCollection_
◆ HOdigiToken_
◆ PXLdigiCollection_
◆ PXLdigiToken_
◆ RPCdigiCollection_
◆ RPCdigiToken_
◆ SSTdigiCollection_
◆ SSTdigiToken_
edm::EDGetTokenT< L1GctJetCandCollection > GctCenJetToken_
edm::InputTag HFdigiCollection_
edm::InputTag GtEvmRRLabel_
edm::InputTag PXLdigiCollection_
unsigned et() const
get the magnitude
static const std::string input
T const * product() const
edm::EDGetTokenT< EBDigiCollection > EBdigiToken_
std::vector< L1GctJetCand > L1GctJetCandCollection
edm::EDGetTokenT< L1GlobalTriggerEvmReadoutRecord > GtEvmRRToken_
edm::InputTag HBHEdigiCollection_
edm::InputTag GmtCandsLabel_
edm::EDGetTokenT< edm::DetSetVector< SiStripDigi > > SSTdigiToken_
unsigned phi() const
get the Et
const int gtTotalBxInEvent() const
get / set the total Bx's in the event
edm::InputTag GctJetCountsLabel_
edm::EDGetTokenT< CSCWireDigiCollection > CSCWiredigiToken_
edm::InputTag GctCaloRegionLabel_
T getUntrackedParameter(std::string const &, T const &) const
edm::InputTag EEdigiCollection_
edm::InputTag GctEtTotalLabel_
edm::EDGetTokenT< L1GlobalTriggerObjectMapRecord > GtObjectMapToken_
edm::InputTag EBdigiCollection_
std::vector< L1CaloEmCand > L1CaloEmCollection
edm::EDGetTokenT< L1GctEtMiss > GctEtMissToken_
Persistable copy of missing Et measured at Level-1.
edm::InputTag GctCenJetLabel_
void add(std::string const &label, ParameterSetDescription const &psetDescription)
edm::InputTag GctNonIsoEmLabel_
edm::InputTag GmtReadoutCollection_
edm::InputTag GctEtMissLabel_
edm::EDGetTokenT< L1GctEmCandCollection > GctIsoEmToken_
edm::EDGetTokenT< L1CaloEmCollection > GctCaloEmToken_
edm::InputTag HOdigiCollection_
edm::EDGetTokenT< L1GctJetCandCollection > GctTauJetToken_
Persistable copy of total Et measured at Level-1.
edm::InputTag GctIsoEmLabel_
edm::InputTag GctEtHadLabel_
edm::InputTag RPCdigiCollection_
edm::EDGetTokenT< CSCStripDigiCollection > CSCStripdigiToken_
edm::EDGetTokenT< L1GctJetCounts > GctJetCountsToken_
edm::InputTag CSCWiredigiCollection_
edm::EDGetTokenT< RPCDigiCollection > RPCdigiToken_
edm::EDGetTokenT< std::vector< L1MuGMTCand > > GmtCandsToken_
edm::EDGetTokenT< L1GctEtHad > GctEtHadToken_
edm::InputTag GctForJetLabel_
edm::EDGetTokenT< L1CaloRegionCollection > GctCaloRegionToken_
edm::EDGetTokenT< HBHEDigiCollection > HBHEdigiToken_
edm::EDGetTokenT< L1GctEtTotal > GctEtTotalToken_
edm::InputTag SSTdigiCollection_
Persistable copy of total Ht measured at Level-1.
edm::EDGetTokenT< edm::DetSetVector< PixelDigi > > PXLdigiToken_
edm::EDGetTokenT< L1GctEmCandCollection > GctNonIsoEmToken_
std::vector< L1CaloRegion > L1CaloRegionCollection
std::vector< L1GctEmCand > L1GctEmCandCollection
edm::EDGetTokenT< ESDigiCollection > ESdigiToken_
edm::InputTag ESdigiCollection_
unsigned et() const
get the Et
T getParameter(std::string const &) const
edm::EDGetTokenT< HFDigiCollection > HFdigiToken_
edm::EDGetTokenT< L1GctJetCandCollection > GctForJetToken_
edm::EDGetTokenT< HODigiCollection > HOdigiToken_
edm::InputTag GctCaloEmLabel_
edm::EDGetTokenT< EEDigiCollection > EEdigiToken_
edm::InputTag GctTauJetLabel_
edm::EDGetTokenT< L1MuGMTReadoutCollection > GmtReadoutToken_
edm::InputTag GtObjectMapLabel_
edm::InputTag DTdigiCollection_
edm::InputTag CSCStripdigiCollection_
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > GtRRToken_
edm::EDGetTokenT< DTDigiCollection > DTdigiToken_
unsigned et() const
get the Et