#include <TrackMVAClassifier.h>
Public Member Functions | |
TrackMVAClassifier (const edm::ParameterSet &cfg) | |
Public Member Functions inherited from TrackMVAClassifierBase | |
TrackMVAClassifierBase (const edm::ParameterSet &cfg) | |
~TrackMVAClassifierBase () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | beginStream (edm::StreamID) final |
void | computeMVA (reco::TrackCollection const &tracks, reco::BeamSpot const &beamSpot, reco::VertexCollection const &vertices, MVAPairCollection &mvas) const final |
void | initEvent (const edm::EventSetup &es) final |
Private Attributes | |
MVA | mva |
Additional Inherited Members | |
Public Types inherited from TrackMVAClassifierBase | |
using | MVACollection = std::vector< float > |
using | MVAPairCollection = std::vector< std::pair< float, bool >> |
using | QualityMaskCollection = std::vector< unsigned char > |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Static Protected Member Functions inherited from TrackMVAClassifierBase | |
static void | fill (edm::ParameterSetDescription &desc) |
Definition at line 102 of file TrackMVAClassifier.h.
|
inlineexplicit |
Definition at line 104 of file TrackMVAClassifier.h.
|
inlinefinalprivate |
|
inlinefinalprivatevirtual |
Implements TrackMVAClassifierBase.
Definition at line 127 of file TrackMVAClassifier.h.
References ecalDrivenElectronSeedsParameters_cff::beamSpot, caloDeepCSVTagInfos_cfi::computer, DetachedQuadStep_cff::mva, RecoTauHPSTancTauProdcuer_cfi::mvas, l1t::tracks, and electrons_cff::vertices.
|
inlinestatic |
Definition at line 108 of file TrackMVAClassifier.h.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), TrackMVAClassifierBase::fill(), fillDescriptions(), and dataset::name.
|
inlinefinalprivatevirtual |
Implements TrackMVAClassifierBase.
Definition at line 123 of file TrackMVAClassifier.h.
References DetachedQuadStep_cff::mva.
|
private |
Definition at line 136 of file TrackMVAClassifier.h.