Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:47

0001 #ifndef __PhysicsTools_PatAlgos_SoftMuonMvaRun3Estimator__
0002 #define __PhysicsTools_PatAlgos_SoftMuonMvaRun3Estimator__
0003 
0004 #include <memory>
0005 #include <string>
0006 
0007 namespace pat {
0008   class XGBooster;
0009   class Muon;
0010 
0011   float computeSoftMvaRun3(XGBooster& booster, const Muon& muon);
0012 }  // namespace pat
0013 #endif