CMS 3D CMS Logo

TtFullHadSignalSelMVAComputer.h
Go to the documentation of this file.
1 #ifndef TtFullHadSignalSelMVAComputer_h
2 #define TtFullHadSignalSelMVAComputer_h
3 
6 
9 
12 
13 #ifndef TtFullHadSignalSelMVARcd_defined // to avoid conflicts with the TopFullHadLepSignalSelMVATrainer
14 #define TtFullHadSignalSelMVARcd_defined
15 MVA_COMPUTER_CONTAINER_DEFINE(TtFullHadSignalSelMVA); // defines TopFullHadLepSignalSelMVARcd
16 #endif
17 
19 public:
22 
23 private:
24  void beginJob() override;
25  void produce(edm::Event& evt, const edm::EventSetup& setup) override;
26  void endJob() override;
27 
29 
31 
32  double DiscSel;
33 };
34 
35 #endif
TtFullHadSignalSelMVAComputer(const edm::ParameterSet &)
edm::EDGetTokenT< std::vector< pat::Jet > > jetsToken_
#define MVA_COMPUTER_CONTAINER_DEFINE(N)
Definition: HelperMacros.h:51
PhysicsTools::MVAComputerCache mvaComputer
Creates and and MVAComputer from calibrations via EventSetup.
void produce(edm::Event &evt, const edm::EventSetup &setup) override