CMS 3D CMS Logo

MuBaseFlatTableProducer.cc
Go to the documentation of this file.
1 
11 
13  : m_name{config.getParameter<std::string>("name")} {}
14 
17 }
18 
21  fillTable(ev);
22 }
virtual void fillTable(edm::Event &ev)=0
Fill ntuple.
Definition: config.py:1
void beginRun(const edm::Run &run, const edm::EventSetup &config) final
Configure event setup for each run.
MuBaseFlatTableProducer(const edm::ParameterSet &)
Constructor.
virtual void getFromES(const edm::Run &run, const edm::EventSetup &environment)
Get info from the ES by run.
void produce(edm::Event &, const edm::EventSetup &) final
Fill ntuples event by event.
Definition: Run.h:45