![]() |
![]() |
#include <BMixingModule.h>
Public Member Functions | |
virtual void | addPileups (const int bcr, EventPrincipal *ep, unsigned int eventId, unsigned int worker, const edm::EventSetup &c) |
virtual void | addSignals (const edm::Event &e, const edm::EventSetup &c) |
double | averageNumber () const |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &setup) override |
virtual void | beginRun (const edm::Run &r, const edm::EventSetup &setup) override |
BMixingModule (const edm::ParameterSet &ps, MixingCache::Config const *globalConf) | |
virtual void | checkSignal (const edm::Event &e) |
virtual void | createnewEDProduct () |
virtual void | doPileUp (edm::Event &e, const edm::EventSetup &c) |
virtual void | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &setup) override |
virtual void | endRun (const edm::Run &r, const edm::EventSetup &setup) override |
virtual void | finalizeEvent (edm::Event &event, const edm::EventSetup &setup) |
virtual void | initializeEvent (const edm::Event &event, const edm::EventSetup &setup) |
bool | poisson () const |
virtual void | produce (edm::Event &e1, const edm::EventSetup &c) override |
virtual void | put (edm::Event &e, const edm::EventSetup &c) |
virtual void | reload (const edm::EventSetup &setup) |
virtual void | setBcrOffset () |
virtual void | setSourceOffset (const unsigned int s) |
virtual | ~BMixingModule () |
![]() | |
EDProducer ()=default | |
![]() | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
![]() | |
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 () |
![]() | |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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 | globalEndJob (MixingCache::Config *) |
static std::unique_ptr < MixingCache::Config > | initializeGlobalCache (edm::ParameterSet const &) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions | |
virtual void | beginStream (edm::StreamID) override |
void | dropUnwantedBranches (std::vector< std::string > const &wantedBranches) |
virtual void | endStream () override |
void | setupPileUpEvent (const edm::EventSetup &setup) |
void | update (edm::EventSetup const &) |
![]() | |
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) |
Protected Attributes | |
int | bunchSpace_ |
bool | checktof_ |
bool | doit_ [4] |
unsigned int | eventId_ |
std::vector< std::shared_ptr < PileUp > > | inputSources_ |
int | maxBunch_ |
int | minBunch_ |
bool const | mixProdStep1_ |
bool const | mixProdStep2_ |
edm::ESWatcher< MixingRcd > | parameterWatcher_ |
bool | playback_ |
bool | readDB_ |
std::vector< float > | TrueNumInteractions_ |
int | vertexOffset_ |
Static Protected Attributes | |
static const unsigned int | maxNbSources_ =4 |
Additional Inherited Members | |
![]() | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
![]() | |
typedef EDProducerAdaptorBase | ModuleType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
typedef ProductLabels | Labels |
Definition at line 40 of file BMixingModule.h.
|
explicit |
standard constructor
Definition at line 165 of file BMixingModule.cc.
|
virtual |
Default destructor
Definition at line 190 of file BMixingModule.cc.
|
inlinevirtual |
Definition at line 78 of file BMixingModule.h.
|
inlinevirtual |
Reimplemented in edm::MixingModule, and edm::DataMixingModule.
Definition at line 77 of file BMixingModule.h.
|
inline |
Definition at line 71 of file BMixingModule.h.
References inputSources_.
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Reimplemented in edm::DataMixingModule, and edm::MixingModule.
Definition at line 223 of file BMixingModule.cc.
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Reimplemented in edm::DataMixingModule, and edm::MixingModule.
Definition at line 230 of file BMixingModule.cc.
|
overrideprotectedvirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 295 of file BMixingModule.cc.
|
virtual |
Reimplemented in edm::MixingModule, and edm::DataMixingModule.
Definition at line 311 of file BMixingModule.cc.
|
virtual |
Reimplemented in edm::MixingModule, and edm::DataMixingModule.
Definition at line 307 of file BMixingModule.cc.
|
virtual |
Reimplemented in edm::MixingModule, and edm::DataMixingModule.
Definition at line 323 of file BMixingModule.cc.
|
protected |
Definition at line 289 of file BMixingModule.cc.
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Reimplemented in edm::DataMixingModule, and edm::MixingModule.
Definition at line 237 of file BMixingModule.cc.
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Reimplemented in edm::DataMixingModule, and edm::MixingModule.
Definition at line 243 of file BMixingModule.cc.
|
overrideprotectedvirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 301 of file BMixingModule.cc.
|
inlinevirtual |
|
inlinestatic |
Definition at line 63 of file BMixingModule.h.
|
inlinevirtual |
Reimplemented in edm::MixingModule, and edm::DataMixingModule.
Definition at line 51 of file BMixingModule.h.
|
static |
Definition at line 218 of file BMixingModule.cc.
|
inline |
Definition at line 73 of file BMixingModule.h.
References inputSources_.
|
overridevirtual |
Cumulates the pileup events onto this event
Implements edm::stream::EDProducerBase.
Definition at line 259 of file BMixingModule.cc.
|
inlinevirtual |
Reimplemented in edm::MixingModule, and edm::DataMixingModule.
Definition at line 81 of file BMixingModule.h.
|
inlinevirtual |
|
virtual |
Definition at line 315 of file BMixingModule.cc.
|
virtual |
Definition at line 319 of file BMixingModule.cc.
|
protected |
Definition at line 283 of file BMixingModule.cc.
|
protected |
Definition at line 249 of file BMixingModule.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
protected |
Definition at line 90 of file BMixingModule.h.
|
protected |
Definition at line 92 of file BMixingModule.h.
|
protected |
Definition at line 101 of file BMixingModule.h.
|
protected |
Definition at line 104 of file BMixingModule.h.
|
protected |
Definition at line 107 of file BMixingModule.h.
Referenced by averageNumber(), and poisson().
|
protected |
Definition at line 94 of file BMixingModule.h.
|
staticprotected |
Definition at line 100 of file BMixingModule.h.
|
protected |
Definition at line 93 of file BMixingModule.h.
|
protected |
Definition at line 95 of file BMixingModule.h.
|
protected |
Definition at line 96 of file BMixingModule.h.
|
protected |
Definition at line 110 of file BMixingModule.h.
|
protected |
Definition at line 99 of file BMixingModule.h.
|
protected |
Definition at line 98 of file BMixingModule.h.
|
protected |
Definition at line 102 of file BMixingModule.h.
|
protected |
Definition at line 91 of file BMixingModule.h.