Functions | |
reco::Candidate::Vector | compCrossProduct (const reco::Candidate::Vector &p1, const reco::Candidate::Vector &p2) |
double | compScalarProduct (const reco::Candidate::Vector &p1, const reco::Candidate::Vector &p2) |
reco::Candidate::Vector | normalize (const reco::Candidate::Vector &p) |
double | phiLabFromLabMomenta (const reco::Candidate::LorentzVector &motherP4, const reco::Candidate::LorentzVector &visP4) |
double | square (double x) |
reco::Candidate::Vector SVfit_namespace::compCrossProduct | ( | const reco::Candidate::Vector & | p1, |
const reco::Candidate::Vector & | p2 | ||
) |
Definition at line 56 of file MCEmbeddingValidationAnalyzer.cc.
Referenced by phiLabFromLabMomenta().
double SVfit_namespace::compScalarProduct | ( | const reco::Candidate::Vector & | p1, |
const reco::Candidate::Vector & | p2 | ||
) |
Definition at line 51 of file MCEmbeddingValidationAnalyzer.cc.
Referenced by phiLabFromLabMomenta().
reco::Candidate::Vector SVfit_namespace::normalize | ( | const reco::Candidate::Vector & | p | ) |
Definition at line 40 of file MCEmbeddingValidationAnalyzer.cc.
References mag(), mag2(), AlCaHLTBitMon_ParallelJobs::p, and square().
Referenced by PFClusterAlgo::calculateClusterPosition(), Rivet::CMS_EWK_10_010::finalize(), Rivet::CMS_EWK_11_021::finalize(), Rivet::CMS_EWK_11_021::normalizeNoOverflows(), and phiLabFromLabMomenta().
double SVfit_namespace::phiLabFromLabMomenta | ( | const reco::Candidate::LorentzVector & | motherP4, |
const reco::Candidate::LorentzVector & | visP4 | ||
) |
Definition at line 64 of file MCEmbeddingValidationAnalyzer.cc.
References compCrossProduct(), compScalarProduct(), and normalize().
Referenced by MCEmbeddingValidationAnalyzer::analyze().
|
inline |
Definition at line 35 of file MCEmbeddingValidationAnalyzer.cc.
References x.
Referenced by normalize().