CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NavigationSchoolESProducer.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkNavigation_NavigationSchoolESProducer_h
2 #define RecoTracker_TkNavigation_NavigationSchoolESProducer_h
3 
4 #include <memory>
5 #include "boost/shared_ptr.hpp"
6 
7 // user include files
10 
12 
15 
16 //
17 // class decleration
18 //
19 
21 public:
24 
25  typedef boost::shared_ptr<NavigationSchool> ReturnType;
26 
28  protected:
29  // ----------member data ---------------------------
32  boost::shared_ptr<NavigationSchool> theNavigationSchool ;
33 };
34 
35 #endif
virtual ReturnType produce(const NavigationSchoolRecord &)
boost::shared_ptr< NavigationSchool > ReturnType
boost::shared_ptr< NavigationSchool > theNavigationSchool
NavigationSchoolESProducer(const edm::ParameterSet &)