00001 #ifndef CondFormats_ESObjects_ESWeightStripGroups_H 00002 #define CondFormats_ESObjects_ESWeightStripGroups_H 00003 00009 #include "CondFormats/ESObjects/interface/ESCondObjectContainer.h" 00010 #include "CondFormats/ESObjects/interface/ESStripGroupId.h" 00011 00012 typedef ESCondObjectContainer<ESStripGroupId> ESWeightStripGroups; 00013 typedef ESWeightStripGroups ESStripGroupsMap; 00014 00015 #endif