Readout digi for HGC. More...
#include <HGCDataFrame.h>
Public Types | |
typedef D | key_type |
key to sort the collection More... | |
Public Member Functions | |
const std::vector< S > & | data () const |
HGCDataFrame () | |
CTOR. More... | |
HGCDataFrame (const D &id) | |
HGCDataFrame (const HGCDataFrame &o) | |
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 | setData (const std::vector< S > &d) |
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 |
|
inline |
Definition at line 26 of file HGCDataFrame.h.
|
inline |
Definition at line 27 of file HGCDataFrame.h.
|
inline |
Definition at line 58 of file HGCDataFrame.h.
|
inline |
|
inline |
|
inline |
Definition at line 50 of file HGCDataFrame.h.
|
inline |
allow to set size
Definition at line 42 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 48 of file HGCDataFrame.h.
|
inline |
Definition at line 59 of file HGCDataFrame.h.
|
inline |
Definition at line 49 of file HGCDataFrame.h.
|
inline |
total number of samples in the digi
Definition at line 37 of file HGCDataFrame.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 65 of file HGCDataFrame.h.
Referenced by HGCDataFrame< HcalDetId, HGCSample >::data(), HGCDataFrame< HcalDetId, HGCSample >::HGCDataFrame(), HGCDataFrame< HcalDetId, HGCSample >::operator[](), HGCDataFrame< HcalDetId, HGCSample >::print(), HGCDataFrame< HcalDetId, HGCSample >::resize(), HGCDataFrame< HcalDetId, HGCSample >::sample(), HGCDataFrame< HcalDetId, HGCSample >::setData(), HGCDataFrame< HcalDetId, HGCSample >::setSample(), and HGCDataFrame< HcalDetId, HGCSample >::size().
|
private |
Definition at line 68 of file HGCDataFrame.h.
Referenced by HGCDataFrame< HcalDetId, HGCSample >::id().
|
private |
Definition at line 71 of file HGCDataFrame.h.
Referenced by HGCDataFrame< HcalDetId, HGCSample >::HGCDataFrame().