CMS 3D CMS Logo

ConversionLikelihoodCalculator.h
Go to the documentation of this file.
1 #ifndef ConversionLikelihoodCalculator_h
2 #define ConversionLikelihoodCalculator_h
3 
5 
6 #include "TMVA/Reader.h"
7 #include <memory>
8 
10 public:
12  void setWeightsFile(const char* weightsFile);
13 
16 
17 private:
18  std::unique_ptr<TMVA::Reader> reader_;
24 };
25 
26 #endif
std::unique_ptr< TMVA::Reader > reader_
void setWeightsFile(const char *weightsFile)
double calculateLikelihood(reco::ConversionRef conversion)
void conversion(EventAux const &from, EventAuxiliary &to)
Definition: EventAux.cc:9