Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
HLTEDMCreator::HandlesGroup< T > Struct Template Reference
Collaboration diagram for HLTEDMCreator::HandlesGroup< T >:

Public Member Functions

 HandlesGroup (SG::WriteHandleKeyArray< T > &out_, SG::ReadHandleKeyArray< T > &in_, SG::ReadHandleKeyArray< ViewContainer > &views_)
 

Public Attributes

SG::WriteHandleKeyArray< T > & out
 
SG::ReadHandleKeyArray< T > & in
 
SG::ReadHandleKeyArray< ViewContainer > & views
 

Detailed Description

template<typename T>
struct HLTEDMCreator::HandlesGroup< T >

Definition at line 184 of file HLTEDMCreator.h.

Constructor & Destructor Documentation

◆ HandlesGroup()

template<typename T >
HLTEDMCreator::HandlesGroup< T >::HandlesGroup ( SG::WriteHandleKeyArray< T > &  out_,
SG::ReadHandleKeyArray< T > &  in_,
SG::ReadHandleKeyArray< ViewContainer > &  views_ 
)
inline

Definition at line 185 of file HLTEDMCreator.h.

188  : out(out_), in(in_), views(views_) {}

Member Data Documentation

◆ in

template<typename T >
SG::ReadHandleKeyArray<T>& HLTEDMCreator::HandlesGroup< T >::in

Definition at line 191 of file HLTEDMCreator.h.

◆ out

template<typename T >
SG::WriteHandleKeyArray<T>& HLTEDMCreator::HandlesGroup< T >::out

Definition at line 190 of file HLTEDMCreator.h.

◆ views

template<typename T >
SG::ReadHandleKeyArray< ViewContainer >& HLTEDMCreator::HandlesGroup< T >::views

Definition at line 192 of file HLTEDMCreator.h.


The documentation for this struct was generated from the following file:
HLTEDMCreator::HandlesGroup::views
SG::ReadHandleKeyArray< ViewContainer > & views
Definition: HLTEDMCreator.h:192
HLTEDMCreator::HandlesGroup::out
SG::WriteHandleKeyArray< T > & out
Definition: HLTEDMCreator.h:190
HLTEDMCreator::HandlesGroup::in
SG::ReadHandleKeyArray< T > & in
Definition: HLTEDMCreator.h:191