![]() |
![]() |
#include <DuplicationChecker.h>
Public Types | |
typedef std::multimap< double, edm::EventID > | associationMap |
typedef std::vector < associationMap::iterator > | itemList |
![]() | |
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 () |
![]() | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
DQMStore * | dbe |
edm::InputTag | generatedCollection_ |
bool | searchForLHE_ |
associationMap | xBjorkenHistory |
MonitorElement * | xBjorkenME |
Additional Inherited Members | |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 38 of file DuplicationChecker.h.
typedef std::multimap<double,edm::EventID> DuplicationChecker::associationMap |
Definition at line 43 of file DuplicationChecker.h.
typedef std::vector<associationMap::iterator> DuplicationChecker::itemList |
Definition at line 44 of file DuplicationChecker.h.
|
explicit |
Definition at line 14 of file DuplicationChecker.cc.
References dbe, cmsCodeRules.cppFunctionSkipper::operator, and xBjorkenHistory.
|
virtual |
Definition at line 24 of file DuplicationChecker.cc.
References xBjorkenHistory.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 40 of file DuplicationChecker.cc.
References MonitorElement::Fill(), generatedCollection_, edm::Event::getByLabel(), edm::Event::getByType(), hepeup_, edm::EventBase::id(), lhef::HEPEUP::PUP, searchForLHE_, xBjorkenHistory, and xBjorkenME.
|
virtual |
Setting the DQM top directories
Booking the ME's
Reimplemented from edm::EDAnalyzer.
Definition at line 29 of file DuplicationChecker.cc.
References DQMStore::book1D(), dbe, DQMStore::setCurrentFolder(), and xBjorkenME.
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 51 of file DuplicationChecker.h.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 96 of file DuplicationChecker.cc.
References findValuesAssociatedWithKey(), i, edm::second(), and xBjorkenHistory.
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 52 of file DuplicationChecker.h.
void DuplicationChecker::findValuesAssociatedWithKey | ( | associationMap & | mMap, |
double & | key, | ||
itemList & | theObjects | ||
) |
|
private |
Definition at line 63 of file DuplicationChecker.h.
Referenced by beginJob(), and DuplicationChecker().
|
private |
Definition at line 57 of file DuplicationChecker.h.
Referenced by analyze().
|
private |
Definition at line 59 of file DuplicationChecker.h.
Referenced by analyze().
|
private |
Definition at line 61 of file DuplicationChecker.h.
Referenced by analyze(), DuplicationChecker(), endJob(), and ~DuplicationChecker().
|
private |
Definition at line 65 of file DuplicationChecker.h.
Referenced by analyze(), and beginJob().