Analysis Software
Documentation for sPHENIX simulation software
|
#include <online_distribution/blob/master/newbasic/oncsSub_idsis3300r.h>
Public Member Functions | |
oncsSub_idsis3300r (subevtdata_ptr) | |
int | iValue (const int, const int) |
Public Member Functions inherited from oncsSub_idsis3300 | |
oncsSub_idsis3300 (subevtdata_ptr) | |
int | iValue (const int, const char *) |
void | dump (OSTREAM &os=COUT) |
Public Member Functions inherited from oncsSubevent_w4 | |
oncsSubevent_w4 (subevtdata_ptr) | |
virtual void | gdump (const int how=EVT_HEXADECIMAL, OSTREAM &os=COUT) const |
Public Member Functions inherited from oncsSubevent | |
oncsSubevent (subevtdata_ptr data) | |
virtual | ~oncsSubevent () |
virtual int | getLength () const |
virtual int | getIdentifier () const |
get the packet identifier | |
virtual int | getHitFormat () const |
get the hit format; in case of unformatted get the encoding scheme. | |
virtual int | getPadding () const |
get the number of padding units in the packet data. | |
virtual int | getDataLength () const |
get what the name says... | |
virtual int | getStructure () const |
get the structure of the packet data; unformatted, hitlist, etc. | |
virtual int | getDebugLength () const |
get the length of the debug block | |
virtual int | getErrorLength () const |
virtual void | identify (OSTREAM &=COUT) const |
virtual int | setIdentifier (const int newid) |
set a new packet identifier | |
int | iValue (const int) |
iValue returns the value of a given channel as an int. | |
int | iValue (const int, const char *) |
int | iValue (const int, const int) |
int | iValue (const int, const int, const char *) |
int | iValue (const int channel, const int iy, const int iz) |
int | iValue (const int channel, const int iy, const int iz, const char *what) |
virtual float | rValue (const int) |
virtual float | rValue (const int, const char *) |
virtual float | rValue (const int, const int) |
virtual int | getArraylength (const char *) |
virtual int | fillIntArray (int[], const int, int *, const char *what="") |
virtual int | fillFloatArray (float[], const int, int *, const char *what="") |
fillFloatArray fills an array of floats | |
virtual int * | getIntArray (int *, const char *what="") |
virtual float * | getFloatArray (int *, const char *what="") |
getFloatArray creates and returns an array of floats | |
virtual int | is_pointer_type () const |
find out what type (pointer- or data based) packet object we have | |
virtual int | convert () |
convert from pointer- to data based object, if it is already data-based, do nothing. | |
virtual int | copyMe (int[], const int maxlength) const |
int | setInternalParameter (const int p1=0, const int p2=0, const char *what="") |
Public Member Functions inherited from Packet | |
virtual | ~Packet () |
the virtual destructor | |
virtual double | dValue (const int channel) |
virtual double | dValue (const int channel, const char *what) |
virtual double | dValue (const int channel, const int iy) |
virtual long long | lValue (const int channel) |
virtual long long | lValue (const int channel, const char *what) |
virtual long long | lValue (const int channel, const int iy) |
virtual long long | lValue (const int channel, const int iy, const char *what) |
virtual void * | pValue (const int) |
virtual void * | pValue (const int, const char *) |
virtual void * | pValue (const int, const int) |
virtual void | identify (std::ostream &os=std::cout) const =0 |
see below for comments | |
virtual void | fullIdentify (std::ostream &os=std::cout) const |
write an indepth identification message to the supplied OSTREAM. | |
virtual void | dump (std::ostream &os=std::cout)=0 |
virtual void | gdump (const int how=EVT_HEXADECIMAL, std::ostream &os=std::cout) const =0 |
virtual int | getCheckSumStatus () const |
Protected Member Functions | |
int * | decode (int *) |
Protected Attributes | |
int | decoded |
std::vector< int > | v [8] |
Protected Attributes inherited from oncsSub_idsis3300 | |
int | samples |
int | wraparound |
Definition at line 9 of file oncsSub_idsis3300r.h.
View newest version in sPHENIX GitHub at line 9 of file oncsSub_idsis3300r.h
oncsSub_idsis3300r::oncsSub_idsis3300r | ( | subevtdata_ptr | data | ) |
Definition at line 3 of file oncsSub_idsis3300r.cc.
View newest version in sPHENIX GitHub at line 3 of file oncsSub_idsis3300r.cc
References decoded, and oncsSub_idsis3300::samples.
|
protectedvirtual |
Reimplemented from oncsSub_idsis3300.
Definition at line 11 of file oncsSub_idsis3300r.cc.
View newest version in sPHENIX GitHub at line 11 of file oncsSub_idsis3300r.cc
References Acts::PhysicalConstants::c, subevt_data::data, decoded, i, oncsSub_idsis3300::samples, oncsSubevent::SubeventHdr, v, and oncsSub_idsis3300::wraparound.
Referenced by iValue().
|
virtual |
this supports devices which are inherently organized as two-dimensional data, such as flash ADC's (channel vs time slice)
Reimplemented from oncsSub_idsis3300.
Definition at line 41 of file oncsSub_idsis3300r.cc.
View newest version in sPHENIX GitHub at line 41 of file oncsSub_idsis3300r.cc
References oncsSubevent::data1_length, decode(), decoded, oncsSubevent::decoded_data1, physmon_simulation::s, oncsSub_idsis3300::samples, and v.
|
protected |
Definition at line 24 of file oncsSub_idsis3300r.h.
View newest version in sPHENIX GitHub at line 24 of file oncsSub_idsis3300r.h
Referenced by decode(), iValue(), and oncsSub_idsis3300r().
|
protected |
Definition at line 25 of file oncsSub_idsis3300r.h.
View newest version in sPHENIX GitHub at line 25 of file oncsSub_idsis3300r.h