ATLAS Offline Software
Loading...
Searching...
No Matches
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
virtual ~LArRawChannelContainer ()
 destructor
void add (const LArRawChannel &rc)

Public Attributes

elements
 STL member.

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);}
static Double_t rc

Member Data Documentation

◆ elements

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

STL member.


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