#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 |
Public Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | beginJob () |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
DuplicationChecker (const edm::ParameterSet &) | |
void | endJob () |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) |
void | findValuesAssociatedWithKey (associationMap &mMap, double &key, itemList &theObjects) |
virtual | ~DuplicationChecker () |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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 | |
CurrentProcessingContext const * | currentContext () const |
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(), CommonMethods::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().