ATLAS Offline Software
Loading...
Searching...
No Matches
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 219 of file HLTEDMCreator.h.

Constructor & Destructor Documentation

◆ ConstHandlesGroup()

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

Definition at line 220 of file HLTEDMCreator.h.

223 : out(out_), in(in_), views(views_) {}
const SG::WriteHandleKeyArray< T > & out
const SG::ReadHandleKeyArray< T > & in
const SG::ReadHandleKeyArray< ViewContainer > & views

Member Data Documentation

◆ in

template<typename T>
const SG::ReadHandleKeyArray<T>& HLTEDMCreator::ConstHandlesGroup< T >::in

Definition at line 226 of file HLTEDMCreator.h.

◆ out

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

Definition at line 225 of file HLTEDMCreator.h.

◆ views

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

Definition at line 227 of file HLTEDMCreator.h.


The documentation for this struct was generated from the following file: