![]() |
![]() |
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "DQMServices/Core/interface/DQMEDAnalyzer.h"
#include "FWCore/Common/interface/TriggerNames.h"
#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/ServiceRegistry/interface/Service.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/HLTReco/interface/TriggerEvent.h"
#include "DataFormats/HLTReco/interface/TriggerObject.h"
#include "DataFormats/HLTReco/interface/TriggerTypeDefs.h"
#include "DQMOffline/Trigger/interface/HLTDQMTagAndProbeEff.h"
#include <vector>
#include <string>
#include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectronFwd.h"
#include "DataFormats/EgammaCandidates/interface/Photon.h"
#include "DataFormats/EgammaCandidates/interface/PhotonFwd.h"
#include "DataFormats/MuonReco/interface/Muon.h"
#include "DataFormats/MuonReco/interface/MuonFwd.h"
Go to the source code of this file.
Classes | |
class | HLTTagAndProbeOfflineSource< TagType, TagCollType, ProbeType, ProbeCollType > |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< HLTEleTagAndProbeOfflineSource > > | s_filler__LINE__ ("HLTEleTagAndProbeOfflineSource") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< HLTEleTagAndProbeOfflineSource > > | s_maker__LINE__ ("HLTEleTagAndProbeOfflineSource") |
using HLTElePhoTagAndProbeOfflineSource = HLTTagAndProbeOfflineSource<reco::GsfElectron,reco::GsfElectronCollection,reco::Photon,reco::PhotonCollection> |
Definition at line 99 of file HLTTagAndProbeOfflineSource.cc.
using HLTEleTagAndProbeOfflineSource = HLTTagAndProbeOfflineSource<reco::GsfElectron,reco::GsfElectronCollection> |
Definition at line 97 of file HLTTagAndProbeOfflineSource.cc.
using HLTMuEleTagAndProbeOfflineSource = HLTTagAndProbeOfflineSource<reco::Muon,reco::MuonCollection,reco::GsfElectron,reco::GsfElectronCollection> |
Definition at line 100 of file HLTTagAndProbeOfflineSource.cc.
using HLTMuPhoTagAndProbeOfflineSource = HLTTagAndProbeOfflineSource<reco::Muon,reco::MuonCollection,reco::Photon,reco::PhotonCollection> |
Definition at line 101 of file HLTTagAndProbeOfflineSource.cc.
Definition at line 102 of file HLTTagAndProbeOfflineSource.cc.
using HLTPhoTagAndProbeOfflineSource = HLTTagAndProbeOfflineSource<reco::Photon,reco::PhotonCollection> |
Definition at line 98 of file HLTTagAndProbeOfflineSource.cc.
|
static |
|
static |