#include <Candidate.h>
Classes | |
struct | daughter_iterator |
Public Types | |
enum | { dimension = 3 } |
enum | { size = dimension * (dimension + 1)/2 } |
matix size More... | |
typedef int | Charge |
electric charge type | |
typedef candidate::const_iterator | const_iterator |
typedef math::Error< dimension > ::type | CovarianceMatrix |
covariance error matrix (3x3) | |
typedef unsigned int | index |
index type | |
typedef candidate::iterator | iterator |
typedef math::XYZTLorentzVector | LorentzVector |
Lorentz vector. | |
typedef math::XYZPoint | Point |
point in the space | |
typedef math::PtEtaPhiMLorentzVector | PolarLorentzVector |
Lorentz vector. | |
typedef size_t | size_type |
typedef math::XYZVector | Vector |
point in the space | |
Public Member Functions | |
virtual const_iterator | begin () const =0 |
first daughter const_iterator | |
virtual iterator | begin ()=0 |
first daughter iterator | |
template<typename S > | |
daughter_iterator< S >::type | beginFilter (const S &s) const |
virtual Vector | boostToCM () const =0 |
Candidate () | |
default constructor | |
virtual int | charge () const =0 |
electric charge | |
virtual Candidate * | clone () const =0 |
returns a clone of the Candidate object | |
virtual const Candidate * | daughter (size_type i) const =0 |
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) | |
virtual Candidate * | daughter (size_type i)=0 |
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 | |
virtual Candidate * | daughter (const std::string &s)=0 |
return daughter with a specified role name | |
virtual const Candidate * | daughter (const std::string &s) const =0 |
return daughter with a specified role name | |
virtual const_iterator | end () const =0 |
last daughter const_iterator | |
virtual iterator | end ()=0 |
last daughter iterator | |
template<typename S > | |
daughter_iterator< S >::type | endFilter (const S &s) const |
virtual double | energy () const =0 |
energy | |
virtual double | et () const =0 |
transverse energy | |
virtual double | eta () const =0 |
momentum pseudorapidity | |
virtual void | fillVertexCovariance (CovarianceMatrix &v) const =0 |
template<typename T > | |
T | get () const |
get a component | |
template<typename T , typename Tag > | |
T | get () const |
get a component | |
template<typename T , typename Tag > | |
T | get (size_type i) const |
get a component | |
template<typename T > | |
T | get (size_type i) const |
get a component | |
virtual bool | hasMasterClone () const =0 |
virtual bool | hasMasterClonePtr () const =0 |
virtual bool | isCaloMuon () const =0 |
virtual bool | isConvertedPhoton () const =0 |
virtual bool | isElectron () const =0 |
virtual bool | isGlobalMuon () const =0 |
virtual bool | isJet () const =0 |
virtual bool | isMuon () const =0 |
virtual bool | isPhoton () const =0 |
virtual bool | isStandAloneMuon () const =0 |
virtual bool | isTrackerMuon () const =0 |
virtual bool | longLived () const =0 |
is long lived? | |
virtual double | mass () const =0 |
mass | |
virtual bool | massConstraint () const =0 |
do mass constraint? | |
virtual double | massSqr () const =0 |
mass squared | |
virtual const CandidateBaseRef & | masterClone () const =0 |
virtual const CandidatePtr & | masterClonePtr () const =0 |
template<typename Ref > | |
Ref | masterRef () const |
cast master clone reference to a concrete type | |
virtual Vector | momentum () const =0 |
spatial momentum vector | |
virtual const Candidate * | mother (size_type i=0) const =0 |
return pointer to mother | |
virtual double | mt () const =0 |
transverse mass | |
virtual double | mtSqr () const =0 |
transverse mass squared | |
template<typename T > | |
size_type | numberOf () const |
number of components | |
template<typename T , typename Tag > | |
size_type | numberOf () const |
number of components | |
virtual size_type | numberOfDaughters () const =0 |
number of daughters | |
virtual size_type | numberOfMothers () const =0 |
number of mothers (zero or one in most of but not all the cases) | |
virtual size_t | numberOfSourceCandidatePtrs () const =0 |
virtual double | p () const =0 |
magnitude of momentum vector | |
virtual const LorentzVector & | p4 () const =0 |
four-momentum Lorentz vector | |
virtual int | pdgId () const =0 |
PDG identifier. | |
virtual double | phi () const =0 |
momentum azimuthal angle | |
virtual const PolarLorentzVector & | polarP4 () const =0 |
four-momentum Lorentz vector | |
virtual double | pt () const =0 |
transverse momentum | |
virtual double | px () const =0 |
x coordinate of momentum vector | |
virtual double | py () const =0 |
y coordinate of momentum vector | |
virtual double | pz () const =0 |
z coordinate of momentum vector | |
virtual double | rapidity () const =0 |
rapidity | |
virtual void | setCharge (Charge q)=0 |
set electric charge | |
virtual void | setLongLived ()=0 |
set long lived flag | |
virtual void | setMass (double m)=0 |
set particle mass | |
virtual void | setMassConstraint ()=0 |
set mass constraint flag | |
virtual void | setP4 (const PolarLorentzVector &p4)=0 |
set 4-momentum | |
virtual void | setP4 (const LorentzVector &p4)=0 |
set 4-momentum | |
virtual void | setPdgId (int pdgId)=0 |
virtual void | setPz (double pz)=0 |
virtual void | setSourceCandidatePtr (const CandidatePtr &ptr) |
Set the ptr to the source Candidate. | |
virtual void | setStatus (int status)=0 |
set status word | |
virtual void | setThreeCharge (Charge qx3)=0 |
set electric charge | |
virtual void | setVertex (const Point &vertex)=0 |
set vertex | |
virtual CandidatePtr | sourceCandidatePtr (size_type i) const |
virtual int | status () const =0 |
status word | |
virtual double | theta () const =0 |
momentum polar angle | |
virtual int | threeCharge () const =0 |
electric charge | |
virtual const Point & | vertex () const =0 |
vertex position | |
virtual double | vertexChi2 () const =0 |
chi-squares | |
virtual double | vertexCovariance (int i, int j) const =0 |
(i, j)-th element of error matrix, i, j = 0, ... 2 | |
virtual CovarianceMatrix | vertexCovariance () const |
fill SMatrix | |
virtual double | vertexNdof () const =0 |
virtual double | vertexNormalizedChi2 () const =0 |
chi-squared divided by n.d.o.f. | |
virtual double | vx () const =0 |
x coordinate of vertex position | |
virtual double | vy () const =0 |
y coordinate of vertex position | |
virtual double | vz () const =0 |
z coordinate of vertex position | |
virtual double | y () const =0 |
rapidity | |
virtual | ~Candidate () |
destructor | |
Protected Member Functions | |
virtual bool | overlap (const Candidate &) const =0 |
check overlap with another Candidate | |
Friends | |
class | ::OverlapChecker |
struct | component |
class | ShallowCloneCandidate |
class | ShallowClonePtrCandidate |
abstract interface for physics objects
Definition at line 29 of file Candidate.h.
typedef int reco::Candidate::Charge |
electric charge type
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 36 of file Candidate.h.
Definition at line 32 of file Candidate.h.
typedef math::Error<dimension>::type reco::Candidate::CovarianceMatrix |
covariance error matrix (3x3)
Definition at line 48 of file Candidate.h.
typedef unsigned int reco::Candidate::index |
index type
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 52 of file Candidate.h.
Definition at line 33 of file Candidate.h.
Lorentz vector.
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 38 of file Candidate.h.
typedef math::XYZPoint reco::Candidate::Point |
point in the space
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 42 of file Candidate.h.
Lorentz vector.
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 40 of file Candidate.h.
typedef size_t reco::Candidate::size_type |
Definition at line 31 of file Candidate.h.
point in the space
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 44 of file Candidate.h.
anonymous enum |
anonymous enum |
matix size
Definition at line 50 of file Candidate.h.
reco::Candidate::Candidate | ( | ) | [inline] |
default constructor
Definition at line 55 of file Candidate.h.
Referenced by GeneratorTau::computeStableDecayProducts(), GeneratorTau::decayToPDGClassification(), and GeneratorTau::getLeadTrack().
{};
Candidate::~Candidate | ( | ) | [virtual] |
virtual const_iterator reco::Candidate::begin | ( | ) | const [pure virtual] |
first daughter const_iterator
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::CompositeRefCandidateT< GenParticleRefVector >.
Referenced by beginFilter(), JetCharge::charge(), TtDecayChannelSelector::countProngs(), JetMCTagUtils::EnergyRatioFromBHadrons(), JetMCTagUtils::EnergyRatioFromCHadrons(), CandMatcherBase< C1, C2 >::initMaps(), OverlapChecker::operator()(), FastCandMatcher< C >::operator()(), CandMatcherBase< C1, C2 >::operator()(), Booster::set(), and TtDecayChannelSelector::tauDecay().
virtual iterator reco::Candidate::begin | ( | ) | [pure virtual] |
first daughter iterator
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::CompositeRefCandidateT< GenParticleRefVector >.
daughter_iterator<S>::type reco::Candidate::beginFilter | ( | const S & | s | ) | const [inline] |
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 252 of file Candidate.h.
virtual Vector reco::Candidate::boostToCM | ( | ) | const [pure virtual] |
boost vector to boost a Lorentz vector to the particle center of mass system
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual int reco::Candidate::charge | ( | ) | const [pure virtual] |
electric charge
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by ZHistogrammer::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), GlbMuQualityCutsAnalysis::analyze(), ZMassHistogrammer::analyze(), ZMCHistogrammer::analyze(), CandCombinerBase< OutputCollection, CandPtr >::combine(), TtDecayChannelSelector::countProngs(), reco::isodeposit::IsoDepositExtractor::deposit(), reco::isodeposit::IsoDepositExtractor::deposits(), PFTauDiscriminants::ChargedOutlierPt::doComputation(), PFTauDiscriminants::TrackAngle::doComputation(), PFTauDiscriminants::ChargedOutlierSumPt::doComputation(), PFTauDiscriminants::PiZeroPt::doComputation(), PFTauDiscriminants::NeutralOutlierSumPt::doComputation(), PFTauDiscriminants::PiZeroAngle::doComputation(), PFTauDiscriminants::ChargedOutlierAngle::doComputation(), PFTauDiscriminants::GammaPt::doComputation(), PFTauDiscriminants::TrackPt::doComputation(), PFTauDiscriminants::OutlierNCharged::doComputation(), PFTauDiscriminants::NeutralOutlierAngle::doComputation(), PFTauDiscriminants::GammaOccupancy::doComputation(), PFTauDiscriminants::NeutralOutlierPt::doComputation(), HICaloUtil::EcalPhi(), CandIsoDepositProducer::extractTrack(), pat::GenericParticle::fillInFrom(), CandidateBenchmark::fillOne(), reco::PFTauDecayMode::filteredObjectCandidates(), TtFullLepKinSolutionProducer::HasPositiveCharge(), TtDilepEvtSolutionMaker::HasPositiveCharge(), TtDilepEvtSolutionMaker::LepDiffCharge(), TtFullLepKinSolutionProducer::LepDiffCharge(), MatcherUsingTracksAlgorithm::match(), MatcherByPullsAlgorithm::match(), helpers::MCTruthPairSelector< T >::operator()(), reco::LeafCandidate::overlap(), reco::LeafRefCandidateT< T >::overlap(), fireworks::prepareCandidate(), NamedCandCombinerBase::preselect(), CandCombinerBase< OutputCollection, CandPtr >::preselect(), pat::HLTL1MuonMatcher::produce(), ZToLLEdmNtupleDumper::produce(), pat::L1MuonMatcher::produce(), AddFourMomenta::set(), MatcherUsingTracksAlgorithm::startingState(), and PropagateToMuon::startingState().
virtual Candidate* reco::Candidate::clone | ( | ) | const [pure virtual] |
returns a clone of the Candidate object
Implemented in reco::CandidateWithRef< Ref >, reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::NamedCompositeCandidate, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, reco::VertexCompositeCandidate, reco::Electron, reco::GsfElectron, reco::Photon, reco::SiStripElectron, reco::EcalIsolatedParticleCandidate, reco::IsolatedPixelTrackCandidate, reco::GenParticle, reco::BasicJet, reco::CaloJet, reco::GenJet, reco::JPTJet, reco::PFClusterJet, reco::PFJet, reco::TrackJet, l1extra::L1EmParticle, l1extra::L1EtMissParticle, l1extra::L1JetParticle, l1extra::L1MuonParticle, reco::MET, reco::Muon, reco::IsolatedPFCandidate, reco::PFCandidate, reco::PileUpPFCandidate, pat::CompositeCandidate, pat::Electron, pat::GenericParticle, pat::Jet, pat::MET, pat::Muon, pat::Particle, pat::PFParticle, pat::Photon, pat::Tau, reco::CaloRecHitCandidate, reco::RecoCaloTowerCandidate, reco::RecoCandidate, reco::RecoChargedCandidate, reco::RecoEcalCandidate, reco::RecoStandAloneMuonCandidate, reco::BaseTau, reco::CaloTau, reco::PFTau, reco::PFTauDecayMode, reco::CompositeRefCandidateT< GenParticleRefVector >, pat::Lepton< reco::BaseTau >, pat::Lepton< reco::GsfElectron >, and pat::Lepton< reco::Muon >.
Referenced by reco::CompositeCandidate::addDaughter(), reco::NamedCompositeCandidate::addDaughter(), and cloneDecayTree().
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode)
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::NamedCompositeCandidate, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, pat::Jet, and reco::CompositeRefCandidateT< GenParticleRefVector >.
Referenced by helper::CandDecayStoreManager::add(), ZMuMuIsolationAnalyzer::analyze(), ZHistogrammer::analyze(), MCAcceptanceAnalyzer::analyze(), ZMuMuAnalyzer_cynematics::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), ZMuMuEfficiency::analyze(), MCEfficiencyAnalyzer::analyze(), ErsatzMEt::analyze(), ZMuMuAnalyzer::analyze(), ZMuMu_Radiative_analyzer::analyze(), testAnalyzer::analyze(), ZMuMuPerformances::analyze(), ZMuMu_vtxAnalyzer::analyze(), HLTMCtruth::analyze(), ZMassHistogrammer::analyze(), myFastSimVal::analyze(), ZMuMuSaMassHistogram::analyze(), ZMCHistogrammer::analyze(), gamma_radiative_analyzer::analyze(), ZMuMu_MCanalyzer::analyze(), ZGlobalVsSAIsolationAnalyzer::analyze(), TtFullLeptonicEvent::b(), TtFullLeptonicEvent::bBar(), cloneDecayTree(), reco::CompositeCandidate::CompositeCandidate(), ParticleDecayDrawer::decay(), PFCandCommonVertexFitterBase::fill(), ZToMuMuFilter::filter(), reco::modules::JetFlavourIdentifier::findCandidates(), PFTauDiscriminants::PFTauDiscriminantManager::getLeafDaughters(), ZMuMuPerformances::getParticleEta(), ZMuMu_vtxAnalyzer::getParticleEta(), ZMuMu_MCanalyzer::getParticleEta(), ZMuMuEfficiency::getParticleEta(), ZMuMu_efficiencyAnalyzer::getParticleEta(), ZMuMuEfficiency::getParticleP4(), ZMuMu_efficiencyAnalyzer::getParticleP4(), ZMuMu_MCanalyzer::getParticleP4(), ZMuMu_vtxAnalyzer::getParticleP4(), ZMuMuPerformances::getParticleP4(), ZMuMuEfficiency::getParticlePhi(), ZMuMu_efficiencyAnalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePhi(), ZMuMuPerformances::getParticlePhi(), ZMuMu_MCanalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePt(), ZMuMu_MCanalyzer::getParticlePt(), ZMuMu_efficiencyAnalyzer::getParticlePt(), ZMuMuPerformances::getParticlePt(), ZMuMuEfficiency::getParticlePt(), MuScleFitMuonSelector::getStatus1Muon(), ParticleDecayDrawer::hasValidDaughters(), ParticleTreeDrawer::hasValidDaughters(), helicityAngle(), ZMuMuAnalyzer_cynematics::isContained(), TtFullLeptonicEvent::lepton(), TtFullLeptonicEvent::leptonBar(), mcMuDaughter(), PFRecoTauDecayModeDeterminator::mergePiZeroes(), TtFullLeptonicEvent::neutrino(), TtFullLeptonicEvent::neutrinoBar(), ZToMuMuIsolationSelector< Isolator >::operator()(), ZMuMuOverlap::operator()(), GenJetParticleSelector::operator()(), ZSelector::operator()(), CompositeCandSelector< Selector, T1, T2, nDau >::operator()(), modules::ZHLTMatchFilter::operator()(), ZToMuMuIsoDepositSelector< Isolator >::operator()(), ZGoldenFilter::operator()(), reco::utilsNew::CandMatcher< C >::operator[](), reco::PFTauDecayMode::pfMasterClones(), ParticleTreeDrawer::printDecay(), ZToLLEdmNtupleDumper::produce(), tnp::TagProbePairMaker::run(), AddFourMomenta::set(), CandMassKinFitter::set(), TtFullLeptonicEvent::wMinus(), TtFullLeptonicEvent::wPlus(), and zMCLeptonDaughters().
return daughter at a given position, i = 0, ... numberOfDaughters() - 1
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::NamedCompositeCandidate, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::CompositeRefCandidateT< GenParticleRefVector >.
virtual Candidate* reco::Candidate::daughter | ( | const std::string & | s | ) | [pure virtual] |
return daughter with a specified role name
Implemented in reco::CompositeCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::NamedCompositeCandidate.
virtual const Candidate* reco::Candidate::daughter | ( | const std::string & | s | ) | const [pure virtual] |
return daughter with a specified role name
Implemented in reco::CompositeCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::NamedCompositeCandidate.
virtual const_iterator reco::Candidate::end | ( | ) | const [pure virtual] |
last daughter const_iterator
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::CompositeRefCandidateT< GenParticleRefVector >.
Referenced by FBaseSimEvent::addParticles(), beginFilter(), JetCharge::charge(), TtDecayChannelSelector::countProngs(), endFilter(), JetMCTagUtils::EnergyRatioFromBHadrons(), JetMCTagUtils::EnergyRatioFromCHadrons(), CandMatcherBase< C1, C2 >::initMaps(), OverlapChecker::operator()(), FastCandMatcher< C >::operator()(), CandMatcherBase< C1, C2 >::operator()(), Booster::set(), and TtDecayChannelSelector::tauDecay().
virtual iterator reco::Candidate::end | ( | ) | [pure virtual] |
last daughter iterator
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::CompositeRefCandidateT< GenParticleRefVector >.
daughter_iterator<S>::type reco::Candidate::endFilter | ( | const S & | s | ) | const [inline] |
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 256 of file Candidate.h.
References end().
virtual double reco::Candidate::energy | ( | ) | const [pure virtual] |
energy
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::CastorTower.
Referenced by FWCandidateLegoProxyBuilder::build(), reco::Jet::detectorP4(), JetMCTagUtils::EnergyRatioFromBHadrons(), JetMCTagUtils::EnergyRatioFromCHadrons(), PlotMakerL1::invariantMass(), PlotMakerReco::invariantMass(), vEnergy::operator()(), reco::Jet::physicsP4(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), CastorFastTowerProducer::produce(), CastorFastClusterProducer::produce(), FSRWeightProducer::produce(), METAlgo::run(), CandCommonVertexFitterBase::set(), CandKinematicVertexFitter::set(), PFCandCommonVertexFitterBase::set(), and CaloMETAnalyzer::validateMET().
virtual double reco::Candidate::et | ( | ) | const [pure virtual] |
transverse energy
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by FWCandidateLegoProxyBuilder::build(), egammaisolation::EgammaTrackExtractor::deposit(), GenericBenchmark::fill(), GenericBenchmark::fillHistos(), PFMETFilter::filter(), PFFilter::filter(), myspace::greaterEt(), CandOneToManyDeltaRMatcher::produce(), and METAlgo::run().
virtual double reco::Candidate::eta | ( | ) | const [pure virtual] |
momentum pseudorapidity
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::CastorTower, and reco::EcalIsolatedParticleCandidate.
Referenced by GenericBenchmark::accepted(), DimuonStatistics::analyze(), MCAcceptanceAnalyzer::analyze(), ZHistogrammer::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), MCEfficiencyAnalyzer::analyze(), ZMuMuEfficiency::analyze(), ZMuMu_vtxAnalyzer::analyze(), HLTMCtruth::analyze(), HypothesisAnalyzer::analyze(), gamma_radiative_analyzer::analyze(), ZMCHistogrammer::analyze(), ZMuMu_MCanalyzer::analyze(), TopValidation::analyze(), FWCandidateLegoProxyBuilder::build(), egammaisolation::EgammaTrackExtractor::deposit(), HICaloUtil::EcalEta(), HICaloUtil::EcalPhi(), GenericBenchmark::fill(), PFCandidateMonitor::fill(), PFJetMonitor::fill(), GenericBenchmark::fillHistos(), CandidateBenchmark::fillOne(), MatchCandidateBenchmark::fillOne(), PFCandidateMonitor::fillOne(), PFJetFilter::filter(), PFMETFilter::filter(), ZToMuMuFilter::filter(), PFFilter::filter(), HLTMuonValidator::findMatches(), HiGammaJetSignalDef::getDeltaR(), PhotonTkIsolation::getIso(), ZMuMuPerformances::getParticleEta(), ZMuMu_vtxAnalyzer::getParticleEta(), ZMuMu_MCanalyzer::getParticleEta(), ZMuMuEfficiency::getParticleEta(), ZMuMu_efficiencyAnalyzer::getParticleEta(), MatcherByPullsAlgorithm::match(), ZSelector::operator()(), operator<<(), HLTmmkFilter::overlap(), HLTmmkkFilter::overlap(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), TtEvent::printParticle(), CandOneToManyDeltaRMatcher::produce(), CastorFastTowerProducer::produce(), ZMuMuUserDataOneTrack::produce(), ZMuMuUserData::produce(), ZToLLEdmNtupleDumper::produce(), CastorFastClusterProducer::produce(), and TrackingRegionsFromBeamSpotAndL2Tau::regions().
virtual void reco::Candidate::fillVertexCovariance | ( | CovarianceMatrix & | v | ) | const [pure virtual] |
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::VertexCompositeCandidate.
Referenced by vertexCovariance().
T reco::Candidate::get | ( | void | ) | const [inline] |
get a component
Reimplemented in reco::LeafCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::LeafRefCandidateT< T >.
Definition at line 221 of file Candidate.h.
References edm::RefToBase< T >::get(), hasMasterClone(), and masterClone().
{ if ( hasMasterClone() ) return masterClone()->get<T, Tag>(); else return reco::get<T, Tag>( * this ); }
get a component
Reimplemented in reco::LeafCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::LeafRefCandidateT< T >.
Definition at line 226 of file Candidate.h.
References edm::RefToBase< T >::get(), hasMasterClone(), i, and masterClone().
{ if ( hasMasterClone() ) return masterClone()->get<T>( i ); else return reco::get<T>( * this, i ); }
get a component
Reimplemented in reco::LeafCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::LeafRefCandidateT< T >.
Definition at line 231 of file Candidate.h.
References edm::RefToBase< T >::get(), hasMasterClone(), i, and masterClone().
{ if ( hasMasterClone() ) return masterClone()->get<T, Tag>( i ); else return reco::get<T, Tag>( * this, i ); }
T reco::Candidate::get | ( | void | ) | const [inline] |
get a component
Reimplemented in reco::LeafCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::LeafRefCandidateT< T >.
Definition at line 216 of file Candidate.h.
References edm::RefToBase< T >::get(), hasMasterClone(), and masterClone().
Referenced by dimuonHLTFilterCheck::analyze(), ZMuMuPerformances::analyze(), ZMuMuSaMassHistogram::analyze(), egammaisolation::EgammaRecHitExtractor::deposit(), egammaisolation::EgammaHcalExtractor::deposit(), egammaisolation::EgammaTowerExtractor::deposit(), egammaisolation::EgammaEcalExtractor::deposit(), ZGlobalVsSAIsolationAnalyzer::evaluate(), EgammaEcalIsolation::getEcalEtSum(), EgammaHcalIsolation::getHcalESum(), EgammaHcalIsolation::getHcalESumDepth1(), EgammaHcalIsolation::getHcalESumDepth2(), EgammaHcalIsolation::getHcalEtSum(), EgammaHcalIsolation::getHcalEtSumDepth1(), EgammaHcalIsolation::getHcalEtSumDepth2(), EgammaRecHitIsolation::getSum_(), EgammaTowerIsolation::getTowerESum(), EgammaTowerIsolation::getTowerEtSum(), ZMuMuAnalyzer_cynematics::isContained(), JetMaker::makeSpecific(), ZMuMuOverlap::operator()(), ZMuMuUserData::produce(), ZToLLEdmNtupleDumper::produce(), and CandMassKinFitter::set().
{ if ( hasMasterClone() ) return masterClone()->get<T>(); else return reco::get<T>( * this ); }
virtual bool reco::Candidate::hasMasterClone | ( | ) | const [pure virtual] |
returns true if this candidate has a reference to a master clone. This only happens if the concrete Candidate type is ShallowCloneCandidate
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::ShallowCloneCandidate.
Referenced by PFCandCommonVertexFitterBase::fill(), reco::GenJet::genParticle(), get(), JetMaker::makeSpecific(), numberOf(), OverlapChecker::operator()(), FastCandMatcher< C >::operator()(), ZToMuMuIsolationSelector< Isolator >::operator()(), CandMatcherBase< C1, C2 >::operator()(), ZToMuMuIsoDepositSelector< Isolator >::operator()(), reco::utilsNew::CandMatcher< C >::operator[](), reco::PFTauDecayMode::pfMasterClones(), and ZToLLEdmNtupleDumper::produce().
virtual bool reco::Candidate::hasMasterClonePtr | ( | ) | const [pure virtual] |
returns true if this candidate has a ptr to a master clone. This only happens if the concrete Candidate type is ShallowClonePtrCandidate
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::ShallowClonePtrCandidate.
virtual bool reco::Candidate::isCaloMuon | ( | ) | const [pure virtual] |
virtual bool reco::Candidate::isConvertedPhoton | ( | ) | const [pure virtual] |
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, and reco::ShallowClonePtrCandidate.
virtual bool reco::Candidate::isElectron | ( | ) | const [pure virtual] |
virtual bool reco::Candidate::isGlobalMuon | ( | ) | const [pure virtual] |
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::Muon.
Referenced by GlbMuQualityCutsAnalysis::analyze(), ZMuMu_Radiative_analyzer::analyze(), dimuonHLTFilterCheck::nDimuonsByType(), modules::ZHLTMatchFilter::operator()(), and ZGoldenFilter::operator()().
virtual bool reco::Candidate::isJet | ( | ) | const [pure virtual] |
virtual bool reco::Candidate::isMuon | ( | ) | const [pure virtual] |
virtual bool reco::Candidate::isPhoton | ( | ) | const [pure virtual] |
virtual bool reco::Candidate::isStandAloneMuon | ( | ) | const [pure virtual] |
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::Muon.
Referenced by GlbMuQualityCutsAnalysis::analyze(), dimuonHLTFilterCheck::nDimuonsByType(), modules::ZHLTMatchFilter::operator()(), and ZGoldenFilter::operator()().
virtual bool reco::Candidate::isTrackerMuon | ( | ) | const [pure virtual] |
virtual bool reco::Candidate::longLived | ( | ) | const [pure virtual] |
is long lived?
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by CandKinematicVertexFitter::set().
virtual double reco::Candidate::mass | ( | ) | const [pure virtual] |
mass
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by ZHistogrammer::analyze(), MCAcceptanceAnalyzer::analyze(), ZMuMuAnalyzer_cynematics::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), ZMuMuEfficiency::analyze(), ZMuMuAnalyzer::analyze(), ZMuMu_Radiative_analyzer::analyze(), ZMuMuPerformances::analyze(), ZMuMu_vtxAnalyzer::analyze(), HypothesisAnalyzer::analyze(), myFastSimVal::analyze(), ZMassHistogrammer::analyze(), ZMuMuSaMassHistogram::analyze(), ZMCHistogrammer::analyze(), gamma_radiative_analyzer::analyze(), ZMuMu_MCanalyzer::analyze(), ZToMuMuFilter::filter(), main(), ZSelector::operator()(), operator<<(), TtEvent::printParticle(), ZMuMuUserDataOneTrack::produce(), ZMuMuUserData::produce(), pat::HLTL1MuonMatcher::produce(), ZToLLEdmNtupleDumper::produce(), pat::L1MuonMatcher::produce(), FSRWeightProducer::produce(), tnp::TagProbePairMaker::run(), CandCommonVertexFitterBase::set(), PFCandCommonVertexFitterBase::set(), and CandMassKinFitter::set().
virtual bool reco::Candidate::massConstraint | ( | ) | const [pure virtual] |
do mass constraint?
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual double reco::Candidate::massSqr | ( | ) | const [pure virtual] |
mass squared
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual const CandidateBaseRef& reco::Candidate::masterClone | ( | ) | const [pure virtual] |
returns ptr to master clone, if existing. Throws an exception unless the concrete Candidate type is ShallowCloneCandidate
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::ShallowCloneCandidate.
Referenced by ZMuMuIsolationAnalyzer::analyze(), DimuonStatistics::analyze(), ZMuMuAnalyzer_cynematics::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), GlbMuQualityCutsAnalysis::analyze(), ZMuMuEfficiency::analyze(), ZMuMuAnalyzer::analyze(), ZMuMu_Radiative_analyzer::analyze(), testAnalyzer::analyze(), ZMuMuPerformances::analyze(), ZMuMu_vtxAnalyzer::analyze(), gamma_radiative_analyzer::analyze(), ZMuMu_MCanalyzer::analyze(), candidateIsolation(), ZGlobalVsSAIsolationAnalyzer::evaluate(), PFCandCommonVertexFitterBase::fill(), ZToMuMuFilter::filter(), reco::GenJet::genParticle(), get(), JetMaker::makeSpecific(), masterRef(), numberOf(), OverlapChecker::operator()(), ZToMuMuIsolationSelector< Isolator >::operator()(), FastCandMatcher< C >::operator()(), CandMatcherBase< C1, C2 >::operator()(), modules::ZHLTMatchFilter::operator()(), ZToMuMuIsoDepositSelector< Isolator >::operator()(), reco::utilsNew::CandMatcher< C >::operator[](), reco::PFTauDecayMode::pfMasterClones(), ZMuMuUserData::produce(), DimuonMCMatcher::produce(), and ZToLLEdmNtupleDumper::produce().
virtual const CandidatePtr& reco::Candidate::masterClonePtr | ( | ) | const [pure virtual] |
returns ptr to master clone, if existing. Throws an exception unless the concrete Candidate type is ShallowClonePtrCandidate
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::ShallowClonePtrCandidate.
Ref reco::Candidate::masterRef | ( | ) | const [inline] |
cast master clone reference to a concrete type
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 213 of file Candidate.h.
References masterClone().
{ return masterClone().template castTo<Ref>(); }
virtual Vector reco::Candidate::momentum | ( | ) | const [pure virtual] |
spatial momentum vector
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by reco::isodeposit::IsoDepositExtractor::deposit(), reco::isodeposit::IsoDepositExtractor::deposits(), reco::Jet::detectorP4(), PFTauDiscriminants::MainTrackAngle::doComputation(), PFTauDiscriminants::TrackAngle::doComputation(), PFTauDiscriminants::PiZeroAngle::doComputation(), PFTauDiscriminants::ChargedOutlierAngle::doComputation(), PFTauDiscriminants::NeutralOutlierAngle::doComputation(), PFTauDiscriminants::OutlierAngle::doComputation(), CandIsoDepositProducer::extractTrack(), PhotonTkIsolation::getIso(), reco::Jet::physicsP4(), TauRegionalPixelSeedGenerator::regions(), TrackingRegionsFromBeamSpotAndL2Tau::regions(), and PixelUnpackingRegions::run().
return pointer to mother
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::CompositeRefCandidateT< GenParticleRefVector >.
Referenced by ErsatzMEt::analyze(), ZMuPtScaleAnalyzer::analyze(), ElectronMcSignalValidator::analyze(), zPdfUnc::analyze(), EWKSystUnc::analyze(), ZLONLOHistogrammer::analyze(), myFastSimVal::analyze(), GsfElectronMCAnalyzer::analyze(), ParticleDecayDrawer::analyze(), FlavorHistoryProducer::getAncestors(), CandMCTagUtils::getAncestors(), HeavyFlavorValidation::getMotherId(), McSelector::isSelected(), ZMuMuIsolationAnalyzer::muTag(), FastCandMatcher< C >::operator()(), and operator<<().
virtual double reco::Candidate::mt | ( | ) | const [pure virtual] |
transverse mass
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual double reco::Candidate::mtSqr | ( | ) | const [pure virtual] |
transverse mass squared
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
size_type reco::Candidate::numberOf | ( | ) | const [inline] |
number of components
Reimplemented in reco::LeafCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::LeafRefCandidateT< T >.
Definition at line 236 of file Candidate.h.
References hasMasterClone(), and masterClone().
{ if ( hasMasterClone() ) return masterClone()->numberOf<T>(); else return reco::numberOf<T>( * this ); }
size_type reco::Candidate::numberOf | ( | ) | const [inline] |
number of components
Reimplemented in reco::LeafCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::LeafRefCandidateT< T >.
Definition at line 241 of file Candidate.h.
References hasMasterClone(), and masterClone().
{ if ( hasMasterClone() ) return masterClone()->numberOf<T, Tag>(); else return reco::numberOf<T, Tag>( * this ); }
virtual size_type reco::Candidate::numberOfDaughters | ( | ) | const [pure virtual] |
number of daughters
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, pat::Jet, and reco::CompositeRefCandidateT< GenParticleRefVector >.
Referenced by helper::CandDecayStoreManager::add(), ZHistogrammer::analyze(), MCAcceptanceAnalyzer::analyze(), ZMuMuEfficiency::analyze(), MCEfficiencyAnalyzer::analyze(), ErsatzMEt::analyze(), ZMuMu_Radiative_analyzer::analyze(), HLTMCtruth::analyze(), ZMassHistogrammer::analyze(), myFastSimVal::analyze(), ZMCHistogrammer::analyze(), gamma_radiative_analyzer::analyze(), reco::PFTauDecayMode::associatedChargedPFCandidates(), reco::PFTauDecayMode::associatedNeutralPFCandidates(), cloneDecayTree(), reco::CompositeCandidate::CompositeCandidate(), CandMatcher< C1, C2 >::compositePreselect(), ParticleDecayDrawer::decay(), PFCandCommonVertexFitterBase::fill(), JetPartonMatcher::fillPhysicsDefinition(), ZToMuMuFilter::filter(), pat::PATSingleVertexSelector::filter_(), reco::PFTauDecayMode::filteredPFCandidates(), reco::modules::JetFlavourIdentifier::findCandidates(), PFTauDiscriminants::PFTauDiscriminantManager::getLeafDaughters(), ZMuMuPerformances::getParticleEta(), ZMuMu_vtxAnalyzer::getParticleEta(), ZMuMu_MCanalyzer::getParticleEta(), ZMuMuEfficiency::getParticleEta(), ZMuMu_efficiencyAnalyzer::getParticleEta(), ZMuMuEfficiency::getParticleP4(), ZMuMu_efficiencyAnalyzer::getParticleP4(), ZMuMu_MCanalyzer::getParticleP4(), ZMuMu_vtxAnalyzer::getParticleP4(), ZMuMuPerformances::getParticleP4(), ZMuMuEfficiency::getParticlePhi(), ZMuMu_efficiencyAnalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePhi(), ZMuMuPerformances::getParticlePhi(), ZMuMu_MCanalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePt(), ZMuMu_MCanalyzer::getParticlePt(), ZMuMu_efficiencyAnalyzer::getParticlePt(), ZMuMuPerformances::getParticlePt(), ZMuMuEfficiency::getParticlePt(), MuScleFitMuonSelector::getStatus1Muon(), ParticleDecayDrawer::hasValidDaughters(), ParticleTreeDrawer::hasValidDaughters(), helicityAngle(), ZMuMuAnalyzer_cynematics::isContained(), mcMuDaughter(), OverlapChecker::operator()(), ZToMuMuIsolationSelector< Isolator >::operator()(), FastCandMatcher< C >::operator()(), ZMuMuOverlap::operator()(), CandMatcherBase< C1, C2 >::operator()(), GenJetParticleSelector::operator()(), ZSelector::operator()(), CompositeCandSelector< Selector, T1, T2, nDau >::operator()(), modules::ZHLTMatchFilter::operator()(), ZToMuMuIsoDepositSelector< Isolator >::operator()(), ZGoldenFilter::operator()(), operator<<(), reco::utilsNew::CandMatcher< C >::operator[](), reco::PFTauDecayMode::pfMasterClones(), ParticleTreeDrawer::printDecay(), tnp::TagProbePairMaker::run(), AddFourMomenta::set(), CandMassKinFitter::set(), and zMCLeptonDaughters().
virtual size_type reco::Candidate::numberOfMothers | ( | ) | const [pure virtual] |
number of mothers (zero or one in most of but not all the cases)
Implemented in reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, and reco::CompositeRefCandidateT< GenParticleRefVector >.
Referenced by ZMuPtScaleAnalyzer::analyze(), zPdfUnc::analyze(), ZLONLOHistogrammer::analyze(), EWKSystUnc::analyze(), FlavorHistoryProducer::getAncestors(), CandMCTagUtils::getAncestors(), FastCandMatcher< C >::operator()(), operator<<(), and FlavorHistoryProducer::produce().
virtual size_t reco::Candidate::numberOfSourceCandidatePtrs | ( | ) | const [pure virtual] |
return the number of source Candidates ( the candidates used to construct this Candidate)
Implemented in reco::CompositePtrCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::PFCandidate, pat::Electron, pat::Muon, and reco::PFTau.
Referenced by reco::PFCandidate::overlap().
virtual bool reco::Candidate::overlap | ( | const Candidate & | ) | const [protected, pure virtual] |
check overlap with another Candidate
Implemented in reco::CandidateWithRef< Ref >, reco::CompositeCandidate, reco::CompositePtrCandidate, reco::CompositeRefBaseCandidate, reco::CompositeRefCandidate, reco::CompositeRefCandidateT< D >, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::ShallowCloneCandidate, reco::ShallowClonePtrCandidate, reco::Electron, reco::GsfElectron, reco::Photon, reco::SiStripElectron, reco::IsolatedPixelTrackCandidate, reco::GenParticle, reco::BasicJet, reco::CaloJet, reco::GenJet, reco::JPTJet, reco::PFClusterJet, reco::PFJet, reco::TrackJet, reco::CaloMET, reco::GenMET, reco::MET, reco::Muon, reco::PFCandidate, reco::CaloRecHitCandidate, reco::RecoCaloTowerCandidate, reco::RecoCandidate, reco::RecoChargedCandidate, reco::RecoEcalCandidate, reco::RecoStandAloneMuonCandidate, reco::BaseTau, reco::CaloTau, reco::PFTau, and reco::CompositeRefCandidateT< GenParticleRefVector >.
Referenced by OverlapChecker::operator()().
virtual double reco::Candidate::p | ( | ) | const [pure virtual] |
magnitude of momentum vector
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by MatcherByPullsAlgorithm::match().
virtual const LorentzVector& reco::Candidate::p4 | ( | ) | const [pure virtual] |
four-momentum Lorentz vector
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by MCAcceptanceAnalyzer::analyze(), ZHistogrammer::analyze(), ErsatzMEt::analyze(), myFastSimVal::analyze(), ZMCHistogrammer::analyze(), JetCharge::charge(), HiggsDQM::DistancePhi(), PFTauDiscriminants::Dalitz::doComputation(), PFTauDiscriminants::OutlierSumPt::doComputation(), PFTauDiscriminants::OutlierMass::doComputation(), PFTauDiscriminants::InvariantMass::doComputation(), JetPartonMatcher::fillAlgoritDefinition(), JetPartonMatcher::fillPhysicsDefinition(), reco::modules::JetFlavourIdentifier::findCandidates(), MuScleFitMuonSelector::findGenMuFromRes(), FlavorHistoryProducer::getClosestJet(), ZMuMuEfficiency::getParticleP4(), ZMuMu_efficiencyAnalyzer::getParticleP4(), ZMuMu_MCanalyzer::getParticleP4(), ZMuMu_vtxAnalyzer::getParticleP4(), ZMuMuPerformances::getParticleP4(), helicityAngle(), fftjetcms::FFTJetInterface::loadInputCollection(), ZSelector::operator()(), reco::LeafCandidate::overlap(), reco::LeafRefCandidateT< T >::overlap(), CandOneToManyDeltaRMatcher::produce(), PFRecoTauDecayModeDeterminator::produce(), L1HLTJetsMatching::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), AddFourMomenta::set(), ApplyEnergyCorrection::set(), Booster::set(), CandMassKinFitter::set(), and pat::DiObjectProxy::totalP4().
virtual int reco::Candidate::pdgId | ( | ) | const [pure virtual] |
PDG identifier.
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by FBaseSimEvent::addParticles(), ZHistogrammer::analyze(), ZMuMuEfficiency::analyze(), MCEfficiencyAnalyzer::analyze(), ZMuPtScaleAnalyzer::analyze(), ErsatzMEt::analyze(), ElectronMcSignalValidator::analyze(), ZMuMu_Radiative_analyzer::analyze(), zPdfUnc::analyze(), HLTMCtruth::analyze(), myFastSimVal::analyze(), ZMassHistogrammer::analyze(), ZLONLOHistogrammer::analyze(), EWKSystUnc::analyze(), GsfElectronMCAnalyzer::analyze(), ZMCHistogrammer::analyze(), gamma_radiative_analyzer::analyze(), TopValidation::analyze(), ZMuMu_efficiencyAnalyzer::check_ifZmumu(), ZMuMu_MCanalyzer::check_ifZmumu(), ZMuMu_vtxAnalyzer::check_ifZmumu(), ZMuMuEfficiency::check_ifZmumu(), ZMuMuPerformances::check_ifZmumu(), ParticleDecayDrawer::decay(), PFCandCommonVertexFitterBase::fill(), JetPartonMatcher::fillAlgoritDefinition(), pat::GenericParticle::fillInFrom(), JetPartonMatcher::fillPhysicsDefinition(), BTagSkimMC::filter(), reco::modules::JetFlavourIdentifier::findCandidates(), reco::flavour(), HeavyFlavorValidation::getMotherId(), ZMuMuPerformances::getParticleEta(), ZMuMu_vtxAnalyzer::getParticleEta(), ZMuMu_MCanalyzer::getParticleEta(), ZMuMuEfficiency::getParticleEta(), ZMuMu_efficiencyAnalyzer::getParticleEta(), ZMuMuEfficiency::getParticleP4(), ZMuMu_efficiencyAnalyzer::getParticleP4(), ZMuMu_MCanalyzer::getParticleP4(), ZMuMu_vtxAnalyzer::getParticleP4(), ZMuMuPerformances::getParticleP4(), ZMuMuEfficiency::getParticlePhi(), ZMuMu_efficiencyAnalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePhi(), ZMuMuPerformances::getParticlePhi(), ZMuMu_MCanalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePt(), ZMuMu_MCanalyzer::getParticlePt(), ZMuMu_efficiencyAnalyzer::getParticlePt(), ZMuMuPerformances::getParticlePt(), ZMuMuEfficiency::getParticlePt(), MuScleFitMuonSelector::getStatus1Muon(), CandMCTagUtils::hasBottom(), CandMCTagUtils::hasCharm(), reco::isElectron(), reco::isLepton(), reco::isMuon(), reco::isNeutrino(), HiPhotonType::IsPrompt(), McSelector::isSelected(), reco::isTau(), mcMuDaughter(), ZMuMuIsolationAnalyzer::muTag(), helpers::MCTruthPairSelector< T >::operator()(), FastCandMatcher< C >::operator()(), GenJetParticleSelector::operator()(), operator<<(), ParticleTreeDrawer::printDecay(), PartonSelector::produce(), FlavorHistoryProducer::produce(), CastorFastTowerProducer::produce(), CastorFastClusterProducer::produce(), FSRWeightProducer::produce(), TtDecayChannelSelector::tauDecay(), and zMCLeptonDaughters().
virtual double reco::Candidate::phi | ( | ) | const [pure virtual] |
momentum azimuthal angle
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::CastorTower, reco::EcalIsolatedParticleCandidate, and pat::MHT.
Referenced by fireworks::addStraightLineSegment(), ZHistogrammer::analyze(), HLTMCtruth::analyze(), ZMCHistogrammer::analyze(), FWCandidateLegoProxyBuilder::build(), CaloMETAnalyzer::computeEmHaMET(), pat::DiObjectProxy::deltaPhi(), egammaisolation::EgammaTrackExtractor::deposit(), HICaloUtil::EcalPhi(), GenericBenchmark::fill(), PFCandidateMonitor::fill(), PFJetMonitor::fill(), GenericBenchmark::fillHistos(), MatchCandidateBenchmark::fillOne(), CandidateBenchmark::fillOne(), PFCandidateMonitor::fillOne(), PFJetFilter::filter(), PFMETFilter::filter(), PFFilter::filter(), HLTMuonValidator::findMatches(), HiGammaJetSignalDef::getDeltaPhi(), HiGammaJetSignalDef::getDeltaR(), ZMuMuEfficiency::getParticlePhi(), ZMuMu_efficiencyAnalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePhi(), ZMuMuPerformances::getParticlePhi(), ZMuMu_MCanalyzer::getParticlePhi(), MatcherByPullsAlgorithm::match(), operator<<(), HLTmmkFilter::overlap(), HLTmmkkFilter::overlap(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), TtEvent::printParticle(), CandOneToManyDeltaRMatcher::produce(), CastorFastTowerProducer::produce(), ZMuMuUserDataOneTrack::produce(), ZMuMuUserData::produce(), ZToLLEdmNtupleDumper::produce(), CastorFastClusterProducer::produce(), FSRWeightProducer::produce(), METAlgo::run(), and CaloMETAnalyzer::validateMET().
virtual const PolarLorentzVector& reco::Candidate::polarP4 | ( | ) | const [pure virtual] |
four-momentum Lorentz vector
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by ZMuMuSaMassHistogram::analyze(), pat::GenericParticle::fillInFrom(), ZMuMuUserData::produce(), and ZToLLEdmNtupleDumper::produce().
virtual double reco::Candidate::pt | ( | ) | const [pure virtual] |
transverse momentum
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::SiStripElectron.
Referenced by GenericBenchmark::accepted(), fireworks::addStraightLineSegment(), DimuonStatistics::analyze(), MCAcceptanceAnalyzer::analyze(), ZHistogrammer::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), TauTagValidation::analyze(), GlbMuQualityCutsAnalysis::analyze(), MCEfficiencyAnalyzer::analyze(), ZMuMuEfficiency::analyze(), ZMuMu_vtxAnalyzer::analyze(), HLTMCtruth::analyze(), HypothesisAnalyzer::analyze(), gamma_radiative_analyzer::analyze(), ZMCHistogrammer::analyze(), ZMuMu_MCanalyzer::analyze(), TopValidation::analyze(), FWCandidateLegoProxyBuilder::build(), PFTauDiscriminants::FilteredObjectPt::doComputation(), PFTauDiscriminants::ChargedOutlierPt::doComputation(), PFTauDiscriminants::OutlierPt::doComputation(), PFTauDiscriminants::ChargedOutlierSumPt::doComputation(), PFTauDiscriminants::PiZeroPt::doComputation(), PFTauDiscriminants::NeutralOutlierSumPt::doComputation(), PFTauDiscriminants::MainTrackPt::doComputation(), PFTauDiscriminants::TrackPt::doComputation(), PFTauDiscriminants::NeutralOutlierPt::doComputation(), HICaloUtil::EcalPhi(), GenericBenchmark::fill(), PFCandidateMonitor::fill(), PFJetMonitor::fill(), JetPartonMatcher::fillAlgoritDefinition(), CandidateBenchmark::fillOne(), MatchCandidateBenchmark::fillOne(), PFCandidateMonitor::fillOne(), PFJetFilter::filter(), ZToMuMuFilter::filter(), ZMuMu_vtxAnalyzer::getParticlePt(), ZMuMu_MCanalyzer::getParticlePt(), ZMuMu_efficiencyAnalyzer::getParticlePt(), ZMuMuPerformances::getParticlePt(), ZMuMuEfficiency::getParticlePt(), IsMuMatchedToHLTMu(), IsMuMatchedToHLTSingleMu(), fftjetcms::FFTJetInterface::loadInputCollection(), main(), MatcherByPullsAlgorithm::match(), SortCandByDecreasingPt::operator()(), ZSelector::operator()(), HLTMuonValidator::matchesByDescendingPt::operator()(), HLTMuonPlotter::matchesByDescendingPt::operator()(), HLTMuonPlotter::MatchStruct::operator<(), HLTMuonValidator::MatchStruct::operator<(), operator<<(), HLTMuonPlotter::MatchStruct::operator>(), HLTMuonValidator::MatchStruct::operator>(), HLTmmkFilter::overlap(), HLTmmkkFilter::overlap(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), TtEvent::printParticle(), L1HLTJetsMatching::produce(), IsolationProducerForTracks::produce(), ZMuMuUserDataOneTrack::produce(), ZMuMuUserData::produce(), pat::HLTL1MuonMatcher::produce(), ZToLLEdmNtupleDumper::produce(), pat::L1MuonMatcher::produce(), TtDilepEvtSolutionMaker::PTComp(), TtFullLepKinSolutionProducer::PTComp(), and TrackingRegionsFromBeamSpotAndL2Tau::regions().
virtual double reco::Candidate::px | ( | ) | const [pure virtual] |
x coordinate of momentum vector
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by FWInvMassDialog::Calculate(), GenericBenchmark::fill(), GenericBenchmark::fillHistos(), PFMETFilter::filter(), PlotMakerL1::invariantMass(), PlotMakerReco::invariantMass(), fireworks::prepareCandidate(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), MatcherUsingTracksAlgorithm::startingState(), and PropagateToMuon::startingState().
virtual double reco::Candidate::py | ( | ) | const [pure virtual] |
y coordinate of momentum vector
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by FWInvMassDialog::Calculate(), GenericBenchmark::fill(), GenericBenchmark::fillHistos(), PFMETFilter::filter(), PlotMakerL1::invariantMass(), PlotMakerReco::invariantMass(), fireworks::prepareCandidate(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), MatcherUsingTracksAlgorithm::startingState(), and PropagateToMuon::startingState().
virtual double reco::Candidate::pz | ( | ) | const [pure virtual] |
z coordinate of momentum vector
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::SiStripElectron.
Referenced by FWInvMassDialog::Calculate(), PlotMakerL1::invariantMass(), PlotMakerReco::invariantMass(), fireworks::prepareCandidate(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), MatcherUsingTracksAlgorithm::startingState(), and PropagateToMuon::startingState().
virtual double reco::Candidate::rapidity | ( | ) | const [pure virtual] |
rapidity
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by ZHistogrammer::analyze(), ZMCHistogrammer::analyze(), ZMuMuUserDataOneTrack::produce(), ZMuMuUserData::produce(), and ZToLLEdmNtupleDumper::produce().
virtual void reco::Candidate::setCharge | ( | Charge | q | ) | [pure virtual] |
set electric charge
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by AddFourMomenta::set().
virtual void reco::Candidate::setLongLived | ( | ) | [pure virtual] |
set long lived flag
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual void reco::Candidate::setMass | ( | double | m | ) | [pure virtual] |
set particle mass
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by PFRecoTauDecayModeDeterminator::produce().
virtual void reco::Candidate::setMassConstraint | ( | ) | [pure virtual] |
set mass constraint flag
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual void reco::Candidate::setP4 | ( | const PolarLorentzVector & | p4 | ) | [pure virtual] |
set 4-momentum
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual void reco::Candidate::setP4 | ( | const LorentzVector & | p4 | ) | [pure virtual] |
set 4-momentum
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by CandCommonVertexFitterBase::set(), CandKinematicVertexFitter::set(), AddFourMomenta::set(), ApplyEnergyCorrection::set(), PFCandCommonVertexFitterBase::set(), Booster::set(), and CandMassKinFitter::set().
virtual void reco::Candidate::setPdgId | ( | int | pdgId | ) | [pure virtual] |
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual void reco::Candidate::setPz | ( | double | pz | ) | [pure virtual] |
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual void reco::Candidate::setSourceCandidatePtr | ( | const CandidatePtr & | ptr | ) | [inline, virtual] |
Set the ptr to the source Candidate.
necessary, to allow a parallel treatment of all candidates in PF2PAT. Does nothing for most Candidate classes, including CompositePtrCandidates, where the source information is in fact the collection of ptrs to daughters. For non-Composite Candidates, this function can be used to set the ptr to the source of the Candidate, which will allow to keep track of the reconstruction history.
Definition at line 181 of file Candidate.h.
{};
virtual void reco::Candidate::setStatus | ( | int | status | ) | [pure virtual] |
set status word
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual void reco::Candidate::setThreeCharge | ( | Charge | qx3 | ) | [pure virtual] |
set electric charge
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual void reco::Candidate::setVertex | ( | const Point & | vertex | ) | [pure virtual] |
set vertex
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::Photon.
Referenced by CandCommonVertexFitterBase::set(), CandKinematicVertexFitter::set(), and PFCandCommonVertexFitterBase::set().
virtual CandidatePtr reco::Candidate::sourceCandidatePtr | ( | size_type | i | ) | const [inline, virtual] |
return a Ptr to one of the source Candidates ( the candidates used to construct this Candidate)
Reimplemented in reco::CompositePtrCandidate, reco::LeafCandidate, reco::LeafRefCandidateT< T >, reco::PFCandidate, pat::Electron, pat::Muon, and reco::PFTau.
Definition at line 169 of file Candidate.h.
Referenced by reco::PFCandidate::overlap().
{ return CandidatePtr(); }
virtual int reco::Candidate::status | ( | ) | const [pure virtual] |
status word
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by ParticleTreeDrawer::accept(), FBaseSimEvent::addParticles(), ZHistogrammer::analyze(), ZMuMuEfficiency::analyze(), MCEfficiencyAnalyzer::analyze(), ErsatzMEt::analyze(), HLTMCtruth::analyze(), ZMassHistogrammer::analyze(), ZMCHistogrammer::analyze(), TopValidation::analyze(), TtDecayChannelSelector::countProngs(), JetPartonMatcher::fillAlgoritDefinition(), pat::GenericParticle::fillInFrom(), JetPartonMatcher::fillPhysicsDefinition(), BTagSkimMC::filter(), ZMuMuPerformances::getParticleEta(), ZMuMu_vtxAnalyzer::getParticleEta(), ZMuMu_MCanalyzer::getParticleEta(), ZMuMuEfficiency::getParticleEta(), ZMuMu_efficiencyAnalyzer::getParticleEta(), ZMuMuEfficiency::getParticleP4(), ZMuMu_efficiencyAnalyzer::getParticleP4(), ZMuMu_MCanalyzer::getParticleP4(), ZMuMu_vtxAnalyzer::getParticleP4(), ZMuMuPerformances::getParticleP4(), ZMuMuEfficiency::getParticlePhi(), ZMuMu_efficiencyAnalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePhi(), ZMuMuPerformances::getParticlePhi(), ZMuMu_MCanalyzer::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePt(), ZMuMu_MCanalyzer::getParticlePt(), ZMuMu_efficiencyAnalyzer::getParticlePt(), ZMuMuPerformances::getParticlePt(), ZMuMuEfficiency::getParticlePt(), MuScleFitMuonSelector::getStatus1Muon(), helpers::MCTruthPairSelector< T >::operator()(), FastCandMatcher< C >::operator()(), GenJetParticleSelector::operator()(), operator<<(), ParticleTreeDrawer::printInfo(), FlavorHistoryProducer::produce(), ParticleDecayDrawer::select(), pat::Flags::test(), and zMCLeptonDaughters().
virtual double reco::Candidate::theta | ( | ) | const [pure virtual] |
momentum polar angle
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Referenced by fireworks::addStraightLineSegment(), ZHistogrammer::analyze(), ZMCHistogrammer::analyze(), CaloMETAnalyzer::computeEmHaMET(), MatcherByPullsAlgorithm::match(), FSRWeightProducer::produce(), METAlgo::run(), and CaloMETAnalyzer::validateMET().
virtual int reco::Candidate::threeCharge | ( | ) | const [pure virtual] |
electric charge
Implemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
virtual const Point& reco::Candidate::vertex | ( | ) | const [pure virtual] |
vertex position
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::PFCandidate.
Referenced by pat::helper::VertexingHelper::associate(), reco::isodeposit::IsoDepositExtractor::deposit(), egammaisolation::EgammaTrackExtractor::deposit(), reco::isodeposit::IsoDepositExtractor::deposits(), HICaloUtil::EcalEta(), HICaloUtil::EcalPhi(), CandIsoDepositProducer::extractTrack(), pat::GenericParticle::fillInFrom(), pat::PATSingleVertexSelector::filter_(), PhotonTkIsolation::getIso(), MatcherByPullsAlgorithm::match(), pat::VertexAssociationSelector::operator()(), reco::LeafCandidate::overlap(), reco::LeafRefCandidateT< T >::overlap(), fireworks::prepareCandidate(), and pat::VertexAssociationSelector::simpleAssociation().
virtual double reco::Candidate::vertexChi2 | ( | ) | const [pure virtual] |
chi-squares
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::VertexCompositeCandidate.
Referenced by pat::PATSingleVertexSelector::filter_().
virtual CovarianceMatrix reco::Candidate::vertexCovariance | ( | ) | const [inline, virtual] |
fill SMatrix
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 197 of file Candidate.h.
References fillVertexCovariance(), and m.
{ CovarianceMatrix m; fillVertexCovariance(m); return m; } //TODO
virtual double reco::Candidate::vertexCovariance | ( | int | i, |
int | j | ||
) | const [pure virtual] |
(i, j)-th element of error matrix, i, j = 0, ... 2
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::VertexCompositeCandidate.
Referenced by pat::PATSingleVertexSelector::filter_().
virtual double reco::Candidate::vertexNdof | ( | ) | const [pure virtual] |
Number of degrees of freedom Meant to be Double32_t for soft-assignment fitters: tracks may contribute to the vertex with fractional weights. The ndof is then = to the sum of the track weights. see e.g. CMS NOTE-2006/032, CMS NOTE-2004/002
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::VertexCompositeCandidate.
Referenced by pat::PATSingleVertexSelector::filter_().
virtual double reco::Candidate::vertexNormalizedChi2 | ( | ) | const [pure virtual] |
chi-squared divided by n.d.o.f.
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::VertexCompositeCandidate.
Referenced by ZToLLEdmNtupleDumper::produce().
virtual double reco::Candidate::vx | ( | ) | const [pure virtual] |
x coordinate of vertex position
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::PFCandidate.
Referenced by FBaseSimEvent::addParticles(), HLTMCtruth::analyze(), myFastSimVal::analyze(), MatcherByPullsAlgorithm::match(), pat::VertexAssociationSelector::operator()(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), MatcherUsingTracksAlgorithm::startingState(), and PropagateToMuon::startingState().
virtual double reco::Candidate::vy | ( | ) | const [pure virtual] |
y coordinate of vertex position
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::PFCandidate.
Referenced by FBaseSimEvent::addParticles(), HLTMCtruth::analyze(), myFastSimVal::analyze(), MatcherByPullsAlgorithm::match(), pat::VertexAssociationSelector::operator()(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), MatcherUsingTracksAlgorithm::startingState(), and PropagateToMuon::startingState().
virtual double reco::Candidate::vz | ( | ) | const [pure virtual] |
z coordinate of vertex position
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::PFCandidate.
Referenced by FBaseSimEvent::addParticles(), HLTMCtruth::analyze(), myFastSimVal::analyze(), pat::PATSingleVertexSelector::filter_(), HLTDoubletDZ< T1, T2 >::hltFilter(), MatcherByPullsAlgorithm::match(), pat::VertexAssociationSelector::operator()(), ParticleTreeDrawer::printInfo(), ParticleDecayDrawer::printP4(), MatcherUsingTracksAlgorithm::startingState(), and PropagateToMuon::startingState().
virtual double reco::Candidate::y | ( | ) | const [pure virtual] |
rapidity
Implemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::CastorTower.
friend class ::OverlapChecker [friend] |
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 274 of file Candidate.h.
friend struct component [friend] |
Reimplemented in reco::LeafCandidate, reco::LeafRefCandidateT< T >, and reco::RecoCandidate.
Definition at line 273 of file Candidate.h.
friend class ShallowCloneCandidate [friend] |
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 275 of file Candidate.h.
friend class ShallowClonePtrCandidate [friend] |
Reimplemented in reco::LeafCandidate, and reco::LeafRefCandidateT< T >.
Definition at line 276 of file Candidate.h.