CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Private Member Functions | Private Attributes
TrackMVAClassifierBase Class Referenceabstract

#include <TrackMVAClassifier.h>

Inheritance diagram for TrackMVAClassifierBase:
edm::stream::EDProducer<> edm::stream::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper TrackMVAClassifier< MVA >

Public Member Functions

 TrackMVAClassifierBase (const edm::ParameterSet &cfg)
 
 ~TrackMVAClassifierBase ()
 
- Public Member Functions inherited from edm::stream::EDProducer<>
 EDProducer ()=default
 
- Public Member Functions inherited from edm::stream::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducerBase ()
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel)
 
virtual ~ProducerBase () noexcept(false)
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Protected Types

using MVACollection = std::vector< float >
 
using QualityMaskCollection = std::vector< unsigned char >
 

Protected Member Functions

virtual void computeMVA (reco::TrackCollection const &tracks, reco::BeamSpot const &beamSpot, reco::VertexCollection const &vertices, GBRForest const *forestP, MVACollection &mvas) const =0
 
- 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)
 

Static Protected Member Functions

static void fill (edm::ParameterSetDescription &desc)
 

Private Member Functions

void beginStream (edm::StreamID) override final
 
void produce (edm::Event &evt, const edm::EventSetup &es) override final
 

Private Attributes

edm::EDGetTokenT< reco::BeamSpotbeamspot_
 
const std::string dbFileName_
 
std::unique_ptr< GBRForestforest_
 
const std::string forestLabel_
 
bool ignoreVertices_
 
float qualityCuts [3]
 
edm::EDGetTokenT< reco::TrackCollectionsrc_
 source collection label More...
 
const bool useForestFromDB_
 
edm::EDGetTokenT< reco::VertexCollectionvertices_
 

Additional Inherited Members

- 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, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDProducerBase
typedef EDProducerAdaptorBase ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::stream::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Detailed Description

Definition at line 23 of file TrackMVAClassifier.h.

Member Typedef Documentation

using TrackMVAClassifierBase::MVACollection = std::vector<float>
protected

Definition at line 32 of file TrackMVAClassifier.h.

using TrackMVAClassifierBase::QualityMaskCollection = std::vector<unsigned char>
protected

Definition at line 33 of file TrackMVAClassifier.h.

Constructor & Destructor Documentation

TrackMVAClassifierBase::TrackMVAClassifierBase ( const edm::ParameterSet cfg)
explicit

Definition at line 29 of file TrackMVAClassifierBase.cc.

References begin, popcon2dropbox::copy(), end, edm::ParameterSet::getParameter(), and qualityCuts.

29  :
30  src_ ( consumes<reco::TrackCollection> (cfg.getParameter<edm::InputTag>( "src" )) ),
31  beamspot_( consumes<reco::BeamSpot> (cfg.getParameter<edm::InputTag>( "beamspot" )) ),
32  vertices_( mayConsume<reco::VertexCollection>(cfg.getParameter<edm::InputTag>( "vertices" )) ),
33  ignoreVertices_( cfg.getParameter<bool>( "ignoreVertices" ) ),
34  forestLabel_ ( cfg.getParameter<std::string>("GBRForestLabel") ),
35  dbFileName_ ( cfg.getParameter<std::string>("GBRForestFileName") ),
36  useForestFromDB_( (!forestLabel_.empty()) & dbFileName_.empty()) {
37 
38  auto const & qv = cfg.getParameter<std::vector<double>>("qualityCuts");
39  assert(qv.size()==3);
41 
42  produces<MVACollection>("MVAValues");
43  produces<QualityMaskCollection>("QualityMasks");
44 
45 }
T getParameter(std::string const &) const
edm::EDGetTokenT< reco::TrackCollection > src_
source collection label
const std::string forestLabel_
const std::string dbFileName_
edm::EDGetTokenT< reco::BeamSpot > beamspot_
edm::EDGetTokenT< reco::VertexCollection > vertices_
#define end
Definition: vmac.h:37
#define begin
Definition: vmac.h:30
TrackMVAClassifierBase::~TrackMVAClassifierBase ( )

Definition at line 27 of file TrackMVAClassifierBase.cc.

27 {}

Member Function Documentation

void TrackMVAClassifierBase::beginStream ( edm::StreamID  )
finaloverrideprivatevirtual

Reimplemented from edm::stream::EDProducerBase.

Definition at line 101 of file TrackMVAClassifierBase.cc.

References dbFileName_, forest_, and forestLabel_.

101  {
102  if(!dbFileName_.empty()){
103  TFile gbrfile(dbFileName_.c_str());
104  forest_.reset((GBRForest*)gbrfile.Get(forestLabel_.c_str()));
105  }
106 }
const std::string forestLabel_
const std::string dbFileName_
std::unique_ptr< GBRForest > forest_
virtual void TrackMVAClassifierBase::computeMVA ( reco::TrackCollection const &  tracks,
reco::BeamSpot const &  beamSpot,
reco::VertexCollection const &  vertices,
GBRForest const *  forestP,
MVACollection mvas 
) const
protectedpure virtual

Implemented in TrackMVAClassifier< MVA >.

Referenced by produce().

void TrackMVAClassifierBase::fill ( edm::ParameterSetDescription desc)
staticprotected

Definition at line 14 of file TrackMVAClassifierBase.cc.

References edm::ParameterSetDescription::add(), particleFlowClusterECALTimeSelected_cfi::cuts, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by TrackMVAClassifier< MVA >::fillDescriptions().

14  {
15  desc.add<edm::InputTag>("src",edm::InputTag());
16  desc.add<edm::InputTag>("beamspot",edm::InputTag("offlineBeamSpot"));
17  desc.add<edm::InputTag>("vertices",edm::InputTag("firstStepPrimaryVertices"));
18  desc.add<bool>("ignoreVertices",false);
19  desc.add<std::string>("GBRForestLabel",std::string());
20  desc.add<std::string>("GBRForestFileName",std::string());
21  // default cuts for "cut based classification"
22  std::vector<double> cuts = {-.7, 0.1, .7};
23  desc.add<std::vector<double>>("qualityCuts", cuts);
24 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void TrackMVAClassifierBase::produce ( edm::Event evt,
const edm::EventSetup es 
)
finaloverrideprivate

Definition at line 47 of file TrackMVAClassifierBase.cc.

References beamspot_, computeMVA(), forest_, forestLabel_, edm::EventSetup::get(), edm::Event::getByToken(), reco::TrackBase::highPurity, ignoreVertices_, edm::HandleBase::isValid(), gen::k, reco::TrackBase::loose, eostools::move(), HighPtTripletStep_cff::mva, RecoTauHPSTancTauProdcuer_cfi::mvas, edm::ESHandle< T >::product(), edm::Event::put(), qualityCuts, src_, reco::TrackBase::tight, l1t::tracks, useForestFromDB_, primaryVertexAssociation_cfi::vertices, and vertices_.

47  {
48 
49  // Get tracks
51  evt.getByToken(src_, hSrcTrack );
52  auto const & tracks(*hSrcTrack);
53 
54  // looking for the beam spot
56  evt.getByToken(beamspot_, hBsp);
57 
58  // Select good primary vertices for use in subsequent track selection
60  evt.getByToken(vertices_, hVtx);
61 
62  GBRForest const * forest = forest_.get();
63  if(useForestFromDB_){
64  edm::ESHandle<GBRForest> forestHandle;
65  es.get<GBRWrapperRcd>().get(forestLabel_,forestHandle);
66  forest = forestHandle.product();
67  }
68 
69  // products
70  auto mvas = std::make_unique<MVACollection>(tracks.size(),-99.f);
71  auto quals = std::make_unique<QualityMaskCollection>(tracks.size(),0);
72 
73  if ( hVtx.isValid() && !ignoreVertices_ ) {
74  computeMVA(tracks,*hBsp,*hVtx,forest,*mvas);
75  } else {
76  if ( !ignoreVertices_ )
77  edm::LogWarning("TrackMVAClassifierBase") << "ignoreVertices is set to False in the configuration, but the vertex collection is not valid";
78  std::vector<reco::Vertex> vertices;
79  computeMVA(tracks,*hBsp,vertices,forest,*mvas);
80  }
81  assert((*mvas).size()==tracks.size());
82 
83  unsigned int k=0;
84  for (auto mva : *mvas) {
85  (*quals)[k++]
89  ;
90 
91  }
92 
93 
94  evt.put(std::move(mvas),"MVAValues");
95  evt.put(std::move(quals),"QualityMasks");
96 
97 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:122
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:457
edm::EDGetTokenT< reco::TrackCollection > src_
source collection label
const std::string forestLabel_
virtual void computeMVA(reco::TrackCollection const &tracks, reco::BeamSpot const &beamSpot, reco::VertexCollection const &vertices, GBRForest const *forestP, MVACollection &mvas) const =0
edm::EDGetTokenT< reco::BeamSpot > beamspot_
edm::EDGetTokenT< reco::VertexCollection > vertices_
std::unique_ptr< GBRForest > forest_
bool isValid() const
Definition: HandleBase.h:74
int k[5][pyjets_maxn]
const T & get() const
Definition: EventSetup.h:56
T const * product() const
Definition: ESHandle.h:86
def move(src, dest)
Definition: eostools.py:510

Member Data Documentation

edm::EDGetTokenT<reco::BeamSpot> TrackMVAClassifierBase::beamspot_
private

Definition at line 50 of file TrackMVAClassifier.h.

Referenced by produce().

const std::string TrackMVAClassifierBase::dbFileName_
private

Definition at line 58 of file TrackMVAClassifier.h.

Referenced by beginStream().

std::unique_ptr<GBRForest> TrackMVAClassifierBase::forest_
private

Definition at line 56 of file TrackMVAClassifier.h.

Referenced by beginStream(), and produce().

const std::string TrackMVAClassifierBase::forestLabel_
private

Definition at line 57 of file TrackMVAClassifier.h.

Referenced by beginStream(), and produce().

bool TrackMVAClassifierBase::ignoreVertices_
private

Definition at line 53 of file TrackMVAClassifier.h.

Referenced by produce().

float TrackMVAClassifierBase::qualityCuts[3]
private

Definition at line 62 of file TrackMVAClassifier.h.

Referenced by produce(), and TrackMVAClassifierBase().

edm::EDGetTokenT<reco::TrackCollection> TrackMVAClassifierBase::src_
private

source collection label

Definition at line 49 of file TrackMVAClassifier.h.

Referenced by produce().

const bool TrackMVAClassifierBase::useForestFromDB_
private

Definition at line 59 of file TrackMVAClassifier.h.

Referenced by produce().

edm::EDGetTokenT<reco::VertexCollection> TrackMVAClassifierBase::vertices_
private

Definition at line 51 of file TrackMVAClassifier.h.

Referenced by produce().