#include <RecoJets/FFTJetProducers/plugins/FFTJetVertexAdder.cc>
Public Member Functions | |
FFTJetVertexAdder (const edm::ParameterSet &) | |
~FFTJetVertexAdder () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
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 | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | beginJob () |
void | endJob () |
void | produce (edm::Event &, const edm::EventSetup &) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
Private Member Functions | |
FFTJetVertexAdder () | |
FFTJetVertexAdder (const FFTJetVertexAdder &) | |
FFTJetVertexAdder & | operator= (const FFTJetVertexAdder &) |
Private Attributes | |
const bool | addExistingVertices |
const edm::InputTag | beamSpotLabel |
const double | chi2 |
const double | errX |
const double | errY |
const double | errZ |
const edm::InputTag | existingVerticesLabel |
const double | fixedX |
const double | fixedY |
const double | fixedZ |
const double | nDof |
const unsigned | nVerticesToMake |
const std::string | outputLabel |
CLHEP::RandGauss * | rGauss_ |
const double | sigmaX |
const double | sigmaY |
const double | sigmaZ |
const bool | useBeamSpot |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Description: adds a collection of fake vertices to the event record
Implementation: [Notes on implementation]
Definition at line 46 of file FFTJetVertexAdder.cc.
|
explicit |
Definition at line 92 of file FFTJetVertexAdder.cc.
References outputLabel.
FFTJetVertexAdder::~FFTJetVertexAdder | ( | ) |
|
private |
|
private |
|
protectedvirtual |
Reimplemented from edm::EDProducer.
Definition at line 195 of file FFTJetVertexAdder.cc.
References edm::RandomNumberGenerator::getEngine(), edm::Service< T >::isAvailable(), and rGauss_.
|
protectedvirtual |
Reimplemented from edm::EDProducer.
Definition at line 211 of file FFTJetVertexAdder.cc.
|
private |
|
protectedvirtual |
Implements edm::EDProducer.
Definition at line 123 of file FFTJetVertexAdder.cc.
References addExistingVertices, beamSpotLabel, chi2, errX, errY, errZ, existingVerticesLabel, fixedX, fixedY, fixedZ, edm::Event::getByLabel(), i, edm::HandleBase::isValid(), j, nDof, nVerticesToMake, outputLabel, position, edm::Event::put(), sigmaX, sigmaY, sigmaZ, and useBeamSpot.
|
private |
Definition at line 68 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 63 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 79 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 80 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 81 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 82 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 64 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 70 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 71 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 72 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 78 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 84 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 65 of file FFTJetVertexAdder.cc.
Referenced by FFTJetVertexAdder(), and produce().
|
private |
Definition at line 86 of file FFTJetVertexAdder.cc.
Referenced by beginJob(), and ~FFTJetVertexAdder().
|
private |
Definition at line 74 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 75 of file FFTJetVertexAdder.cc.
Referenced by produce().
|
private |
Definition at line 76 of file FFTJetVertexAdder.cc.
Referenced by produce(), and BeamSpotObj.BeamSpot::Reset().
|
private |
Definition at line 67 of file FFTJetVertexAdder.cc.
Referenced by produce().