CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtSemiLepJetCombMVAComputer.h
Go to the documentation of this file.
1 #ifndef TtSemiLepJetCombMVAComputer_h
2 #define TtSemiLepJetCombMVAComputer_h
3 
6 
9 
13 
15 
16 #ifndef TtSemiLepJetCombMVARcd_defined // to avoid conflicts with the TtSemiLepJetCombMVATrainer
17 #define TtSemiLepJetCombMVARcd_defined
18 MVA_COMPUTER_CONTAINER_DEFINE(TtSemiLepJetCombMVA); // defines TtSemiLepJetCombMVARcd
19 #endif
20 
22 
23  public:
24 
27 
28  private:
29 
30  virtual void beginJob();
31  virtual void produce(edm::Event& evt, const edm::EventSetup& setup);
32  virtual void endJob();
33 
37 
38  int maxNJets_;
39  int maxNComb_;
40 
42 
43 };
44 
45 #endif
edm::EDGetTokenT< edm::View< reco::RecoCandidate > > lepsToken_
#define MVA_COMPUTER_CONTAINER_DEFINE(N)
Definition: HelperMacros.h:43
PhysicsTools::MVAComputerCache mvaComputer
virtual void produce(edm::Event &evt, const edm::EventSetup &setup)
edm::EDGetTokenT< std::vector< pat::MET > > metsToken_
edm::EDGetTokenT< std::vector< pat::Jet > > jetsToken_
TtSemiLepJetCombMVAComputer(const edm::ParameterSet &)
Creates and and MVAComputer from calibrations via EventSetup.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")