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
LArRawChannelContainer Class Reference

Container for LArRawChannel (IDC using LArRawChannelCollection) More...

#include <LArRawChannelContainer.h>

Inheritance diagram for LArRawChannelContainer:
Collaboration diagram for LArRawChannelContainer:

Public Member Functions

 LArRawChannelContainer ()
 constructor More...
 
virtual ~LArRawChannelContainer ()
 destructor More...
 
void add (const LArRawChannel &rc)
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

Container for LArRawChannel (IDC using LArRawChannelCollection)

The LArRawChannel collections are sorted by FEBs

Author
Kin Yip
Hong Ma
Walter Lampl

Modification Feb 2008: use plain std::vector, no sub-structure any more

Definition at line 25 of file LArRawChannelContainer.h.

Constructor & Destructor Documentation

◆ LArRawChannelContainer()

LArRawChannelContainer::LArRawChannelContainer ( )
inline

constructor

Definition at line 30 of file LArRawChannelContainer.h.

30 {} ;

◆ ~LArRawChannelContainer()

virtual LArRawChannelContainer::~LArRawChannelContainer ( )
inlinevirtual

destructor

Definition at line 33 of file LArRawChannelContainer.h.

33 { };

Member Function Documentation

◆ add()

void LArRawChannelContainer::add ( const LArRawChannel rc)
inline

Definition at line 35 of file LArRawChannelContainer.h.

36  {this->push_back(rc);}

Member Data Documentation

◆ elements

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

STL member.


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