Get track history and classification by proxy. More...
#include <VertexClassifierByProxy.h>
Public Member Functions | |
VertexClassifierByProxy < Collection > const & | evaluate (TrackingVertexRef const &vertex) |
Classify the TrackingVertex in categories. More... | |
VertexClassifierByProxy < Collection > const & | evaluate (edm::Ref< Collection > const &vertex, std::size_t index) |
Classify any vertexes in categories. More... | |
VertexClassifierByProxy < Collection > const & | evaluate (edm::Ref< Collection > const &vertex) |
Classify any vertexes in categories. More... | |
virtual void | newEvent (edm::Event const &event, edm::EventSetup const &config) |
Pre-process event information (for accessing reconstraction information). More... | |
VertexClassifierByProxy (edm::ParameterSet const &config) | |
Constructor by ParameterSet. More... | |
Public Member Functions inherited from VertexClassifier | |
VertexClassifier const & | evaluate (reco::VertexBaseRef const &) |
Classify the RecoVertex in categories. More... | |
VertexClassifier const & | evaluate (TrackingVertexRef const &) |
Classify the TrackingVertex in categories. More... | |
VertexClassifier const & | evaluate (reco::VertexRef const &vertex) |
Classify the RecoVertex in categories. More... | |
VertexHistory const & | history () const |
Returns a reference to the vertex history used in the classification. More... | |
VertexClassifier (edm::ParameterSet const &pset) | |
Constructor by ParameterSet. More... | |
virtual | ~VertexClassifier () |
Public Member Functions inherited from VertexCategories | |
const Flags & | flags () const |
Returns flags with the category descriptions. More... | |
bool | is (Category category) const |
Returns track flag for a given category. More... | |
VertexCategories () | |
Void constructor. More... | |
Private Attributes | |
const edm::InputTag | proxy_ |
edm::Handle< Association > | proxyHandler_ |
Additional Inherited Members | |
Static Public Attributes inherited from VertexCategories | |
static const char * | Names [] |
Name of the different categories. More... | |
Protected Member Functions inherited from VertexCategories | |
void | reset () |
Reset the categories flags. More... | |
void | unknownVertex () |
Protected Attributes inherited from VertexCategories | |
Flags | flags_ |
Flag containers. More... | |
Get track history and classification by proxy.
Definition at line 11 of file VertexClassifierByProxy.h.
typedef edm::AssociationMap<edm::OneToMany<Collection, reco::VertexCollection> > VertexClassifierByProxy< Collection >::Association |
Association type.
Definition at line 17 of file VertexClassifierByProxy.h.
|
inline |
Constructor by ParameterSet.
Definition at line 20 of file VertexClassifierByProxy.h.
|
inline |
Classify the TrackingVertex in categories.
Definition at line 33 of file VertexClassifierByProxy.h.
Referenced by SVTagInfoValidationAnalyzer::analyze(), and recoBSVTagInfoValidationAnalyzer::analyze().
|
inline |
Classify any vertexes in categories.
Definition at line 40 of file VertexClassifierByProxy.h.
|
inline |
Classify any vertexes in categories.
Definition at line 64 of file VertexClassifierByProxy.h.
|
inlinevirtual |
Pre-process event information (for accessing reconstraction information).
Reimplemented from VertexClassifier.
Definition at line 24 of file VertexClassifierByProxy.h.
Referenced by SVTagInfoValidationAnalyzer::analyze(), and recoBSVTagInfoValidationAnalyzer::analyze().
|
private |
Definition at line 100 of file VertexClassifierByProxy.h.
Referenced by VertexClassifierByProxy< reco::SecondaryVertexTagInfoCollection >::newEvent().
|
private |
Definition at line 102 of file VertexClassifierByProxy.h.
Referenced by VertexClassifierByProxy< reco::SecondaryVertexTagInfoCollection >::evaluate(), and VertexClassifierByProxy< reco::SecondaryVertexTagInfoCollection >::newEvent().