CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MVAComputerESSourceBase.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_MVAComputer_MVAComputerESSourceBase_h
2 #define PhysicsTools_MVAComputer_MVAComputerESSourceBase_h
3 
4 #include <string>
5 #include <map>
6 
7 #include <boost/shared_ptr.hpp>
8 
11 
14 
15 namespace PhysicsTools {
16 
18  public:
19  typedef boost::shared_ptr<Calibration::MVAComputerContainer> ReturnType;
20 
22  virtual ~MVAComputerESSourceBase();
23 
24  protected:
25  ReturnType produce() const;
26 
27  typedef std::map<std::string, std::string> LabelFileMap;
28 
30 };
31 
32 } // namespace PhysicsTools
33 
34 #endif // PhysicsTools_MVAComputer_MVAComputerESSourceBase_h
MVAComputerESSourceBase(const edm::ParameterSet &params)
boost::shared_ptr< Calibration::MVAComputerContainer > ReturnType
std::map< std::string, std::string > LabelFileMap