CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TauGenJetProducer.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_JetMCAlgos_TauGenJetProducer_
2 #define PhysicsTools_JetMCAlgos_TauGenJetProducer_
3 
4 // system include files
5 #include <memory>
6 #include <string>
7 
8 // user include files
12 
15 
16 
24  public:
25 
26  explicit TauGenJetProducer(const edm::ParameterSet&);
27 
29 
30  virtual void produce(edm::Event&, const edm::EventSetup&);
31 
32  virtual void beginJob();
33 
34  private:
35 
38 
41 
43  bool verbose_;
44 
45 };
46 
47 #endif
bool verbose_
verbose ?
virtual void beginJob()
builds a GenJet from the visible daughters of each status 2 tau in the event.
bool includeNeutrinos_
if yes, neutrinos will be included, for debug purposes
edm::InputTag inputTagGenParticles_
Input PFCandidates.
virtual void produce(edm::Event &, const edm::EventSetup &)
TauGenJetProducer(const edm::ParameterSet &)