5 #ifndef LARHVPATHOLOGY_H
6 #define LARHVPATHOLOGY_H
8 #include "Identifier/Identifier.h"
23 const std::vector<LArHVPathologiesDb::LArHVElectPathologyDb>&
getPathology()
const {
26 std::map<std::pair<Identifier, unsigned int>, std::vector<unsigned short> >&
getElecMap() {
31 std::vector<LArHVPathologiesDb::LArHVElectPathologyDb>
m_v;
32 std::map<std::pair<Identifier, unsigned int>, std::vector<unsigned short> >
m_electIndMap;
38 for(
unsigned i=0;
i<in->
m_v.size();++
i)
m_v.push_back(in->
m_v[
i]);
45 for(
unsigned i=0;
i<in->
m_v.size();++
i)
m_v.push_back(in->
m_v[
i]);
51 #include "AthenaKernel/CondCont.h"