Classes | |
class | AlgoSettings |
class | AnalysisSettings |
class | InputData |
class | L1Track |
Simple wrapper class for TTTrack. More... | |
class | L1TrackTruthMatched |
Simple wrapper class for TTTrack, with match to a tracking particle. More... | |
class | RecoVertex |
class | Stub |
class | TP |
class | Vertex |
class | VertexFinder |
class | VertexNTupler |
Typedefs | |
typedef edmNew::DetSet< TTStub < Ref_Phase2TrackerDigi_ > > | DetSet |
typedef edmNew::DetSetVector < TTStub < Ref_Phase2TrackerDigi_ > > | DetSetVec |
typedef std::vector< L1Track > | FitTrackCollection |
typedef std::vector< RecoVertex<> > | RecoVertexCollection |
using | RecoVertexWithTP = RecoVertex< L1TrackTruthMatched > |
typedef std::map < TrackingParticlePtr, edm::RefToBase < TrackingParticle > > | TPPtrToRefMap |
typedef edm::Ptr < TrackingParticle > | TrackingParticlePtr |
typedef TTClusterAssociationMap < Ref_Phase2TrackerDigi_ > | TTClusterAssMap |
typedef edm::Ref < edmNew::DetSetVector < TTCluster < Ref_Phase2TrackerDigi_ > >, TTCluster < Ref_Phase2TrackerDigi_ > > | TTClusterRef |
typedef TTStubAssociationMap < Ref_Phase2TrackerDigi_ > | TTStubAssMap |
typedef edm::Ref< DetSetVec, TTStub< Ref_Phase2TrackerDigi_ > > | TTStubRef |
typedef TTTrackAssociationMap < Ref_Phase2TrackerDigi_ > | TTTrackAssMap |
Functions | |
const l1t::Vertex & | getPrimaryVertex (const std::vector< l1t::Vertex > &aVertexCollection) |
Returns primary vertex based on default criterion (max sum pT from all constituent tracks); throws if given empty collection. More... | |
const l1t::Vertex & | getPrimaryVertex (const std::vector< l1t::Vertex > &aVertexCollection, const std::function< float(const std::vector< edm::Ptr< l1t::Vertex::Track_t >> &)> &aFunction) |
Returns vertex for which parameter 'aFunction' returns the highest value; throws if given empty collection. More... | |
std::ostream & | operator<< (std::ostream &out, const reco::GenParticle &particle) |
typedef std::vector<L1Track> l1tVertexFinder::FitTrackCollection |
Definition at line 18 of file VertexFinder.h.
typedef std::vector<RecoVertex<> > l1tVertexFinder::RecoVertexCollection |
Definition at line 19 of file VertexFinder.h.
using l1tVertexFinder::RecoVertexWithTP = typedef RecoVertex<L1TrackTruthMatched> |
Definition at line 89 of file RecoVertex.h.
typedef std::map<TrackingParticlePtr, edm::RefToBase<TrackingParticle> > l1tVertexFinder::TPPtrToRefMap |
Definition at line 27 of file InputData.h.
Definition at line 26 of file InputData.h.
Definition at line 20 of file L1TrackTruthMatched.h.
|
strong |
Enumerator | |
---|---|
FastHisto | |
FastHistoLooseAssociation | |
GapClustering | |
AgglomerativeHierarchical | |
DBSCAN | |
PVR | |
AdaptiveVertexReconstruction | |
HPV | |
Kmeans |
Definition at line 12 of file AlgoSettings.h.
const l1t::Vertex & l1tVertexFinder::getPrimaryVertex | ( | const std::vector< l1t::Vertex > & | aVertexCollection | ) |
Returns primary vertex based on default criterion (max sum pT from all constituent tracks); throws if given empty collection.
Definition at line 9 of file selection.cc.
References submitPVValidationJobs::t, and tracks.
Referenced by MuonPFAnalyzer::analyze().
const l1t::Vertex & l1tVertexFinder::getPrimaryVertex | ( | const std::vector< l1t::Vertex > & | aVertexCollection, |
const std::function< float(const std::vector< edm::Ptr< l1t::Vertex::Track_t >> &)> & | aFunction | ||
) |
Returns vertex for which parameter 'aFunction' returns the highest value; throws if given empty collection.
Definition at line 20 of file selection.cc.
References l1t::Vertex::tracks().
std::ostream& l1tVertexFinder::operator<< | ( | std::ostream & | out, |
const reco::GenParticle & | particle | ||
) |
Definition at line 355 of file VertexNTupler.cc.
References funct::abs(), and reco::LeafCandidate::pdgId().