EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VariableArray Class Reference

#include <fun4all_coresoftware/blob/master/offline/packages/vararray/VariableArray.h>

+ Inheritance diagram for VariableArray:
+ Collaboration diagram for VariableArray:

Public Member Functions

 VariableArray (const unsigned int idval=0)
 
 ~VariableArray () override
 
void identify (std::ostream &os=std::cout) const override
 
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 () override
 Clear Event.
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual int isValid () const
 isValid returns non zero if object contains vailid data
 
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
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Protected Attributes

int id
 
unsigned int nVal
 
short * sval
 

Detailed Description

Definition at line 9 of file VariableArray.h.

View newest version in sPHENIX GitHub at line 9 of file VariableArray.h

Constructor & Destructor Documentation

VariableArray::VariableArray ( const unsigned int  idval = 0)

Definition at line 7 of file VariableArray.cc.

View newest version in sPHENIX GitHub at line 7 of file VariableArray.cc

VariableArray::~VariableArray ( )
override

Definition at line 15 of file VariableArray.cc.

View newest version in sPHENIX GitHub at line 15 of file VariableArray.cc

References Reset().

+ Here is the call graph for this function:

Member Function Documentation

const short int* VariableArray::get_array ( ) const
inline

Definition at line 19 of file VariableArray.h.

View newest version in sPHENIX GitHub at line 19 of file VariableArray.h

References sval.

Referenced by PHG4InEventReadBack::process_event(), and DumpVariableArray::process_Node().

+ Here is the caller graph for this function:

unsigned int VariableArray::get_array_size ( ) const
inline

Definition at line 20 of file VariableArray.h.

View newest version in sPHENIX GitHub at line 20 of file VariableArray.h

References nVal.

Referenced by PHG4InEventReadBack::process_event(), and DumpVariableArray::process_Node().

+ Here is the caller graph for this function:

int VariableArray::Id ( ) const
inline

Definition at line 21 of file VariableArray.h.

View newest version in sPHENIX GitHub at line 21 of file VariableArray.h

References id.

Referenced by DumpVariableArray::process_Node().

+ Here is the caller graph for this function:

void VariableArray::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Definition at line 21 of file VariableArray.cc.

View newest version in sPHENIX GitHub at line 21 of file VariableArray.cc

References nVal, and sval.

void VariableArray::Reset ( )
overridevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 44 of file VariableArray.cc.

View newest version in sPHENIX GitHub at line 44 of file VariableArray.cc

References nVal, and sval.

Referenced by ~VariableArray().

+ Here is the caller graph for this function:

void VariableArray::set_val ( const std::vector< short > &  vec)

Definition at line 31 of file VariableArray.cc.

View newest version in sPHENIX GitHub at line 31 of file VariableArray.cc

References nVal, and sval.

Referenced by PHG4InEventCompress::process_event().

+ Here is the caller graph for this function:

Member Data Documentation

int VariableArray::id
protected

Definition at line 25 of file VariableArray.h.

View newest version in sPHENIX GitHub at line 25 of file VariableArray.h

Referenced by Id().

unsigned int VariableArray::nVal
protected

Definition at line 26 of file VariableArray.h.

View newest version in sPHENIX GitHub at line 26 of file VariableArray.h

Referenced by get_array_size(), identify(), Reset(), and set_val().

short* VariableArray::sval
protected

Definition at line 27 of file VariableArray.h.

View newest version in sPHENIX GitHub at line 27 of file VariableArray.h

Referenced by get_array(), identify(), Reset(), and set_val().


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