Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTrigger
HLTanalyzers
interface
HLTGetRaw.h
Go to the documentation of this file.
1
#ifndef HLTGetRaw_h
2
#define HLTGetRaw_h
3
17
#include "
FWCore/Framework/interface/Event.h
"
18
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
19
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
20
21
//
22
// class declaration
23
//
24
25
class
HLTGetRaw
:
public
edm::EDAnalyzer
{
26
27
public
:
28
explicit
HLTGetRaw
(
const
edm::ParameterSet
&);
29
~HLTGetRaw
();
30
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
31
32
private
:
33
edm::InputTag
RawDataCollection_
;
34
};
35
36
#endif //HLTGetRaw_h
HLTGetRaw::HLTGetRaw
HLTGetRaw(const edm::ParameterSet &)
Definition:
HLTGetRaw.cc:35
HLTGetRaw::RawDataCollection_
edm::InputTag RawDataCollection_
Definition:
HLTGetRaw.h:33
Event.h
HLTGetRaw::analyze
void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
HLTGetRaw.cc:49
HLTGetRaw::~HLTGetRaw
~HLTGetRaw()
Definition:
HLTGetRaw.cc:40
ParameterSet.h
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDAnalyzer
Definition:
EDAnalyzer.h:14
EDAnalyzer.h
edm::InputTag
Definition:
InputTag.h:12
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
HLTGetRaw
Definition:
HLTGetRaw.h:25
Generated for CMSSW Reference Manual by
1.8.5