#include <DuplicationChecker.h>
Public Types | |
typedef std::multimap< double, edm::EventID > | associationMap |
typedef std::vector < associationMap::iterator > | itemList |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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) |
Definition at line 40 of file DuplicationChecker.h.
typedef std::multimap<double,edm::EventID> DuplicationChecker::associationMap |
Definition at line 45 of file DuplicationChecker.h.
typedef std::vector<associationMap::iterator> DuplicationChecker::itemList |
Definition at line 46 of file DuplicationChecker.h.
|
explicit |
Definition at line 14 of file DuplicationChecker.cc.
References dbe, edm::ParameterSet::getParameter(), lheEventProduct_, cppFunctionSkipper::operator, searchForLHE_, and xBjorkenHistory.
|
virtual |
Definition at line 28 of file DuplicationChecker.cc.
References xBjorkenHistory.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 44 of file DuplicationChecker.cc.
References _wmanager, MonitorElement::Fill(), generatedCollection_, edm::Event::getByLabel(), hepeup_, edm::EventBase::id(), lheEventProduct_, lhef::HEPEUP::PUP, searchForLHE_, WeightManager::weight(), histoStyle::weight, xBjorkenHistory, and xBjorkenME.
|
virtual |
Setting the DQM top directories
Booking the ME's
Reimplemented from edm::EDAnalyzer.
Definition at line 33 of file DuplicationChecker.cc.
References DQMStore::book1D(), dbe, DQMStore::setCurrentFolder(), and xBjorkenME.
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 53 of file DuplicationChecker.h.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 104 of file DuplicationChecker.cc.
References findValuesAssociatedWithKey(), i, edm::second(), and xBjorkenHistory.
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 54 of file DuplicationChecker.h.
void DuplicationChecker::findValuesAssociatedWithKey | ( | associationMap & | mMap, |
double & | key, | ||
itemList & | theObjects | ||
) |
|
private |
Definition at line 58 of file DuplicationChecker.h.
Referenced by analyze().
|
private |
Definition at line 67 of file DuplicationChecker.h.
Referenced by beginJob(), and DuplicationChecker().
|
private |
Definition at line 60 of file DuplicationChecker.h.
Referenced by analyze().
|
private |
Definition at line 61 of file DuplicationChecker.h.
Referenced by analyze(), and DuplicationChecker().
|
private |
Definition at line 63 of file DuplicationChecker.h.
Referenced by analyze(), and DuplicationChecker().
|
private |
Definition at line 65 of file DuplicationChecker.h.
Referenced by analyze(), DuplicationChecker(), endJob(), and ~DuplicationChecker().
|
private |
Definition at line 69 of file DuplicationChecker.h.
Referenced by analyze(), and beginJob().