CMS 3D CMS Logo

PFV0Producer.h
Go to the documentation of this file.
1 #ifndef PFV0Producer_H
2 #define PFV0Producer_H
3 
11 
12 
13 class PFTrackTransformer;
15 public:
16 
18  explicit PFV0Producer(const edm::ParameterSet&);
19 
21  ~PFV0Producer() override;
22 
23 private:
24  void beginRun(const edm::Run&,const edm::EventSetup&) override;
25  void endRun(const edm::Run&,const edm::EventSetup&) override;
26 
28  void produce(edm::Event&, const edm::EventSetup&) override;
29 
32  std::vector < edm::EDGetTokenT<reco::VertexCompositeCandidateCollection> > V0list_;
33 
34 };
35 #endif
PFV0Producer(const edm::ParameterSet &)
Constructor.
Definition: PFV0Producer.cc:15
void beginRun(const edm::Run &, const edm::EventSetup &) override
Definition: PFV0Producer.cc:90
std::vector< edm::EDGetTokenT< reco::VertexCompositeCandidateCollection > > V0list_
Definition: PFV0Producer.h:32
void produce(edm::Event &, const edm::EventSetup &) override
Produce the PFRecTrack collection.
Definition: PFV0Producer.cc:34
~PFV0Producer() override
Destructor.
Definition: PFV0Producer.cc:28
PFTrackTransformer * pfTransformer_
PFTrackTransformer.
Definition: PFV0Producer.h:31
void endRun(const edm::Run &, const edm::EventSetup &) override
Definition: Run.h:45