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 "
DataFormats/Scalers/interface/LumiScalers.h
"
8
#include <string>
9
10
class
ShallowEventDataProducer
:
public
edm::EDProducer
{
11
public
:
12
explicit
ShallowEventDataProducer
(
const
edm::ParameterSet
&);
13
14
private
:
15
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
16
edm::EDGetTokenT<L1GlobalTriggerReadoutRecord>
trig_token_
;
17
edm::EDGetTokenT<LumiScalersCollection>
scalerToken_
;
18
};
19
20
#endif
LumiScalers.h
EDProducer.h
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord >
ShallowEventDataProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
ShallowEventDataProducer.cc:24
edm::ParameterSet
Definition:
ParameterSet.h:36
ShallowEventDataProducer
Definition:
ShallowEventDataProducer.h:10
edm::EventSetup
Definition:
EventSetup.h:57
ShallowEventDataProducer::trig_token_
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > trig_token_
Definition:
ShallowEventDataProducer.h:16
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:36
ShallowEventDataProducer::ShallowEventDataProducer
ShallowEventDataProducer(const edm::ParameterSet &)
Definition:
ShallowEventDataProducer.cc:8
ShallowEventDataProducer::scalerToken_
edm::EDGetTokenT< LumiScalersCollection > scalerToken_
Definition:
ShallowEventDataProducer.h:17
edm::Event
Definition:
Event.h:73
L1GlobalTriggerReadoutRecord.h
Generated for CMSSW Reference Manual by
1.8.16