Readout digi for HGC. More...
#include <HGCDataFrame.h>
Public Types | |
typedef D | key_type |
key to sort the collection More... | |
Public Member Functions | |
HGCDataFrame () | |
CTOR. More... | |
HGCDataFrame (const D &id) | |
const D & | id () const |
det id More... | |
const S & | operator[] (int i) const |
assess/set specific samples More... | |
void | print (std::ostream &out=std::cout) |
void | resize (size_t s) |
allow to set size More... | |
const S & | sample (int i) const |
void | setSample (int i, const S &sample) |
int | size () const |
total number of samples in the digi More... | |
Private Attributes | |
std::vector< S > | data_ |
D | id_ |
size_t | maxSampleSize_ |
Readout digi for HGC.
Definition at line 14 of file HGCDataFrame.h.
typedef D HGCDataFrame< D, S >::key_type |
key to sort the collection
Definition at line 20 of file HGCDataFrame.h.
|
inline |
|
inlineexplicit |
Definition at line 26 of file HGCDataFrame.h.
|
inline |
|
inline |
|
inline |
Definition at line 49 of file HGCDataFrame.h.
|
inline |
allow to set size
Definition at line 41 of file HGCDataFrame.h.
Referenced by Vispa.Gui.TextDialog.TextDialog::__init__(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::__init__(), Vispa.Main.MainWindow.MainWindow::_loadIni(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
|
inline |
Definition at line 47 of file HGCDataFrame.h.
|
inline |
Definition at line 48 of file HGCDataFrame.h.
|
inline |
|
private |
Definition at line 62 of file HGCDataFrame.h.
Referenced by HGCDataFrame< HGCHEDetId, HGCSample >::HGCDataFrame(), HGCDataFrame< HGCHEDetId, HGCSample >::operator[](), HGCDataFrame< HGCHEDetId, HGCSample >::print(), HGCDataFrame< HGCHEDetId, HGCSample >::resize(), HGCDataFrame< HGCHEDetId, HGCSample >::sample(), HGCDataFrame< HGCHEDetId, HGCSample >::setSample(), and HGCDataFrame< HGCHEDetId, HGCSample >::size().
|
private |
Definition at line 65 of file HGCDataFrame.h.
Referenced by HGCDataFrame< HGCHEDetId, HGCSample >::id().
|
private |
Definition at line 68 of file HGCDataFrame.h.
Referenced by HGCDataFrame< HGCHEDetId, HGCSample >::HGCDataFrame().