#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 |
Implements edm::stream::EDProducerBase.
Definition at line 103 of file InclusiveVertexFinder.h.
References funct::abs(), SiPixelRawToDigiRegional_cfi::beamSpot, tthelpers::buildTT(), HLT_FULL_cff::clusterizer, HLT_FULL_cff::clusters, gather_cfg::cout, reco::Vertex::covariance(), dir, Vector3DBase< T, FrameTag >::dot(), reco::TrackBase::dz(), Measurement1D::error(), HLT_FULL_cff::fitterRatio, HLT_FULL_cff::fitterSigmacut, HLT_FULL_cff::fitterTini, edm::EventSetup::get(), i, reco::TransientTrack::isValid(), TransientVertex::isValid(), j, HLT_FULL_cff::maxNTracks, eostools::move(), reco::Vertex::position(), HLT_FULL_cff::primaryVertices, MetAnalyzer::pv(), dt_dqm_sourceclient_common_cff::reco, reco::TransientTrack::setBeamSpot(), Measurement1D::significance(), reco::TransientTrack::track(), valSkim_cff::trackFilter, testEve_cfg::tracks, groupFilesInBlocks::tt, csvLumiCalc::unit, Vector3DBase< T, FrameTag >::unit(), reco::BeamSpot::Unknown, HLT_FULL_cff::useVertexReco, findQualityFiles::v, Measurement1D::value(), AdaptiveVertexFitter::vertex(), HLT_FULL_cff::vertexMinAngleCosine, HLT_FULL_cff::vertexMinDLen2DSig, HLT_FULL_cff::vertexMinDLenSig, HLT_FULL_cff::vertices, and w.
|
private |
Definition at line 92 of file InclusiveVertexFinder.h.
References reco::TrackBase::hitPattern(), OccupancyClient_cfi::minHits, HLT_FULL_cff::minPt, reco::HitPattern::numberOfValidHits(), and reco::TrackBase::pt().
|
private |
Definition at line 64 of file InclusiveVertexFinder.h.
|
private |
Definition at line 60 of file InclusiveVertexFinder.h.
|
private |
Definition at line 58 of file InclusiveVertexFinder.h.
|
private |
Definition at line 59 of file InclusiveVertexFinder.h.
|
private |
Definition at line 53 of file InclusiveVertexFinder.h.
|
private |
Definition at line 52 of file InclusiveVertexFinder.h.
|
private |
Definition at line 51 of file InclusiveVertexFinder.h.
|
private |
Definition at line 54 of file InclusiveVertexFinder.h.
|
private |
Definition at line 48 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 49 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 50 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 61 of file InclusiveVertexFinder.h.
|
private |
Definition at line 62 of file InclusiveVertexFinder.h.
|
private |
Definition at line 55 of file InclusiveVertexFinder.h.
|
private |
Definition at line 56 of file InclusiveVertexFinder.h.
|
private |
Definition at line 57 of file InclusiveVertexFinder.h.
|
private |
Definition at line 63 of file InclusiveVertexFinder.h.