Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:10

0001 #include "CondFormats/EcalObjects/interface/EcalTPGPhysicsConst.h"
0002 
0003 EcalTPGPhysicsConst::EcalTPGPhysicsConst() {}
0004 
0005 EcalTPGPhysicsConst::~EcalTPGPhysicsConst() {}
0006 
0007 void EcalTPGPhysicsConst::setValue(const uint32_t& id, const Item& value) { map_[id] = value; }