CMS 3D CMS Logo

RecoTauPluginsCommon.cc
Go to the documentation of this file.
2 
3 namespace reco { namespace tau {
4 
5 // ctor
7  name_(pset.getParameter<std::string>("name")) {}
8 
10 { return name_; }
11 
12 // ctor
14  :RecoTauNamedPlugin(pset),evt_(nullptr),es_(nullptr) {}
15 
16 const edm::Event* RecoTauEventHolderPlugin::evt() const { return evt_; }
19 
21 {
22  evt_ = &evt;
23  es_ = &es;
24  // Call the virtual beginEvent() function
25  this->beginEvent();
26 }
27 
28 } } // end reco::tau
29 
RecoTauEventHolderPlugin(const edm::ParameterSet &pset)
#define nullptr
RecoTauNamedPlugin(const edm::ParameterSet &pset)
void setup(edm::Event &, const edm::EventSetup &)
const edm::EventSetup * evtSetup() const
fixed size matrix
const std::string & name() const