Main Page
Namespaces
Classes
Package Documentation
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
private
:
14
void
produce
(
edm::Event
&,
const
edm::EventSetup
& )
override
;
15
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord >
trig_token_
;
16
edm::EDGetTokenT< LumiScalersCollection >
scalerToken_
;
17
};
18
19
#endif
LumiScalers.h
ShallowEventDataProducer::scalerToken_
edm::EDGetTokenT< LumiScalersCollection > scalerToken_
Definition:
ShallowEventDataProducer.h:16
ShallowEventDataProducer
Definition:
ShallowEventDataProducer.h:10
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord >
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:36
ShallowEventDataProducer::trig_token_
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > trig_token_
Definition:
ShallowEventDataProducer.h:15
L1GlobalTriggerReadoutRecord.h
edm::EventSetup
Definition:
EventSetup.h:57
EDProducer.h
ShallowEventDataProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
ShallowEventDataProducer.cc:26
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
ShallowEventDataProducer::ShallowEventDataProducer
ShallowEventDataProducer(const edm::ParameterSet &)
Definition:
ShallowEventDataProducer.cc:8
Generated for CMSSW Reference Manual by
1.8.11