16 jets_ (cfg.getParameter<edm::InputTag>(
"jets"))
18 produces< double >(
"DiscSel");
30 std::auto_ptr< double > pOutDisc (
new double);
37 setup.get<TtFullHadSignalSelMVARcd>().
get( calibContainer );
38 std::vector<PhysicsTools::Calibration::VarProcessor*> processors
39 = (calibContainer->find(
"ttFullHadSignalSelMVA")).getProcessors();
55 evt.
put(pOutDisc,
"DiscSel");
virtual void produce(edm::Event &evt, const edm::EventSetup &setup)
~TtFullHadSignalSelMVAComputer()
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
double evaluateTtFullHadSignalSel(PhysicsTools::MVAComputerCache &mvaComputer, const TtFullHadSignalSel &sigsel, double weight=1.0, const bool training=false, const bool isSignal=false)
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
TtFullHadSignalSelMVAComputer(const edm::ParameterSet &)
PhysicsTools::MVAComputerCache mvaComputer
#define MVA_COMPUTER_CONTAINER_IMPLEMENT(N)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")