ATLAS Offline Software
Public Types | Static Public Member Functions | List of all members
HLTNavDetails::set_link< STORED, CONTAINER, false > Struct Template Reference

#include <Holder.h>

Collaboration diagram for HLTNavDetails::set_link< STORED, CONTAINER, false >:

Public Types

typedef ElementLink< CONTAINER > type
 

Static Public Member Functions

static type do_it (const STORED *el, const CONTAINER *src, HLT::TriggerElement::ObjectIndex idx)
 

Detailed Description

template<class STORED, class CONTAINER>
struct HLTNavDetails::set_link< STORED, CONTAINER, false >

Definition at line 271 of file Holder.h.

Member Typedef Documentation

◆ type

template<class STORED , class CONTAINER >
typedef ElementLink<CONTAINER> HLTNavDetails::set_link< STORED, CONTAINER, false >::type

Definition at line 272 of file Holder.h.

Member Function Documentation

◆ do_it()

template<class STORED , class CONTAINER >
static type HLTNavDetails::set_link< STORED, CONTAINER, false >::do_it ( const STORED *  el,
const CONTAINER *  src,
HLT::TriggerElement::ObjectIndex  idx 
)
inlinestatic

Definition at line 273 of file Holder.h.

273  {
274  (void)el;//not used here
275  type t(*src,idx.objectsBegin());
276  return t;
277  }

The documentation for this struct was generated from the following file:
WriteCellNoiseToCool.src
src
Definition: WriteCellNoiseToCool.py:513
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
plotIsoValidation.el
el
Definition: plotIsoValidation.py:197
LArNewCalib_DelayDump_OFC_Cali.idx
idx
Definition: LArNewCalib_DelayDump_OFC_Cali.py:69