CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FullHistoryToReducedHistoryMap.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_FullHistoryToReducedHistoryMap_h
2 #define DataFormats_Provenance_FullHistoryToReducedHistoryMap_h
3 
30 
31 #include <map>
32 
33 namespace edm {
34 
36  public:
37 
39 
42 
43  private:
46 
47  typedef std::map<ProcessHistoryID, ProcessHistoryID> Map;
49  Map::const_iterator previous_;
50  };
51 }
52 #endif
ProcessHistoryID const & reduceProcessHistoryID(ProcessHistoryID const &fullID)
Use to obtain reduced ProcessHistoryID&#39;s from full ProcessHistoryID&#39;s.
FullHistoryToReducedHistoryMap & operator=(FullHistoryToReducedHistoryMap const &)
std::map< ProcessHistoryID, ProcessHistoryID > Map