Line Code
1 2 3 4 5 6 7
#include "CondFormats/EcalObjects/interface/EcalTPGLutIdMap.h"

EcalTPGLutIdMap::EcalTPGLutIdMap() {}

EcalTPGLutIdMap::~EcalTPGLutIdMap() {}

void EcalTPGLutIdMap::setValue(const uint32_t& id, const EcalTPGLut& value) { map_[id] = value; }