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

EcalTPGWeightIdMap::EcalTPGWeightIdMap() {}

EcalTPGWeightIdMap::~EcalTPGWeightIdMap() {}

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