#include <WValidation.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
virtual void | endJob () |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) |
WValidation (const edm::ParameterSet &) | |
virtual | ~WValidation () |
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 Attributes | |
int | _flavor |
decay flavor More... | |
std::string | _name |
decay flavor name More... | |
WeightManager | _wmanager |
MonitorElement * | cos_theta_gamma_lepton |
DQMStore * | dbe |
ME's "container". More... | |
edm::ESHandle < HepPDT::ParticleDataTable > | fPDGTable |
PDT table. More... | |
MonitorElement * | gamma_energy |
edm::InputTag | hepmcCollection_ |
MonitorElement * | lepeta |
MonitorElement * | lepmet_mT |
MonitorElement * | lepmet_mTPeak |
MonitorElement * | lepmet_pt |
MonitorElement * | lepmet_ptLog |
MonitorElement * | lepmet_rap |
MonitorElement * | leppt |
MonitorElement * | met |
MonitorElement * | nEvt |
MonitorElement * | Wdaughters |
MonitorElement * | Wmass |
MonitorElement * | WmassPeak |
MonitorElement * | Wpt |
MonitorElement * | WptLog |
MonitorElement * | Wrap |
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 36 of file WValidation.h.
|
explicit |
Definition at line 20 of file WValidation.cc.
References dbe, and cppFunctionSkipper::operator.
|
virtual |
Definition at line 30 of file WValidation.cc.
|
virtual |
Gathering the HepMCProduct information
Implements edm::EDAnalyzer.
Definition at line 75 of file WValidation.cc.
References _flavor, _wmanager, abs, funct::cos(), cos_theta_gamma_lepton, MonitorElement::Fill(), HepMCValidationHelper::findFSRPhotons(), gamma_energy, HepMCValidationHelper::genMet(), edm::Event::getByLabel(), hepmcCollection_, lepeta, lepmet_mT, lepmet_mTPeak, lepmet_pt, lepmet_ptLog, leppt, met, nEvt, edm::es::products(), python.multivaluedict::sort(), HepMCValidationHelper::sortByPt(), lumiQTWidget::t, Wdaughters, WeightManager::weight(), histoStyle::weight, Wmass, WmassPeak, Wpt, WptLog, Wrap, x, detailsBasic3DVector::y, and detailsBasic3DVector::z.
|
virtual |
Setting the DQM top directories
Reimplemented from edm::EDAnalyzer.
Definition at line 32 of file WValidation.cc.
References _name, DQMStore::book1D(), cos_theta_gamma_lepton, dbe, gamma_energy, lepeta, lepmet_mT, lepmet_mTPeak, lepmet_pt, lepmet_ptLog, leppt, met, nEvt, DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, Wdaughters, Wmass, WmassPeak, Wpt, WptLog, and Wrap.
|
virtual |
Get PDT Table
Reimplemented from edm::EDAnalyzer.
Definition at line 68 of file WValidation.cc.
References fPDGTable, and edm::EventSetup::getData().
|
virtual |
|
virtual |
|
private |
|
private |
|
private |
Definition at line 49 of file WValidation.h.
Referenced by analyze().
|
private |
Definition at line 63 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
ME's "container".
Definition at line 57 of file WValidation.h.
Referenced by beginJob(), and WValidation().
|
private |
|
private |
Definition at line 63 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 51 of file WValidation.h.
Referenced by analyze().
|
private |
Definition at line 62 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 61 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 61 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 61 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 61 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 61 of file WValidation.h.
|
private |
Definition at line 62 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 62 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 59 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file WValidation.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file WValidation.h.
Referenced by analyze(), and beginJob().