CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BeamSpotObjects_toXML.cc
Go to the documentation of this file.
1 
2 
5 
6 namespace { // Avoid cluttering the global namespace.
7 
8  // converter methods
9  std::string BeamSpotObjects2xml( std::string const &payloadData, std::string const &payloadType ) {
10  return cond::convertToXML<BeamSpotObjects> (payloadData, payloadType);
11  }
12 
13 } // end namespace
14 
15 
16 BOOST_PYTHON_MODULE( pluginBeamSpotObjects_toXML )
17 {
18  using namespace boost::python;
19  def ("BeamSpotObjects2xml" , &BeamSpotObjects2xml);
20 
21 }
BOOST_PYTHON_MODULE(pluginBeamSpot_PayloadInspector)
JetCorrectorParameters::Definitions def
Definition: classes.h:6