CMS 3D CMS Logo

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
select
when omitted electron plots will be filled w/o cut on electronId electronId = cms.PSet( src = cms.InputTag("mvaTrigV0"), cutValue = cms.double(0.5) ), when omitted electron plots will be filled w/o additional pre- selection of the electron candidates
cut-flow versioning info in the event provenance
std::string operator()(const VersionedSelector< edm::Ptr< T > > &select)