CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TauGenJetDecayModeSelector.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_JetMCAlgos_TauGenJetDecayModeSelector_h
2 #define PhysicsTools_JetMCAlgos_TauGenJetDecayModeSelector_h
3 
20 
23 
25 {
26  public:
27  // constructor
29 
30  bool operator()(const reco::GenJet&) const;
31 
32  private:
33  typedef std::vector<std::string> vstring;
35 };
36 
37 typedef SingleObjectSelector<
41 
42 #endif
std::vector< GenJet > GenJetCollection
collection of GenJet objects
Jets made from MC generator particles.
Definition: GenJet.h:25
TauGenJetDecayModeSelectorImp(const edm::ParameterSet &)
bool operator()(const reco::GenJet &) const
std::vector< std::string > vstring
SingleObjectSelector< reco::GenJetCollection, TauGenJetDecayModeSelectorImp > TauGenJetDecayModeSelector