Main Page
Namespaces
Classes
Package Documentation
DPGAnalysis
Skims
interface
HLTInspect.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: PhysDecl
4
// Class: PhysDecl
5
//
6
// Original Author: Luca Malgeri
7
8
#ifndef HLTINSPECT_H
9
#define HLTINSPECT_H
10
11
// system include files
12
#include <memory>
13
#include <vector>
14
#include <map>
15
#include <set>
16
17
// user include files
18
#include "
FWCore/Utilities/interface/InputTag.h
"
19
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
20
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/Framework/interface/MakerMacros.h
"
23
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
24
#include "
FWCore/Framework/interface/ESHandle.h
"
25
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
26
27
28
//
29
// class declaration
30
//
31
32
33
class
HLTInspect
:
public
edm::EDAnalyzer
{
34
public
:
35
explicit
HLTInspect
(
const
edm::ParameterSet
& );
36
~HLTInspect
()
override
;
37
38
private
:
39
void
analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
40
std::vector<std::string>
hlNames_
;
// name of each HLT algorithm
41
edm::InputTag
hlTriggerResults_
;
42
bool
init_
;
43
};
44
45
#endif
MessageLogger.h
HLTInspect
Definition:
HLTInspect.h:33
HLTInspect::~HLTInspect
~HLTInspect() override
Definition:
HLTInspect.cc:39
HLTInspect::hlNames_
std::vector< std::string > hlNames_
Definition:
HLTInspect.h:40
Event.h
MakerMacros.h
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:43
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Frameworkfwd.h
ParameterSet.h
HLTInspect::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
HLTInspect.cc:42
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDAnalyzer
Definition:
EDAnalyzer.h:27
EDAnalyzer.h
HLTInspect::HLTInspect
HLTInspect(const edm::ParameterSet &)
Definition:
HLTInspect.cc:33
edm::InputTag
Definition:
InputTag.h:15
HLTInspect::hlTriggerResults_
edm::InputTag hlTriggerResults_
Definition:
HLTInspect.h:41
InputTag.h
HLTInspect::init_
bool init_
Definition:
HLTInspect.h:42
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:69
Generated for CMSSW Reference Manual by
1.8.11