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 720 of file FSQDiJetAve.cc.
Definition at line 728 of file FSQDiJetAve.cc.
typedef HandlerTemplate<reco::Candidate::LorentzVector, reco::Candidate::LorentzVector> FSQ::RecoCandidateHandler |
Definition at line 721 of file FSQDiJetAve.cc.
typedef HandlerTemplate<reco::GenParticle, int > FSQ::RecoGenParticleCounter |
Definition at line 731 of file FSQDiJetAve.cc.
Definition at line 727 of file FSQDiJetAve.cc.
Definition at line 726 of file FSQDiJetAve.cc.
Definition at line 722 of file FSQDiJetAve.cc.
Definition at line 723 of file FSQDiJetAve.cc.
Definition at line 725 of file FSQDiJetAve.cc.
typedef HandlerTemplate<reco::Track, int > FSQ::RecoTrackCounter |
Definition at line 729 of file FSQDiJetAve.cc.
typedef HandlerTemplate<reco::Track, int, BestVertexMatching> FSQ::RecoTrackCounterWithVertexConstraint |
Definition at line 730 of file FSQDiJetAve.cc.
Definition at line 724 of file FSQDiJetAve.cc.
enum FSQ::SpecialFilters |
Enumerator | |
---|---|
None | |
BestVertexMatching | |
ApplyJEC |
Definition at line 106 of file FSQDiJetAve.cc.