ATLAS Offline Software
Variables
CoralCrestManager.cxx File Reference
#include "CoralCrestManager.h"
#include "CrestApi/CrestApi.h"
#include "CrestApi/CrestApiFs.h"
#include "CoralBase/AttributeList.h"
#include "CoralBase/Attribute.h"
#include "CoolKernel/StorageType.h"
#include "CoolKernel/RecordSpecification.h"
#include "CoolKernel/Record.h"
#include "IOVDbJsonStringFunctions.h"
#include "CxxUtils/base64.h"
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SystemOfUnits.h"

Go to the source code of this file.

Variables

const std::map< std::string, cool::StorageType::TypeId > typeCorrespondance
 

Variable Documentation

◆ typeCorrespondance

const std::map<std::string, cool::StorageType::TypeId> typeCorrespondance
Initial value:
={
{"Bool", cool::StorageType::Bool},
{"UChar",cool::StorageType::UChar},
{"Int16", cool::StorageType::Int16},
{"UInt16", cool::StorageType::UInt16},
{"Int32", cool::StorageType::Int32},
{"UInt32", cool::StorageType::UInt32},
{"UInt63",cool::StorageType::UInt63},
{"Int64", cool::StorageType::Int64},
{"Float", cool::StorageType::Float},
{"Double", cool::StorageType::Double},
{"String255", cool::StorageType::String255},
{"String4k", cool::StorageType::String4k},
{"String64k", cool::StorageType::String64k},
{"String16M", cool::StorageType::String16M},
{"String128M", cool::StorageType::String128M},
{"Blob64k", cool::StorageType::Blob64k},
{"Blob16M", cool::StorageType::Blob16M},
{"Blob128M", cool::StorageType::Blob128M}
}

Definition at line 24 of file CoralCrestManager.cxx.