#include "FWCore/Framework/interface/EDFilter.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Common/interface/TriggerNames.h"
#include "FWCore/Utilities/interface/transform.h"
Go to the source code of this file.
Classes | |
class | SimpleSystematicsAnalyzer |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < SimpleSystematicsAnalyzer > > | s_filler__LINE__ ("SimpleSystematicsAnalyzer") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < SimpleSystematicsAnalyzer > > | s_maker__LINE__ ("SimpleSystematicsAnalyzer") |
triggerResultsToken_ (consumes< edm::TriggerResults >(edm::InputTag("TriggerResults"))) | |
|
static |
|
static |
triggerResultsToken_ | ( | consumes< edm::TriggerResults > | edm::InputTag("TriggerResults") | ) |
Definition at line 42 of file SimpleSystematicsAnalyzer.cc.