CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtSemiLepJetCombWMassDeltaTopMass.h
Go to the documentation of this file.
1 #ifndef TtSemiLepJetCombWMassDeltaTopMass_h
2 #define TtSemiLepJetCombWMassDeltaTopMass_h
3 
6 
12 
14 
15  public:
16 
19 
20  private:
21 
22  virtual void beginJob() {};
23  virtual void produce(edm::Event& evt, const edm::EventSetup& setup);
24  virtual void endJob() {};
25 
26  bool isValid(const int& idx, const edm::Handle<std::vector<pat::Jet> >& jets){ return (0<=idx && idx<(int)jets->size()); };
27 
31  int maxNJets_;
32  double wMass_;
38 };
39 
40 #endif
edm::EDGetTokenT< std::vector< pat::Jet > > jetsToken_
virtual void produce(edm::Event &evt, const edm::EventSetup &setup)
vector< PseudoJet > jets
bool isValid(const int &idx, const edm::Handle< std::vector< pat::Jet > > &jets)
edm::EDGetTokenT< edm::View< reco::RecoCandidate > > lepsToken_
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
TtSemiLepJetCombWMassDeltaTopMass(const edm::ParameterSet &)
edm::EDGetTokenT< std::vector< pat::MET > > metsToken_
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")