Main Page
Namespaces
Classes
Package Documentation
HLTrigger
HLTcore
interface
TriggerSummaryAnalyzerRAW.h
Go to the documentation of this file.
1
#ifndef HLTcore_TriggerSummaryAnalyzerRAW_h
2
#define HLTcore_TriggerSummaryAnalyzerRAW_h
3
14
#include "
DataFormats/HLTReco/interface/TriggerEventWithRefs.h
"
15
#include "
FWCore/Framework/interface/Event.h
"
16
#include "
FWCore/Framework/interface/stream/EDAnalyzer.h
"
17
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
18
namespace
edm
{
19
class
ConfigurationDescriptions
;
20
}
21
22
//
23
// class declaration
24
//
25
class
TriggerSummaryAnalyzerRAW
:
public
edm::stream::EDAnalyzer
<> {
26
27
public
:
28
explicit
TriggerSummaryAnalyzerRAW
(
const
edm::ParameterSet
&);
29
~
TriggerSummaryAnalyzerRAW
()
override
;
30
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
31
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
32
33
private
:
35
const
edm::InputTag
inputTag_
;
36
const
edm::EDGetTokenT<trigger::TriggerEventWithRefs>
inputToken_
;
37
38
};
39
#endif
analyze
virtual example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
Event.h
EDAnalyzer.h
TriggerEventWithRefs.h
edm::EDGetTokenT< trigger::TriggerEventWithRefs >
TriggerSummaryAnalyzerRAW::inputTag_
const edm::InputTag inputTag_
InputTag of TriggerEventWithRefs to analyze.
Definition:
TriggerSummaryAnalyzerRAW.h:35
ParameterSet.h
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EventSetup
Definition:
EventSetup.h:52
TriggerSummaryAnalyzerRAW
Definition:
TriggerSummaryAnalyzerRAW.h:25
ConfigurationDescriptions
edm::stream::EDAnalyzer
Definition:
EDAnalyzer.h:33
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
TriggerSummaryAnalyzerRAW::inputToken_
const edm::EDGetTokenT< trigger::TriggerEventWithRefs > inputToken_
Definition:
TriggerSummaryAnalyzerRAW.h:36
Generated for CMSSW Reference Manual by
1.8.11