Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CalibTracker
SiStripCommon
interface
ShallowEventDataProducer.h
Go to the documentation of this file.
1
#ifndef SHALLOW_EVENTDATA_PRODUCER
2
#define SHALLOW_EVENTDATA_PRODUCER
3
4
#include "
FWCore/Framework/interface/EDProducer.h
"
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutRecord.h
"
7
#include <string>
8
9
class
ShallowEventDataProducer
:
public
edm::EDProducer
{
10
public
:
11
explicit
ShallowEventDataProducer
(
const
edm::ParameterSet
&);
12
private
:
13
void
produce
(
edm::Event
&,
const
edm::EventSetup
& );
14
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord >
trig_token_
;
15
};
16
17
#endif
ShallowEventDataProducer
Definition:
ShallowEventDataProducer.h:9
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord >
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:35
ShallowEventDataProducer::trig_token_
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > trig_token_
Definition:
ShallowEventDataProducer.h:14
L1GlobalTriggerReadoutRecord.h
edm::EventSetup
Definition:
EventSetup.h:45
EDProducer.h
ShallowEventDataProducer::produce
void produce(edm::Event &, const edm::EventSetup &)
Definition:
ShallowEventDataProducer.cc:18
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:65
ShallowEventDataProducer::ShallowEventDataProducer
ShallowEventDataProducer(const edm::ParameterSet &)
Definition:
ShallowEventDataProducer.cc:5
Generated for CMSSW Reference Manual by
1.8.5