Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
();
37
38
private
:
39
virtual
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::hlNames_
std::vector< std::string > hlNames_
Definition:
HLTInspect.h:40
Event.h
MakerMacros.h
Frameworkfwd.h
ParameterSet.h
HLTInspect::~HLTInspect
~HLTInspect()
Definition:
HLTInspect.cc:39
HLTInspect::analyze
virtual 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:22
EDAnalyzer.h
trackerHits.c
tuple c
Definition:
trackerHits.py:26
HLTInspect::HLTInspect
HLTInspect(const edm::ParameterSet &)
Definition:
HLTInspect.cc:33
alignCSCRings.e
list e
Definition:
alignCSCRings.py:90
edm::InputTag
Definition:
InputTag.h:17
HLTInspect::hlTriggerResults_
edm::InputTag hlTriggerResults_
Definition:
HLTInspect.h:41
InputTag.h
HLTInspect::init_
bool init_
Definition:
HLTInspect.h:42
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:62
Generated for CMSSW Reference Manual by
1.8.5