#include <InclusiveVertexFinder.h>
Public Types | |
typedef std::vector< VTX > | Product |
typedef InputContainer::value_type | TRK |
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 |
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 |
Private Member Functions | |
std::pair< std::vector< reco::TransientTrack >, GlobalPoint > | nearTracks (const reco::TransientTrack &seed, const std::vector< reco::TransientTrack > &tracks, const reco::Vertex &primaryVertex) const |
bool | trackFilter (const reco::Track &track) const |
Private Attributes | |
std::auto_ptr< TracksClusteringFromDisplacedSeed > | clusterizer |
double | fitterRatio |
double | fitterSigmacut |
double | fitterTini |
double | maxLIP |
unsigned int | maxNTracks |
unsigned int | minHits |
double | minPt |
edm::EDGetTokenT< reco::BeamSpot > | token_beamSpot |
edm::EDGetTokenT< reco::VertexCollection > | token_primaryVertex |
edm::EDGetTokenT< InputContainer > | token_tracks |
bool | useVertexFitter |
bool | useVertexReco |
double | vertexMinAngleCosine |
double | vertexMinDLen2DSig |
double | vertexMinDLenSig |
std::auto_ptr< VertexReconstructor > | vtxReco |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 36 of file InclusiveVertexFinder.h.
typedef std::vector<VTX> TemplatedInclusiveVertexFinder< InputContainer, VTX >::Product |
Definition at line 38 of file InclusiveVertexFinder.h.
typedef InputContainer::value_type TemplatedInclusiveVertexFinder< InputContainer, VTX >::TRK |
Definition at line 39 of file InclusiveVertexFinder.h.
TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder | ( | const edm::ParameterSet & | params | ) |
Definition at line 68 of file InclusiveVertexFinder.h.
References edm::ParameterSet::getParameter(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_beamSpot, TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_primaryVertex, and TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_tracks.
|
private |
|
overridevirtual |
Definition at line 103 of file InclusiveVertexFinder.h.
References funct::abs(), ecalDrivenElectronSeedsParameters_cff::beamSpot, tthelpers::buildTT(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::clusterizer, fastPrimaryVertexProducer_cfi::clusters, gather_cfg::cout, reco::Vertex::covariance(), dir, VertexDistance3D::distance(), VertexDistanceXY::distance(), Vector3DBase< T, FrameTag >::dot(), reco::TrackBase::dz(), Measurement1D::error(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::fitterRatio, TemplatedInclusiveVertexFinder< InputContainer, VTX >::fitterSigmacut, TemplatedInclusiveVertexFinder< InputContainer, VTX >::fitterTini, edm::EventSetup::get(), mps_fire::i, reco::TransientTrack::isValid(), TransientVertex::isValid(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::maxLIP, TemplatedInclusiveVertexFinder< InputContainer, VTX >::maxNTracks, eostools::move(), reco::Vertex::position(), jetUpdater_cff::primaryVertices, MetAnalyzer::pv(), reco::TransientTrack::setBeamSpot(), Measurement1D::significance(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_beamSpot, TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_primaryVertex, TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_tracks, HiIsolationCommonParameters_cff::track, reco::TransientTrack::track(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::trackFilter(), l1t::tracks, groupFilesInBlocks::tt, csvLumiCalc::unit, Vector3DBase< T, FrameTag >::unit(), Unknown, TemplatedInclusiveVertexFinder< InputContainer, VTX >::useVertexFitter, TemplatedInclusiveVertexFinder< InputContainer, VTX >::useVertexReco, findQualityFiles::v, Measurement1D::value(), AdaptiveVertexFitter::vertex(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::vertexMinAngleCosine, TemplatedInclusiveVertexFinder< InputContainer, VTX >::vertexMinDLen2DSig, TemplatedInclusiveVertexFinder< InputContainer, VTX >::vertexMinDLenSig, primaryVertexAssociation_cfi::vertices, TemplatedInclusiveVertexFinder< InputContainer, VTX >::vtxReco, and w.
|
private |
Definition at line 92 of file InclusiveVertexFinder.h.
References reco::TrackBase::hitPattern(), createfilelist::int, TemplatedInclusiveVertexFinder< InputContainer, VTX >::minHits, TemplatedInclusiveVertexFinder< InputContainer, VTX >::minPt, reco::HitPattern::numberOfValidHits(), and reco::TrackBase::pt().
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 64 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 60 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 58 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 59 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 53 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 52 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 51 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::trackFilter().
|
private |
Definition at line 54 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::trackFilter().
|
private |
Definition at line 48 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), and TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 49 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), and TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 50 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), and TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 61 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 62 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 55 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 56 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 57 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().
|
private |
Definition at line 63 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce().