Public Member Functions | |
InclusiveVertexFinder (const edm::ParameterSet ¶ms) | |
virtual void | produce (edm::Event &event, const edm::EventSetup &es) |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
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::TrackRef &track) const |
Private Attributes | |
edm::InputTag | beamSpotCollection |
double | clusterMaxDistance |
double | clusterMaxSignificance |
double | clusterMinAngleCosine |
double | clusterScale |
double | min3DIPSignificance |
double | min3DIPValue |
unsigned int | minHits |
double | minPt |
edm::InputTag | primaryVertexCollection |
edm::InputTag | trackCollection |
double | vertexMinAngleCosine |
double | vertexMinDLen2DSig |
double | vertexMinDLenSig |
std::auto_ptr < VertexReconstructor > | vtxReco |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 29 of file InclusiveVertexFinder.cc.
InclusiveVertexFinder::InclusiveVertexFinder | ( | const edm::ParameterSet & | params | ) |
Definition at line 58 of file InclusiveVertexFinder.cc.
|
private |
Definition at line 90 of file InclusiveVertexFinder.cc.
References IPTools::absoluteImpactParameter3D(), TwoTrackMinimumDistance::calculate(), TrajectoryStateOnSurface::cartesianError(), clusterMaxDistance, clusterMaxSignificance, clusterMinAngleCosine, clusterScale, CommonMethods::cp(), TwoTrackMinimumDistance::crossingPoint(), VertexDistance3D::distance(), TwoTrackMinimumDistance::distance(), Vector3DBase< T, FrameTag >::dot(), TrajectoryStateOnSurface::globalDirection(), reco::TransientTrack::impactPointState(), m, mag(), TwoTrackMinimumDistance::points(), CartesianTrajectoryError::position(), reco::Vertex::position(), query::result, Measurement1D::significance(), csvLumiCalc::unit, Vector3DBase< T, FrameTag >::unit(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by produce().
|
virtual |
Implements edm::EDProducer.
Definition at line 147 of file InclusiveVertexFinder.cc.
References IPTools::absoluteImpactParameter3D(), beamSpotCollection, dir, Vector3DBase< T, FrameTag >::dot(), edm::EventSetup::get(), i, TransientVertex::isValid(), j, min3DIPSignificance, min3DIPValue, nearTracks(), primaryVertexCollection, dt_dqm_sourceclient_common_cff::reco, asciidump::s, reco::TransientTrack::setBeamSpot(), Measurement1D::significance(), matplotRender::t, trackCollection, trackFilter(), testEve_cfg::tracks, csvLumiCalc::unit, Vector3DBase< T, FrameTag >::unit(), Unknown, v, AdaptiveVertexFitter::vertex(), vertexMinAngleCosine, vertexMinDLen2DSig, vertexMinDLenSig, and vtxReco.
|
private |
Definition at line 80 of file InclusiveVertexFinder.cc.
References minHits, and minPt.
Referenced by produce().
|
private |
Definition at line 39 of file InclusiveVertexFinder.cc.
Referenced by produce().
|
private |
Definition at line 46 of file InclusiveVertexFinder.cc.
Referenced by nearTracks().
|
private |
Definition at line 47 of file InclusiveVertexFinder.cc.
Referenced by nearTracks().
|
private |
Definition at line 49 of file InclusiveVertexFinder.cc.
Referenced by nearTracks().
|
private |
Definition at line 48 of file InclusiveVertexFinder.cc.
Referenced by nearTracks().
|
private |
Definition at line 44 of file InclusiveVertexFinder.cc.
Referenced by produce().
|
private |
Definition at line 45 of file InclusiveVertexFinder.cc.
Referenced by produce().
|
private |
Definition at line 42 of file InclusiveVertexFinder.cc.
Referenced by trackFilter().
|
private |
Definition at line 43 of file InclusiveVertexFinder.cc.
Referenced by trackFilter().
|
private |
Definition at line 40 of file InclusiveVertexFinder.cc.
Referenced by produce().
|
private |
Definition at line 41 of file InclusiveVertexFinder.cc.
Referenced by produce().
|
private |
Definition at line 50 of file InclusiveVertexFinder.cc.
Referenced by produce().
|
private |
Definition at line 51 of file InclusiveVertexFinder.cc.
Referenced by produce().
|
private |
Definition at line 52 of file InclusiveVertexFinder.cc.
Referenced by produce().
|
private |
Definition at line 54 of file InclusiveVertexFinder.cc.
Referenced by produce().