Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef PhysicsTools_MVAComputer_Calibration_h
0002 #define PhysicsTools_MVAComputer_Calibration_h
0003 
0004 #include "CondFormats/PhysicsToolsObjects/interface/MVAComputer.h"
0005 
0006 #include "PhysicsTools/MVAComputer/interface/Variable.h"
0007 
0008 namespace PhysicsTools {
0009 
0010   /// for internal use by MVATrainer
0011   class TrainMVAComputerCalibration : public Calibration::MVAComputer {
0012   public:
0013     virtual void initFlags(std::vector<Variable::Flags> &flags) const = 0;
0014   };
0015 
0016 }  // namespace PhysicsTools
0017 
0018 #endif  // PhysicsTools_MVAComputer_Calibration_h