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::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 215 of file HLTEDMCreator.h.

Constructor & Destructor Documentation

◆ ConstHandlesGroup()

Definition at line 216 of file HLTEDMCreator.h.

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

Member Data Documentation

◆ in

Definition at line 222 of file HLTEDMCreator.h.

◆ out

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

Definition at line 221 of file HLTEDMCreator.h.

◆ views

Definition at line 223 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:223
HLTEDMCreator::ConstHandlesGroup::out
const SG::WriteHandleKeyArray< T > & out
Definition: HLTEDMCreator.h:221
HLTEDMCreator::ConstHandlesGroup::in
const SG::ReadHandleKeyArray< T > & in
Definition: HLTEDMCreator.h:222