|
HcalSubdetector | reco::hcalSubdetector (int iEta, const HcalTopology &topology) |
| converts eta to the corresponding HCAL subdetector. More...
|
|
bool | reco::makeSpecific (std::vector< reco::CandidatePtr > const &towers, const CaloSubdetectorGeometry *towerGeometry, reco::CaloJet::Specific *caloJetSpecific, const HcalTopology &topology) |
| Make CaloJet specifics. Assumes PseudoJet is made from CaloTowerCandidates. More...
|
|
bool | reco::makeSpecific (std::vector< reco::CandidatePtr > const &particles, reco::PFJet::Specific *pfJetSpecific, edm::ValueMap< float > const *weights=nullptr) |
| Make PFlowJet specifics. Assumes PseudoJet is made from ParticleFlowCandidates. More...
|
|
bool | reco::makeSpecific (std::vector< reco::CandidatePtr > const &mcparticles, reco::GenJet::Specific *genJetSpecific) |
| Make GenJet specifics. Assumes PseudoJet is made from HepMCCandidate. More...
|
|
void | reco::writeSpecific (reco::CaloJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents, CaloGeometry const &geometry, HcalTopology const &topology) |
|
void | reco::writeSpecific (reco::PFJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents, edm::ValueMap< float > const *weights=nullptr) |
|
void | reco::writeSpecific (reco::GenJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents) |
|
void | reco::writeSpecific (reco::TrackJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents) |
| Make TrackJet. Assumes constituents point to tracks, through RecoChargedCandidates. More...
|
|
void | reco::writeSpecific (reco::PFClusterJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents) |
| Make PFClusterJet. Assumes PseudoJet is made from PFCluster. More...
|
|
void | reco::writeSpecific (reco::BasicJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents) |
| Make BasicJet. Assumes nothing about the jet. More...
|
|