|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    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" 
  
const std::vector< LArHVPathologiesDb::LArHVElectPathologyDb > & getPathology() const
std::map< std::pair< Identifier, unsigned int >, std::vector< unsigned short > > m_electIndMap
std::map< std::pair< Identifier, unsigned int >, std::vector< unsigned short > > & getElecMap()
virtual ~LArHVPathology()
std::vector< LArHVElectPathologyDb > m_v
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::vector< LArHVPathologiesDb::LArHVElectPathologyDb > m_v
macros to associate a CLID to a type