CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs | Enumerations
FSQDiJetAve.cc File Reference
#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "DQMOffline/Trigger/interface/FSQDiJetAve.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CommonTools/Utils/interface/StringCutObjectSelector.h"
#include "CommonTools/Utils/interface/StringObjectFunction.h"
#include "HLTrigger/HLTcore/interface/HLTConfigProvider.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include <DataFormats/TrackReco/interface/Track.h>
#include <DataFormats/EgammaCandidates/interface/Photon.h>
#include <DataFormats/MuonReco/interface/Muon.h>
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include <boost/algorithm/string.hpp>
#include "FWCore/Utilities/interface/EDGetToken.h"
#include "JetMETCorrections/JetCorrector/interface/JetCorrector.h"

Go to the source code of this file.

Classes

class  FSQ::BaseHandler
 
class  FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >
 

Namespaces

 FSQ
 

Typedefs

typedef HandlerTemplate
< trigger::TriggerObject,
trigger::TriggerObject
FSQ::HLTHandler
 
typedef HandlerTemplate
< reco::Candidate::LorentzVector,
int > 
FSQ::RecoCandidateCounter
 
typedef HandlerTemplate
< reco::Candidate::LorentzVector,
reco::Candidate::LorentzVector
FSQ::RecoCandidateHandler
 
typedef HandlerTemplate
< reco::GenParticle, int > 
FSQ::RecoGenParticleCounter
 
typedef HandlerTemplate
< reco::GenParticle,
reco::GenParticle
FSQ::RecoGenParticleHandler
 
typedef HandlerTemplate
< reco::Muon, reco::Muon
FSQ::RecoMuonHandler
 
typedef HandlerTemplate
< reco::PFJet, reco::PFJet
FSQ::RecoPFJetHandler
 
typedef HandlerTemplate
< reco::PFJet, reco::PFJet,
ApplyJEC > 
FSQ::RecoPFJetWithJECHandler
 
typedef HandlerTemplate
< reco::Photon, reco::Photon
FSQ::RecoPhotonHandler
 
typedef HandlerTemplate
< reco::Track, int > 
FSQ::RecoTrackCounter
 
typedef HandlerTemplate
< reco::Track, int,
BestVertexMatching > 
FSQ::RecoTrackCounterWithVertexConstraint
 
typedef HandlerTemplate
< reco::Track, reco::Track
FSQ::RecoTrackHandler
 

Enumerations

enum  FSQ::SpecialFilters { FSQ::None, FSQ::BestVertexMatching, FSQ::ApplyJEC }