ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
HLTEDMCreator::ConstHandlesGroup< T > Struct Template Reference
Collaboration diagram for HLTEDMCreator::ConstHandlesGroup< T >:

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 262 of file HLTEDMCreator.h.

Constructor & Destructor Documentation

◆ ConstHandlesGroup()

Definition at line 263 of file HLTEDMCreator.h.

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

Member Data Documentation

◆ in

Definition at line 269 of file HLTEDMCreator.h.

◆ out

template<typename T >
const SG::WriteHandleKeyArray<T>& HLTEDMCreator::ConstHandlesGroup< T >::out

Definition at line 268 of file HLTEDMCreator.h.

◆ views

Definition at line 270 of file HLTEDMCreator.h.


The documentation for this struct was generated from the following file:
HLTEDMCreator::ConstHandlesGroup::views
const SG::ReadHandleKeyArray< ViewContainer > & views
Definition: HLTEDMCreator.h:270
HLTEDMCreator::ConstHandlesGroup::out
const SG::WriteHandleKeyArray< T > & out
Definition: HLTEDMCreator.h:268
HLTEDMCreator::ConstHandlesGroup::in
const SG::ReadHandleKeyArray< T > & in
Definition: HLTEDMCreator.h:269