test
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 
19 
22 
24 {
25  public:
26  // constructor
28 
29  bool operator()(const reco::GenJet&) const;
30 
31  private:
32  typedef std::vector<std::string> vstring;
34 };
35 
36 typedef SingleObjectSelector<
40 
41 #endif
std::vector< GenJet > GenJetCollection
collection of GenJet objects
Jets made from MC generator particles.
Definition: GenJet.h:24
TauGenJetDecayModeSelectorImp(const edm::ParameterSet &, edm::ConsumesCollector &iC)
bool operator()(const reco::GenJet &) const
std::vector< std::string > vstring
SingleObjectSelector< reco::GenJetCollection, TauGenJetDecayModeSelectorImp > TauGenJetDecayModeSelector