Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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/one/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
// class declaration
29
//
30
31
class
HLTInspect
:
public
edm::one::EDAnalyzer
<> {
32
public
:
33
explicit
HLTInspect
(
const
edm::ParameterSet
&);
34
~HLTInspect
()
override
;
35
36
private
:
37
void
analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
38
std::vector<std::string>
hlNames_
;
// name of each HLT algorithm
39
edm::InputTag
hlTriggerResults_
;
40
bool
init_
;
41
};
42
43
#endif
c
const edm::EventSetup & c
Definition:
SiStripLAProfileBooker.cc:66
HLTInspect
Definition:
HLTInspect.h:31
HLTInspect::~HLTInspect
~HLTInspect() override
Definition:
HLTInspect.cc:38
MessageLogger.h
HLTInspect::hlNames_
std::vector< std::string > hlNames_
Definition:
HLTInspect.h:38
Event.h
MakerMacros.h
Frameworkfwd.h
ParameterSet.h
HLTInspect::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
HLTInspect.cc:39
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:59
EDAnalyzer.h
HLTInspect::HLTInspect
HLTInspect(const edm::ParameterSet &)
Definition:
HLTInspect.cc:33
alignCSCRings.e
list e
Definition:
alignCSCRings.py:91
edm::InputTag
Definition:
InputTag.h:15
HLTInspect::hlTriggerResults_
edm::InputTag hlTriggerResults_
Definition:
HLTInspect.h:39
InputTag.h
HLTInspect::init_
bool init_
Definition:
HLTInspect.h:40
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
Generated for CMSSW Reference Manual by
1.8.5