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 
17 
18 
26  public:
27 
28  explicit TauGenJetProducer(const edm::ParameterSet&);
29 
31 
32  virtual void produce(edm::Event&, const edm::EventSetup&);
33 
34  virtual void beginJob();
35 
36  private:
37 
41 
44 
46  bool verbose_;
47 
48 };
49 
50 #endif
bool verbose_
verbose ?
edm::EDGetTokenT< reco::GenParticleCollection > tokenGenParticles_
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 &)