#include <MixCollectionValidation.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
void | beginJob () |
void | endJob () |
MixCollectionValidation (const edm::ParameterSet &) | |
~MixCollectionValidation () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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 () |
Private Member Functions | |
template<class T1 , class T2 > | |
void | fillCaloHitTime (T1 &theItr_, T2 &theColl_, MonitorElement *theProfile_) |
template<class T1 , class T2 > | |
void | fillGenParticleMulti (T1 &theItr_, T2 &theColl_, MonitorElement *theProfile_) |
template<class T1 , class T2 > | |
void | fillMultiplicity (T1 &theItr_, T2 &theColl_, MonitorElement *theProfile_) |
template<class T1 , class T2 > | |
void | fillSimHitTime (T1 &theItr_, T2 &theColl_, MonitorElement *theProfile_) |
Private Attributes | |
std::map< std::string, MonitorElement * > | CaloHitNrmap_ |
std::map< std::string, MonitorElement * > | CaloHitTimemap_ |
DQMStore * | dbe_ |
std::vector< edm::InputTag > | HepMCProductTags_ |
int | maxbunch_ |
int | minbunch_ |
std::vector< std::string > | names_ |
int | nbin_ |
MonitorElement * | nrHepMCProductH_ |
MonitorElement * | nrSimTrackH_ |
MonitorElement * | nrSimVertexH_ |
std::string | outputFile_ |
std::vector< edm::InputTag > | PCaloHitTags_ |
std::vector< edm::InputTag > | PSimHitTags_ |
std::map< std::string, MonitorElement * > | SimHitNrmap_ |
std::map< std::string, MonitorElement * > | SimHitTimemap_ |
std::vector< edm::InputTag > | SimTrackTags_ |
std::vector< edm::InputTag > | SimVertexTags_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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 25 of file MixCollectionValidation.h.
|
explicit |
Definition at line 30 of file MixCollectionValidation.cc.
References DQMStore::bookProfile(), CaloHitNrmap_, CaloHitTimemap_, dbe_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNames(), HepMCProductTags_, cuy::ii, maxbunch_, minbunch_, mergeVDriftHistosByStation::name, names_, nbin_, nrHepMCProductH_, nrSimTrackH_, nrSimVertexH_, dbtoconf::object, cppFunctionSkipper::operator, outputFile_, PCaloHitTags_, PSimHitTags_, DQMStore::setCurrentFolder(), DQMStore::setVerbose(), DQMStore::showDirStructure(), SimHitNrmap_, SimHitTimemap_, SimTrackTags_, SimVertexTags_, AlCaHLTBitMon_QueryRunRegistry::string, subdets, o2o::tags, indexGen::title, and verbose_.
MixCollectionValidation::~MixCollectionValidation | ( | ) |
Definition at line 135 of file MixCollectionValidation.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 156 of file MixCollectionValidation.cc.
References CaloHitNrmap_, CaloHitTimemap_, fillCaloHitTime(), fillGenParticleMulti(), fillMultiplicity(), fillSimHitTime(), edm::Event::getByLabel(), HepMCProductTags_, i, instance, nrHepMCProductH_, nrSimTrackH_, nrSimVertexH_, PCaloHitTags_, edm::Handle< T >::product(), PSimHitTags_, SimHitNrmap_, trackerHits::simHits, SimHitTimemap_, SimTrackTags_, SimVertexTags_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 142 of file MixCollectionValidation.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 146 of file MixCollectionValidation.cc.
References dbe_, outputFile_, and DQMStore::save().
|
private |
Definition at line 303 of file MixCollectionValidation.cc.
References MonitorElement::Fill(), getHLTprescales::index, minbunch_, nbin_, and cond::rpcobgas::time.
Referenced by analyze().
|
private |
Definition at line 271 of file MixCollectionValidation.cc.
References MonitorElement::Fill(), i, getHLTprescales::index, max(), minbunch_, and nbin_.
Referenced by analyze().
|
private |
Definition at line 252 of file MixCollectionValidation.cc.
References MonitorElement::Fill(), i, getHLTprescales::index, max(), minbunch_, and nbin_.
Referenced by analyze().
|
private |
Definition at line 289 of file MixCollectionValidation.cc.
References MonitorElement::Fill(), getHLTprescales::index, minbunch_, nbin_, and cond::rpcobgas::time.
Referenced by analyze().
|
private |
Definition at line 58 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 59 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 61 of file MixCollectionValidation.h.
Referenced by endJob(), and MixCollectionValidation().
|
private |
Definition at line 64 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 47 of file MixCollectionValidation.h.
Referenced by MixCollectionValidation().
|
private |
Definition at line 46 of file MixCollectionValidation.h.
Referenced by fillCaloHitTime(), fillGenParticleMulti(), fillMultiplicity(), fillSimHitTime(), and MixCollectionValidation().
|
private |
Definition at line 63 of file MixCollectionValidation.h.
Referenced by MixCollectionValidation().
|
private |
Definition at line 70 of file MixCollectionValidation.h.
Referenced by fillCaloHitTime(), fillGenParticleMulti(), fillMultiplicity(), fillSimHitTime(), and MixCollectionValidation().
|
private |
Definition at line 51 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 52 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 53 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 45 of file MixCollectionValidation.h.
Referenced by endJob(), and MixCollectionValidation().
|
private |
Definition at line 68 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 67 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 55 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 56 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 65 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 66 of file MixCollectionValidation.h.
Referenced by analyze(), and MixCollectionValidation().
|
private |
Definition at line 49 of file MixCollectionValidation.h.
Referenced by MixCollectionValidation().