CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TtSemiLepJetCombMaxSumPtWMass.h
Go to the documentation of this file.
1 #ifndef TtSemiLepJetCombMaxSumPtWMass_h
2 #define TtSemiLepJetCombMaxSumPtWMass_h
3 
6 
8 
10 public:
13 
14 private:
15  void beginJob() override{};
16  void produce(edm::Event& evt, const edm::EventSetup& setup) override;
17  void endJob() override{};
18 
19  bool isValid(const int& idx, const edm::Handle<std::vector<pat::Jet> >& jets) {
20  return (0 <= idx && idx < (int)jets->size());
21  };
22 
25  int maxNJets_;
26  double wMass_;
31 };
32 
33 #endif
bool isValid(const int &idx, const edm::Handle< std::vector< pat::Jet > > &jets)
edm::EDGetTokenT< std::vector< pat::Jet > > jetsToken_
edm::EDGetTokenT< edm::View< reco::RecoCandidate > > lepsToken_
vector< PseudoJet > jets
void produce(edm::Event &evt, const edm::EventSetup &setup) override
TtSemiLepJetCombMaxSumPtWMass(const edm::ParameterSet &)