Classes | |
class | BaseHandler |
class | HandlerTemplate |
Typedefs | |
typedef HandlerTemplate< trigger::TriggerObject, trigger::TriggerObject > | HLTHandler |
typedef HandlerTemplate< reco::Candidate::LorentzVector, int > | RecoCandidateCounter |
typedef HandlerTemplate< reco::Candidate::LorentzVector, reco::Candidate::LorentzVector > | RecoCandidateHandler |
typedef HandlerTemplate< reco::GenParticle, int > | RecoGenParticleCounter |
typedef HandlerTemplate< reco::GenParticle, reco::GenParticle > | RecoGenParticleHandler |
typedef HandlerTemplate< reco::Muon, reco::Muon > | RecoMuonHandler |
typedef HandlerTemplate< reco::PFJet, reco::PFJet > | RecoPFJetHandler |
typedef HandlerTemplate< reco::PFJet, reco::PFJet, ApplyJEC > | RecoPFJetWithJECHandler |
typedef HandlerTemplate< reco::Photon, reco::Photon > | RecoPhotonHandler |
typedef HandlerTemplate< reco::Track, int > | RecoTrackCounter |
typedef HandlerTemplate< reco::Track, int, BestVertexMatching > | RecoTrackCounterWithVertexConstraint |
typedef HandlerTemplate< reco::Track, reco::Track > | RecoTrackHandler |
Enumerations | |
enum | SpecialFilters { None, BestVertexMatching, ApplyJEC } |
Definition at line 726 of file FSQDiJetAve.cc.
Definition at line 735 of file FSQDiJetAve.cc.
typedef HandlerTemplate<reco::Candidate::LorentzVector, reco::Candidate::LorentzVector> FSQ::RecoCandidateHandler |
Definition at line 728 of file FSQDiJetAve.cc.
typedef HandlerTemplate<reco::GenParticle, int> FSQ::RecoGenParticleCounter |
Definition at line 738 of file FSQDiJetAve.cc.
Definition at line 734 of file FSQDiJetAve.cc.
Definition at line 733 of file FSQDiJetAve.cc.
Definition at line 729 of file FSQDiJetAve.cc.
Definition at line 730 of file FSQDiJetAve.cc.
Definition at line 732 of file FSQDiJetAve.cc.
typedef HandlerTemplate<reco::Track, int> FSQ::RecoTrackCounter |
Definition at line 736 of file FSQDiJetAve.cc.
typedef HandlerTemplate<reco::Track, int, BestVertexMatching> FSQ::RecoTrackCounterWithVertexConstraint |
Definition at line 737 of file FSQDiJetAve.cc.
Definition at line 731 of file FSQDiJetAve.cc.
enum FSQ::SpecialFilters |