ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArHitFloatContainer Class Reference

Container for LArHitFloat. More...

#include <LArHitFloatContainer.h>

Inheritance diagram for LArHitFloatContainer:
Collaboration diagram for LArHitFloatContainer:

Public Member Functions

 LArHitFloatContainer ()
 constructor More...
 
virtual ~LArHitFloatContainer ()
 desctructor More...
 
void add (const LArHitFloat &hit)
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

Container for LArHitFloat.

Definition at line 17 of file LArHitFloatContainer.h.

Constructor & Destructor Documentation

◆ LArHitFloatContainer()

LArHitFloatContainer::LArHitFloatContainer ( )
inline

constructor

Definition at line 22 of file LArHitFloatContainer.h.

22 {};

◆ ~LArHitFloatContainer()

virtual LArHitFloatContainer::~LArHitFloatContainer ( )
inlinevirtual

desctructor

Definition at line 25 of file LArHitFloatContainer.h.

25 {};

Member Function Documentation

◆ add()

void LArHitFloatContainer::add ( const LArHitFloat hit)
inline

Definition at line 27 of file LArHitFloatContainer.h.

28  {this->push_back(hit);}

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


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