ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::IDC_Helper Namespace Reference

Functions

template<class IDC, class IDHELPER>
static IDC::IDENTIFIABLE *getCollection ATLAS_NOT_THREAD_SAFE (const Identifier collId, IDC *idc, const IDHELPER &idHelper, MsgStream &log)
template<class IDC, class IDHELPER>
IDC::IDENTIFIABLE *getCollection ATLAS_NOT_THREAD_SAFE (const Identifier collId, IDC *idc, const IDHELPER *idHelper, MsgStream &log)
template<class IDC, class IDHELPER>
IDC::IDENTIFIABLE * addCollection (const Identifier collId, IDC *idc, const IDHELPER &idHelper, MsgStream &log)

Function Documentation

◆ addCollection()

template<class IDC, class IDHELPER>
IDC::IDENTIFIABLE * Muon::IDC_Helper::addCollection ( const Identifier collId,
IDC * idc,
const IDHELPER & idHelper,
MsgStream & log )

◆ ATLAS_NOT_THREAD_SAFE() [1/2]

template<class IDC, class IDHELPER>
IDC::IDENTIFIABLE *getCollection Muon::IDC_Helper::ATLAS_NOT_THREAD_SAFE ( const Identifier collId,
IDC * idc,
const IDHELPER & idHelper,
MsgStream & log )
static

◆ ATLAS_NOT_THREAD_SAFE() [2/2]

template<class IDC, class IDHELPER>
IDC::IDENTIFIABLE *getCollection Muon::IDC_Helper::ATLAS_NOT_THREAD_SAFE ( const Identifier collId,
IDC * idc,
const IDHELPER * idHelper,
MsgStream & log )

Definition at line 32 of file IDC_Helper.h.

36{
37 return getCollection<IDC, IDHELPER>(collId, idc, *idHelper, log);
38}