|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/vararray/VariableArray.h>
Inheritance diagram for VariableArray:
Collaboration diagram for VariableArray:Public Member Functions | |
| VariableArray (const unsigned int idval=0) | |
| virtual | ~VariableArray () |
| void | identify (std::ostream &os=std::cout) const |
| void | set_val (const std::vector< short > &vec) |
| const short int * | get_array () const |
| unsigned int | get_array_size () const |
| int | Id () const |
| void | Reset () |
| Clear Event. More... | |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor More... | |
| virtual | ~PHObject () |
| dtor More... | |
| virtual PHObject * | clone () const |
| Virtual copy constructor. More... | |
| virtual int | isValid () const |
| isValid returns non zero if object contains vailid data More... | |
| virtual int | isValid (const float) const |
| virtual int | isValid (const double) const |
| virtual int | isValid (const int) const |
| virtual int | isValid (const unsigned int) const |
| virtual int | isImplemented (const float f) const |
| virtual int | isImplemented (const double f) const |
| virtual int | isImplemented (const int i) const |
| virtual int | isImplemented (const unsigned int i) const |
| void | SplitLevel (const int i) |
| int | SplitLevel () const |
| void | BufferSize (const int i) |
| int | BufferSize () const |
Protected Attributes | |
| int | id |
| unsigned int | nVal |
| short * | sval |
Definition at line 7 of file VariableArray.h.
| VariableArray::VariableArray | ( | const unsigned int | idval = 0 | ) |
Definition at line 7 of file VariableArray.cc.
|
virtual |
Definition at line 15 of file VariableArray.cc.
|
inline |
Definition at line 17 of file VariableArray.h.
References sval.
Referenced by PHG4InEventReadBack::process_event().
Here is the caller graph for this function:
|
inline |
Definition at line 18 of file VariableArray.h.
References nVal.
Referenced by PHG4InEventReadBack::process_event().
Here is the caller graph for this function:
|
inline |
Definition at line 19 of file VariableArray.h.
References id.
|
virtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Definition at line 22 of file VariableArray.cc.
|
virtual |
| void VariableArray::set_val | ( | const std::vector< short > & | vec | ) |
Definition at line 33 of file VariableArray.cc.
Referenced by PHG4InEventCompress::process_event().
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file VariableArray.h.
Referenced by Id().
|
protected |
Definition at line 24 of file VariableArray.h.
Referenced by get_array_size().
|
protected |
Definition at line 25 of file VariableArray.h.
Referenced by get_array().