ATLAS Offline Software
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 231 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 232 of file HLTEDMCreator.h.

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

Member Data Documentation

◆ in

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

Definition at line 238 of file HLTEDMCreator.h.

◆ out

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

Definition at line 237 of file HLTEDMCreator.h.

◆ views

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

Definition at line 239 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:239
HLTEDMCreator::HandlesGroup::out
SG::WriteHandleKeyArray< T > & out
Definition: HLTEDMCreator.h:237
HLTEDMCreator::HandlesGroup::in
SG::ReadHandleKeyArray< T > & in
Definition: HLTEDMCreator.h:238