#include <L1TGlobalUtilHelper.h>
Public Member Functions | |
edm::InputTag const & | l1tAlgBlkInputTag () const |
edm::EDGetTokenT< GlobalAlgBlkBxCollection > const & | l1tAlgBlkToken () const |
edm::InputTag const & | l1tExtBlkInputTag () const |
edm::EDGetTokenT< GlobalExtBlkBxCollection > const & | l1tExtBlkToken () const |
L1TGlobalUtilHelper (edm::ParameterSet const &pset, edm::ConsumesCollector &iC) | |
template<typename T > | |
L1TGlobalUtilHelper (edm::ParameterSet const &pset, edm::ConsumesCollector &iC, T &module) | |
template<typename T > | |
L1TGlobalUtilHelper (edm::ParameterSet const &pset, edm::ConsumesCollector &iC, T &module, edm::InputTag const &l1tAlgBlkInputTag, edm::InputTag const &l1tExtBlkInputTag) | |
bool const & | readPrescalesFromFile () const |
Static Public Member Functions | |
static void | fillDescription (edm::ParameterSetDescription &desc, edm::InputTag const &iAlg, edm::InputTag const &iExt, bool readPrescalesFromFile) |
Private Member Functions | |
void | checkToUpdateTags (edm::BranchDescription const &branchDescription, edm::ConsumesCollector, bool findL1TAlgBlk, bool findL1TExtBlk) |
Definition at line 38 of file L1TGlobalUtilHelper.h.
L1TGlobalUtilHelper::L1TGlobalUtilHelper | ( | edm::ParameterSet const & | pset, |
edm::ConsumesCollector & | iC | ||
) |
Definition at line 9 of file L1TGlobalUtilHelper.cc.
References edm::ConsumesCollector::consumes(), m_l1tAlgBlkInputTag, m_l1tAlgBlkToken, m_l1tExtBlkInputTag, and m_l1tExtBlkToken.
L1TGlobalUtilHelper::L1TGlobalUtilHelper | ( | edm::ParameterSet const & | pset, |
edm::ConsumesCollector & | iC, | ||
T & | module | ||
) |
Definition at line 97 of file L1TGlobalUtilHelper.h.
L1TGlobalUtilHelper::L1TGlobalUtilHelper | ( | edm::ParameterSet const & | pset, |
edm::ConsumesCollector & | iC, | ||
T & | module, | ||
edm::InputTag const & | l1tAlgBlkInputTag, | ||
edm::InputTag const & | l1tExtBlkInputTag | ||
) |
Definition at line 101 of file L1TGlobalUtilHelper.h.
References cms::Exception::addContext(), checkToUpdateTags(), edm::ConsumesCollector::consumes(), label, edm::InputTag::label(), m_l1tAlgBlkInputTag, m_l1tAlgBlkToken, m_l1tExtBlkInputTag, m_l1tExtBlkToken, m_readPrescalesFromFile, callgraph::module, muonDTDigis_cfi::pset, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 85 of file L1TGlobalUtilHelper.cc.
References edm::BranchDescription::branchType(), edm::BranchDescription::dropped(), edm::InEvent, ProducerED_cfi::InputTag, and edm::BranchDescription::unwrappedTypeID().
Referenced by L1TGlobalUtilHelper().
|
static |
Definition at line 17 of file L1TGlobalUtilHelper.cc.
References submitPVResolutionJobs::desc.
Referenced by l1t::L1TGlobalUtil::fillDescription().
|
inline |
Definition at line 70 of file L1TGlobalUtilHelper.h.
References m_l1tAlgBlkInputTag.
|
inline |
Definition at line 75 of file L1TGlobalUtilHelper.h.
References m_l1tAlgBlkToken.
|
inline |
Definition at line 71 of file L1TGlobalUtilHelper.h.
References m_l1tExtBlkInputTag.
|
inline |
Definition at line 76 of file L1TGlobalUtilHelper.h.
References m_l1tExtBlkToken.
|
inline |
Definition at line 73 of file L1TGlobalUtilHelper.h.
References m_readPrescalesFromFile.
|
private |
Definition at line 87 of file L1TGlobalUtilHelper.h.
Referenced by l1tAlgBlkInputTag(), and L1TGlobalUtilHelper().
|
private |
Definition at line 90 of file L1TGlobalUtilHelper.h.
Referenced by l1tAlgBlkToken(), and L1TGlobalUtilHelper().
|
private |
Definition at line 88 of file L1TGlobalUtilHelper.h.
Referenced by l1tExtBlkInputTag(), and L1TGlobalUtilHelper().
|
private |
Definition at line 91 of file L1TGlobalUtilHelper.h.
Referenced by l1tExtBlkToken(), and L1TGlobalUtilHelper().
|
private |
Definition at line 93 of file L1TGlobalUtilHelper.h.
Referenced by L1TGlobalUtilHelper(), and readPrescalesFromFile().