![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <online_distribution/blob/master/newbasic/packet_gl1p.h>
Inheritance diagram for Packet_gl1p:
Collaboration diagram for Packet_gl1p:Public Member Functions | |
| Packet_gl1p (PACKET_ptr) | |
| ~Packet_gl1p () | |
| virtual int | iValue (const int channel, const char *what) |
| virtual int | iValue (const int channel, const int what) |
| virtual void | dump (OSTREAM &) |
| virtual int | fillIntArray (int destination[], const int length, int *nw, const char *what="") |
Public Member Functions inherited from Packet_w4 | |
| Packet_w4 () | |
| Packet_w4 (PACKET_ptr) | |
| void | dump (OSTREAM &) |
| void | gdump (const int how=EVT_HEXADECIMAL, OSTREAM &=COUT) const |
Public Member Functions inherited from Packet_A | |
| Packet_A (PACKET_ptr packet_ptr) | |
| Packet_A () | |
| ~Packet_A () | |
| int | getLength () const |
| int | getErrorLength () const |
| int | getDebugLength () const |
| get the length of the debug block | |
| int | getIdentifier () const |
| get the packet identifier | |
| int | getPadding () const |
| get the number of padding units in the packet data. | |
| int | getStructure () const |
| get the structure of the packet data; unformatted, hitlist, etc. | |
| int | getHitFormat () const |
| get the hit format; in case of unformatted get the encoding scheme. | |
| int | getDataLength () const |
| get what the name says... | |
| void | identify (OSTREAM &=COUT) const |
| void | fullIdentify (OSTREAM &=COUT) const |
| void | dumpErrorBlock (OSTREAM &=COUT) |
| void | dumpDebugBlock (OSTREAM &=COUT) |
| int | iValue (const int) |
| iValue returns the value of a given channel as an 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) |
| float | rValue (const int) |
| float | rValue (const int, const char *) |
| float | rValue (const int, const int) |
| int | getArraylength (const char *) |
| int | fillFloatArray (float[], const int, int *, const char *what="") |
| fillFloatArray fills an array of floats | |
| int * | getIntArray (int *, const char *what="") |
| 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. | |
| int | getCheckSumStatus () const |
| int | copyMe (int dest[], 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 void * | pValue (const int chan) |
| virtual void * | pValue (const int chan, const char *what) |
| virtual void * | pValue (const int chan, const int iy) |
| 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 |
Protected Member Functions | |
| virtual void | demangle () |
| virtual int * | decode (int *) |
Protected Member Functions inherited from Packet_w4 | |
| int * | decode (int *) |
Protected Member Functions inherited from Packet_A | |
| int | standardIntArray (int[], const int, int *, const char *what="") |
Protected Attributes | |
| GL1P_DATA * | sgl1p |
| int | nGL1Pboards |
Additional Inherited Members | |
Static Protected Member Functions inherited from Packet_A | |
| static void | fix_endianess (long long *x) |
| static void | fix_endianess (double *x) |
| static void | fix_endianess (char *str, const int length) |
This is the packet which deals with data in GL1 format. It inherits from Packet_w4 because the data are 32bit entities.
Definition at line 37 of file packet_gl1p.h.
View newest version in sPHENIX GitHub at line 37 of file packet_gl1p.h
| Packet_gl1p::Packet_gl1p | ( | PACKET_ptr | data | ) |
Definition at line 4 of file packet_gl1p.cc.
View newest version in sPHENIX GitHub at line 4 of file packet_gl1p.cc
References sgl1p.
| Packet_gl1p::~Packet_gl1p | ( | ) |
Definition at line 10 of file packet_gl1p.cc.
View newest version in sPHENIX GitHub at line 10 of file packet_gl1p.cc
References sgl1p.
|
protectedvirtual |
Implements Packet_A.
Definition at line 18 of file packet_gl1p.cc.
View newest version in sPHENIX GitHub at line 18 of file packet_gl1p.cc
References decode_gl1p(), findPacketDataStart(), Packet_A::getDataLength(), k, MAX_OUTLENGTH, p, and Packet_A::packet.
Here is the call graph for this function:
|
protectedvirtual |
Definition at line 230 of file packet_gl1p.cc.
View newest version in sPHENIX GitHub at line 230 of file packet_gl1p.cc
References GL1P_DATA::clock, COUT, GL1P_DATA::ev_number, findPacketDataStart(), Packet_A::getDataLength(), GL1P_DATA::header, GL1P_DATA::modebit, nGL1Pboards, Packet_A::packet, GL1P_DATA::scaler, and sgl1p.
Referenced by dump(), fillIntArray(), and iValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Definition at line 173 of file packet_gl1p.cc.
View newest version in sPHENIX GitHub at line 173 of file packet_gl1p.cc
References COUT, demangle(), findPacketDataStart(), Packet_A::getDataLength(), Packet_A::identify(), k, Acts::UnitConstants::m, GL1P_DATA::modebit, nGL1Pboards, Packet_A::packet, GL1P_DATA::scaler, SETW, and sgl1p.
Here is the call graph for this function:
|
virtual |
function fillIntArray fills destination[4*nGL1Pboards] if what = "CLOCK"
or "SCALER", and destination[nGL1Pboards] if what = "HEADER", "EVNUMBER" or "MODEBIT"
Reimplemented from Packet_A.
Definition at line 120 of file packet_gl1p.cc.
View newest version in sPHENIX GitHub at line 120 of file packet_gl1p.cc
References COUT, demangle(), G4BARRELHCAL::length, nGL1Pboards, and sgl1p.
Here is the call graph for this function:
|
virtual |
with the "what" parameter you can decide which aspect of the data you want to see (for devices which have more than one)
Reimplemented from Packet_A.
Definition at line 78 of file packet_gl1p.cc.
View newest version in sPHENIX GitHub at line 78 of file packet_gl1p.cc
References GL1P_DATA::clock, COUT, demangle(), GL1P_DATA::ev_number, GL1P_DATA::header, GL1P_DATA::modebit, nGL1Pboards, GL1P_DATA::scaler, and sgl1p.
Here is the call graph for this function:
|
virtual |
this supports devices which are inherently organized as two-dimensional data, such as flash ADC's (channel vs time slice)
Reimplemented from Packet_A.
Definition at line 39 of file packet_gl1p.cc.
View newest version in sPHENIX GitHub at line 39 of file packet_gl1p.cc
References GL1P_DATA::clock, COUT, demangle(), GL1P_DATA::ev_number, GL1P_CLOCK, GL1P_EVNUMBER, GL1P_HEADER, GL1P_MODEBIT, GL1P_SCALER, GL1P_DATA::header, GL1P_DATA::modebit, nGL1Pboards, GL1P_DATA::scaler, and sgl1p.
Here is the call graph for this function:
|
protected |
Definition at line 57 of file packet_gl1p.h.
View newest version in sPHENIX GitHub at line 57 of file packet_gl1p.h
Referenced by demangle(), dump(), fillIntArray(), and iValue().
|
protected |
Definition at line 56 of file packet_gl1p.h.
View newest version in sPHENIX GitHub at line 56 of file packet_gl1p.h
Referenced by demangle(), dump(), fillIntArray(), iValue(), Packet_gl1p(), and ~Packet_gl1p().