00001 #ifndef CondFormatsRPCObjectsFebLocationSpec_H 00002 #define CondFormatsRPCObjectsFebLocationSpec_H 00003 00004 #include <string> 00005 00010 struct FebLocationSpec { 00011 00012 char cmsEtaPartition; 00013 char positionInCmsEtaPartition; 00014 char localEtaPartition; 00015 char positionInLocalEtaPartition; 00016 00018 std::string localEtaPartitionName() const; 00019 std::string print(int depth = 0) const; 00020 }; 00021 #endif