CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/ESObjects/interface/ESWeightStripGroups.h

Go to the documentation of this file.
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