CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CondFormats/RPCObjects/interface/DBSpecToDetUnit.h

Go to the documentation of this file.
00001 #ifndef CondFormatsRPCObjectsDBSpecToDetUnit_H
00002 #define CondFormatsRPCObjectsDBSpecToDetUnit_H
00003 
00004 #include "DataFormats/DetId/interface/DetId.h"
00005 class ChamberLocationSpec;
00006 class FebLocationSpec;
00007 
00008 class DBSpecToDetUnit {
00009 public:
00010   uint32_t operator()(const ChamberLocationSpec & location, const FebLocationSpec & feb);
00011 };
00012 #endif