Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:30

0001 #ifndef CondFormatsRPCObjectsDBSpecToDetUnit_H
0002 #define CondFormatsRPCObjectsDBSpecToDetUnit_H
0003 
0004 #include "DataFormats/DetId/interface/DetId.h"
0005 struct ChamberLocationSpec;
0006 struct FebLocationSpec;
0007 
0008 class DBSpecToDetUnit {
0009 public:
0010   uint32_t operator()(const ChamberLocationSpec& location, const FebLocationSpec& feb);
0011 };
0012 #endif