#include <CandCommonVertexFitter.h>
Public Types | |
typedef reco::Vertex::CovarianceMatrix | CovarianceMatrix |
Public Member Functions | |
CandCommonVertexFitterBase (const edm::ParameterSet &) | |
void | set (const MagneticField *bField) |
void | set (reco::VertexCompositeCandidate &) const |
virtual | ~CandCommonVertexFitterBase () |
Protected Member Functions | |
void | fill (std::vector< reco::TransientTrack > &, std::vector< reco::Candidate * > &, std::vector< reco::RecoCandidate::TrackType > &, reco::Candidate &) const |
virtual bool | fit (TransientVertex &, const std::vector< reco::TransientTrack > &) const =0 |
Protected Attributes | |
const MagneticField * | bField_ |
double | chi2_ |
chi-sqared More... | |
CovarianceMatrix | cov_ |
covariance matrix (3x3) More... | |
double | ndof_ |
number of degrees of freedom More... | |
Definition at line 17 of file CandCommonVertexFitter.h.
Definition at line 19 of file CandCommonVertexFitter.h.
|
inline |
Definition at line 20 of file CandCommonVertexFitter.h.
|
inlinevirtual |
Definition at line 21 of file CandCommonVertexFitter.h.
|
protected |
Definition at line 58 of file CandCommonVertexFitter.cc.
References ecal_dqm_sourceclient-live_cfg::cerr, ztail::d, reco::Candidate::daughter(), Exception, lumiContext::fill, reco::Candidate::get(), edm::errors::InvalidReference, j, python.rootplot.argparse::message, reco::Candidate::numberOfDaughters(), and reco::Candidate::pdgId().
|
protectedpure virtual |
Implemented in CandCommonVertexFitter< Fitter >.
|
inline |
Definition at line 22 of file CandCommonVertexFitter.h.
References ecalTB2006H4_GenSimDigiReco_cfg::bField, and bField_.
Referenced by betterConfigParser.BetterConfigParser::getGeneral(), and reco::modules::CandVertexFitterEventSetupInit< Fitter >::init().
void CandCommonVertexFitterBase::set | ( | reco::VertexCompositeCandidate & | c | ) | const |
Definition at line 9 of file CandCommonVertexFitter.cc.
References assert(), reco::Vertex::chi2(), relval_parameters_module::energy, reco::Candidate::energy(), Exception, reco::Vertex::fill(), lumiContext::fill, edm::errors::InvalidReference, reco::Candidate::mass(), reco::Vertex::ndof(), AlCaHLTBitMon_ParallelJobs::p, reco::TrackBase::p(), reco::TrackBase::px(), reco::TrackBase::py(), reco::TrackBase::pz(), reco::RecoCandidate::recoTrackType, TransientVertex::refittedTracks(), pileupReCalc_HLTpaths::scale, reco::VertexCompositeCandidate::setChi2AndNdof(), reco::VertexCompositeCandidate::setCovariance(), reco::Candidate::setP4(), reco::LeafCandidate::setP4(), reco::Candidate::setVertex(), reco::LeafCandidate::setVertex(), mathSSE::sqrt(), testEve_cfg::tracks, and findQualityFiles::v.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
protected |
Definition at line 26 of file CandCommonVertexFitter.h.
Referenced by set().
|
mutableprotected |
chi-sqared
Definition at line 34 of file CandCommonVertexFitter.h.
|
mutableprotected |
covariance matrix (3x3)
Definition at line 38 of file CandCommonVertexFitter.h.
|
mutableprotected |
number of degrees of freedom
Definition at line 36 of file CandCommonVertexFitter.h.