CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrintVIDToString.h
Go to the documentation of this file.
1 #ifndef __PhysicsTools_SelectorUtils_PrintVIDToString_h__
2 #define __PhysicsTools_SelectorUtils_PrintVIDToString_h__
3 
6 
7 #include <sstream>
8 #include <string>
9 
10 template<typename T>
13  std::stringstream out;
14  select.print(out);
15  return out.str();
16  }
17 };
18 
19 #endif
tuple out
Definition: dbtoconf.py:99
cut-flow versioning info in the event provenance
std::string operator()(const VersionedSelector< edm::Ptr< T > > &select)