CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DataFormats/Common/interface/MergeableCounter.h

Go to the documentation of this file.
00001 #ifndef Common_MergeableCounter_h
00002 #define Common_MergeableCounter_h
00003 
00004 namespace edm {
00005 
00006   struct MergeableCounter {
00007     ~MergeableCounter() {}
00008     bool mergeProduct(MergeableCounter const & newThing);
00009     int value;
00010   };
00011 
00012 }
00013 
00014 #endif