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

#include <Holder.h>

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

Public Types

typedef DataLink< 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, true >

Definition at line 261 of file Holder.h.

Member Typedef Documentation

◆ type

template<class STORED , class CONTAINER >
typedef DataLink<CONTAINER> HLTNavDetails::set_link< STORED, CONTAINER, true >::type

Definition at line 262 of file Holder.h.

Member Function Documentation

◆ do_it()

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

Definition at line 263 of file Holder.h.

263  {
264  (void)src;(void)idx; //not used here
265  type t(el);
266  return t;
267  }

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