Public Member Functions | |
virtual void | beginJob () |
virtual void | endJob () |
void | fill_histogram (const char *, const double &) |
virtual bool | filter (edm::Event &, const edm::EventSetup &) |
void | init_histograms () |
WMuNuValidator (const edm::ParameterSet &) | |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
virtual | ~EDFilter () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
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 | |
double | acopCut_ |
double | dxyCut_ |
double | eJetMin_ |
double | etaCut_ |
bool | fastOption_ |
std::map< std::string, TH1D * > | h1_ |
bool | isAlsoTrackerMuon_ |
bool | isCombinedIso_ |
double | isoCut03_ |
bool | isRelativeIso_ |
edm::InputTag | jetTag_ |
bool | metIncludesMuons_ |
double | metMax_ |
double | metMin_ |
edm::InputTag | metTag_ |
double | mtMax_ |
double | mtMin_ |
edm::InputTag | muonTag_ |
const std::string | muonTrig_ |
unsigned int | nall |
unsigned int | nhlt |
unsigned int | niso |
int | nJetMax_ |
unsigned int | nmet |
double | normalizedChi2Cut_ |
unsigned int | nrec |
unsigned int | nsel |
double | ptCut_ |
double | ptThrForZ1_ |
double | ptThrForZ2_ |
int | trackerHitsCut_ |
edm::InputTag | trigTag_ |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
typedef WorkerT< EDFilter > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDFilter | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 21 of file WMuNuValidator.cc.
WMuNuValidator::WMuNuValidator | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 97 of file WMuNuValidator.cc.
|
virtual |
Reimplemented from edm::EDFilter.
Definition at line 137 of file WMuNuValidator.cc.
References fastOption_, init_histograms(), nall, nhlt, niso, nmet, nrec, and nsel.
|
virtual |
Reimplemented from edm::EDFilter.
Definition at line 242 of file WMuNuValidator.cc.
References cond::ecalcond::all, fastOption_, nall, nhlt, niso, nmet, nrec, nsel, and mathSSE::sqrt().
void WMuNuValidator::fill_histogram | ( | const char * | name, |
const double & | var | ||
) |
Definition at line 237 of file WMuNuValidator.cc.
References fastOption_, h1_, and mergeVDriftHistosByStation::name.
Referenced by filter().
|
virtual |
Implements edm::EDFilter.
Definition at line 301 of file WMuNuValidator.cc.
References acopCut_, dxyCut_, eJetMin_, reco::MuonIsolation::emEt, reco::LeafCandidate::et(), reco::LeafCandidate::eta(), eta(), etaCut_, fastOption_, fill_histogram(), edm::Event::getByLabel(), muon::GlobalMuonPromptTight, reco::Muon::globalTrack(), reco::MuonIsolation::hadEt, i, reco::Muon::innerTrack(), isCombinedIso_, reco::Muon::isGlobalMuon(), muon::isGoodMuon(), edm::Ref< C, T, F >::isNull(), isoCut03_, reco::Muon::isolationR03(), isRelativeIso_, reco::Muon::isTrackerMuon(), j, metsig::jet, jetTag_, LogTrace, M_PI, CaloMET_cfi::met, metIncludesMuons_, metMax_, metMin_, metTag_, mtMax_, mtMin_, RPCpg::mu, muonTag_, muonTrig_, nall, nhlt, niso, nJetMax_, nmet, nrec, nsel, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), ptCut_, ptThrForZ1_, ptThrForZ2_, reco::LeafCandidate::px(), reco::LeafCandidate::py(), mathSSE::sqrt(), reco::MuonIsolation::sumPt, trackerHitsCut_, edm::TriggerNames::triggerIndex(), edm::Event::triggerNames(), patRefSel_triggerSelection_cff::triggerResults, trigTag_, and Geom::Phi< T >::value().
Referenced by Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filter(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setDataAccessor(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView().
void WMuNuValidator::init_histograms | ( | ) |
Definition at line 150 of file WMuNuValidator.cc.
References data, eJetMin_, h1_, i, isCombinedIso_, isRelativeIso_, jetTag_, edm::InputTag::label(), M_PI, TFileDirectory::make(), metTag_, TFileDirectory::mkdir(), muonTrig_, ptThrForZ1_, ptThrForZ2_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by beginJob().
|
private |
Definition at line 47 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 49 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 57 of file WMuNuValidator.cc.
Referenced by filter(), and init_histograms().
|
private |
Definition at line 39 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 30 of file WMuNuValidator.cc.
Referenced by beginJob(), endJob(), fill_histogram(), and filter().
|
private |
Definition at line 67 of file WMuNuValidator.cc.
Referenced by fill_histogram(), and init_histograms().
|
private |
Definition at line 52 of file WMuNuValidator.cc.
|
private |
Definition at line 41 of file WMuNuValidator.cc.
Referenced by filter(), and init_histograms().
|
private |
Definition at line 42 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 40 of file WMuNuValidator.cc.
Referenced by filter(), and init_histograms().
|
private |
Definition at line 35 of file WMuNuValidator.cc.
Referenced by filter(), and init_histograms().
|
private |
Definition at line 34 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 46 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 45 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 33 of file WMuNuValidator.cc.
Referenced by filter(), and init_histograms().
|
private |
Definition at line 44 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 43 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 32 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 37 of file WMuNuValidator.cc.
Referenced by filter(), and init_histograms().
|
private |
Definition at line 60 of file WMuNuValidator.cc.
Referenced by beginJob(), endJob(), and filter().
|
private |
Definition at line 63 of file WMuNuValidator.cc.
Referenced by beginJob(), endJob(), and filter().
|
private |
Definition at line 62 of file WMuNuValidator.cc.
Referenced by beginJob(), endJob(), and filter().
|
private |
Definition at line 58 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 64 of file WMuNuValidator.cc.
Referenced by beginJob(), endJob(), and filter().
|
private |
Definition at line 50 of file WMuNuValidator.cc.
|
private |
Definition at line 61 of file WMuNuValidator.cc.
Referenced by beginJob(), endJob(), and filter().
|
private |
Definition at line 65 of file WMuNuValidator.cc.
Referenced by beginJob(), endJob(), and filter().
|
private |
Definition at line 38 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 54 of file WMuNuValidator.cc.
Referenced by filter(), and init_histograms().
|
private |
Definition at line 55 of file WMuNuValidator.cc.
Referenced by filter(), and init_histograms().
|
private |
Definition at line 51 of file WMuNuValidator.cc.
Referenced by filter().
|
private |
Definition at line 31 of file WMuNuValidator.cc.
Referenced by filter().