Public Member Functions | |
BXVectorInputProducer (const ParameterSet &) | |
~BXVectorInputProducer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | beginJob () |
virtual void | beginRun (Run const &iR, EventSetup const &iE) |
int | convertEtaToHW (double ieta, double minEta, double maxEta, int steps) |
int | convertPhiToHW (double iphi, int steps) |
int | convertPtToHW (double ipt, int maxPt, double step) |
virtual void | endJob () |
virtual void | endRun (Run const &iR, EventSetup const &iE) |
virtual void | produce (Event &, EventSetup const &) |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
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 ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: Create Proper BX Vector Structure for full GT Test Vector Generation including out of time BX.
The producer takes the CAL collections with BX=0 and shifts them, inserting them at BX = -2 and ratcheting older BX information through BX = -1, 0, 1, 2.
Modeled after GenToInputProducer.cc
Definition at line 60 of file BXVectorInputProducer.cc.
|
explicit |
Definition at line 142 of file BXVectorInputProducer.cc.
References edm::ParameterSet::getParameter().
l1t::BXVectorInputProducer::~BXVectorInputProducer | ( | ) |
Definition at line 183 of file BXVectorInputProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 460 of file BXVectorInputProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 471 of file BXVectorInputProducer.cc.
References LogDebug.
|
private |
|
private |
|
private |
Definition at line 512 of file BXVectorInputProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 466 of file BXVectorInputProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 479 of file BXVectorInputProducer.cc.
|
static |
Definition at line 524 of file BXVectorInputProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 195 of file BXVectorInputProducer.cc.
References runGlobalFakeInputProducer::bxFirst, runGlobalFakeInputProducer::bxLast, edm::Event::getByToken(), HLT_25ns14e33_v1_cff::inputJets, metsig::jet, fwrapper::jets, LogDebug, LogTrace, RPCpg::mu, patZpeak::muons, edm::Event::put(), and metsig::tau.
|
private |
Definition at line 85 of file BXVectorInputProducer.cc.
|
private |
Definition at line 86 of file BXVectorInputProducer.cc.
|
private |
Definition at line 110 of file BXVectorInputProducer.cc.
|
private |
Definition at line 119 of file BXVectorInputProducer.cc.
|
private |
Definition at line 118 of file BXVectorInputProducer.cc.
|
private |
Definition at line 117 of file BXVectorInputProducer.cc.
|
private |
Definition at line 120 of file BXVectorInputProducer.cc.
|
private |
Definition at line 95 of file BXVectorInputProducer.cc.
|
private |
Definition at line 104 of file BXVectorInputProducer.cc.
|
private |
Definition at line 100 of file BXVectorInputProducer.cc.
|
private |
Definition at line 99 of file BXVectorInputProducer.cc.
|
private |
Definition at line 108 of file BXVectorInputProducer.cc.
|
private |
Definition at line 134 of file BXVectorInputProducer.cc.
|
private |
Definition at line 133 of file BXVectorInputProducer.cc.
|
private |
Definition at line 132 of file BXVectorInputProducer.cc.
|
private |
Definition at line 135 of file BXVectorInputProducer.cc.
|
private |
Definition at line 101 of file BXVectorInputProducer.cc.
|
private |
Definition at line 93 of file BXVectorInputProducer.cc.
|
private |
Definition at line 107 of file BXVectorInputProducer.cc.
|
private |
Definition at line 129 of file BXVectorInputProducer.cc.
|
private |
Definition at line 128 of file BXVectorInputProducer.cc.
|
private |
Definition at line 127 of file BXVectorInputProducer.cc.
|
private |
Definition at line 130 of file BXVectorInputProducer.cc.
|
private |
Definition at line 79 of file BXVectorInputProducer.cc.
|
private |
Definition at line 90 of file BXVectorInputProducer.cc.
|
private |
Definition at line 89 of file BXVectorInputProducer.cc.
|
private |
Definition at line 88 of file BXVectorInputProducer.cc.
|
private |
Definition at line 91 of file BXVectorInputProducer.cc.
|
private |
Definition at line 96 of file BXVectorInputProducer.cc.
|
private |
Definition at line 114 of file BXVectorInputProducer.cc.
|
private |
Definition at line 113 of file BXVectorInputProducer.cc.
|
private |
Definition at line 112 of file BXVectorInputProducer.cc.
|
private |
Definition at line 115 of file BXVectorInputProducer.cc.
|
private |
Definition at line 105 of file BXVectorInputProducer.cc.
|
private |
Definition at line 94 of file BXVectorInputProducer.cc.
|
private |
Definition at line 106 of file BXVectorInputProducer.cc.
|
private |
Definition at line 124 of file BXVectorInputProducer.cc.
|
private |
Definition at line 123 of file BXVectorInputProducer.cc.
|
private |
Definition at line 122 of file BXVectorInputProducer.cc.
|
private |
Definition at line 125 of file BXVectorInputProducer.cc.