7 #include "CoralBase/AttributeListSpecification.h" 
   31   m_mCoolFoldersKeysMap(folderKeysMap)
 
   47     std::map<L1CaloRxLayersContainer::eCoolFolders, std::string>::const_iterator 
it = 
m_mCoolFoldersKeysMap.find(efolder);
 
   51         return std::string(
"");
 
   56     std::vector<std::string> 
v;
 
   71     if(!attrSpecification->size()) 
return NULL;
 
   80     const std::vector<int>& 
names(
p.names());
 
   81     const std::vector<int>& ncells(
p.ncells());
 
   82     const unsigned char nlayers = 
names.size();
 
   83     const unsigned char name1   = (nlayers > 0) ? 
names[0]  : 0;
 
   84     const unsigned char name2   = (nlayers > 1) ? 
names[1]  : 0;
 
   85     const unsigned char name3   = (nlayers > 2) ? 
names[2]  : 0;
 
   86     const unsigned char name4   = (nlayers > 3) ? 
names[3]  : 0;
 
   87     const unsigned char ncells1 = (nlayers > 0) ? ncells[0] : 0;
 
   88     const unsigned char ncells2 = (nlayers > 1) ? ncells[1] : 0;
 
   89     const unsigned char ncells3 = (nlayers > 2) ? ncells[2] : 0;
 
   90     const unsigned char ncells4 = (nlayers > 3) ? ncells[3] : 0;
 
  108     return attrListCollection;
 
  115     std::map<std::string, const CondAttrListCollection*>::const_iterator
 
  118     if(it_map!=condAttrListCollectionMap.end()) {
 
  133         std::vector<int> 
names;
 
  134         std::vector<int> ncells;
 
  156         std::cout << 
"L1CaloRxLayersContainer : Could not find requested CondAttrListCollection " 
  164     else return &(
pos->second);