Go to the documentation of this file.00001 #ifndef PhysicsTools_MVAComputer_Calibration_h
00002 #define PhysicsTools_MVAComputer_Calibration_h
00003
00004 #include "CondFormats/PhysicsToolsObjects/interface/MVAComputer.h"
00005
00006 #include "PhysicsTools/MVAComputer/interface/Variable.h"
00007
00008 namespace PhysicsTools {
00009
00011 class TrainMVAComputerCalibration : public Calibration::MVAComputer {
00012 public:
00013 virtual void initFlags(std::vector<Variable::Flags> &flags) const = 0;
00014 };
00015
00016 }
00017
00018 #endif // PhysicsTools_MVAComputer_Calibration_h