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

#include <online_distribution/blob/master/newbasic/packet_hbd_fpgashort.h>

+ Inheritance diagram for Packet_hbd_fpgashort:
+ Collaboration diagram for Packet_hbd_fpgashort:

Public Member Functions

 Packet_hbd_fpgashort (PACKET_ptr)
 
virtual int iValue (const int channel, const char *what)
 
virtual int iValue (const int channel, const int y)
 
virtual void dump (OSTREAM &)
 
int setInternalParameter (const int ns, const int x, 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 fillIntArray (int[], const int, int *, const char *what="")
 
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
 
- 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

int setNumSamples (const int ns)
 
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

int nr_modules
 
int HBD_NSAMPLES
 
int hbd_parity
 

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)
 

Detailed Description

This is the packet which deals with data in hbd_fpgashort format. It inherits from Packet_w4 because the data are 32bit entities.

Definition at line 13 of file packet_hbd_fpgashort.h.

View newest version in sPHENIX GitHub at line 13 of file packet_hbd_fpgashort.h

Constructor & Destructor Documentation

Packet_hbd_fpgashort::Packet_hbd_fpgashort ( PACKET_ptr  data)

Definition at line 7 of file packet_hbd_fpgashort.cc.

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

References HBD_NSAMPLES, hbd_parity, and nr_modules.

Member Function Documentation

int * Packet_hbd_fpgashort::decode ( int *  nwout)
protectedvirtual

Implements Packet_A.

Definition at line 15 of file packet_hbd_fpgashort.cc.

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

References Packet_A::decoded_data2, Packet_A::decoded_data3, Packet_A::decoded_data4, findPacketDataStart(), Packet_A::getDataLength(), HBD_MAX_MODULES, HBD_NSAMPLES, hbd_parity, k, nr_modules, Packet_A::packet, and pos().

Referenced by iValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Packet_hbd_fpgashort::dump ( OSTREAM os)
virtual

Definition at line 246 of file packet_hbd_fpgashort.cc.

View newest version in sPHENIX GitHub at line 246 of file packet_hbd_fpgashort.cc

References Packet_A::dumpDebugBlock(), Packet_A::dumpErrorBlock(), HBD_NSAMPLES, Packet_A::identify(), iValue(), and SETW.

+ Here is the call graph for this function:

int Packet_hbd_fpgashort::iValue ( const int  channel,
const char *  what 
)
virtual
 with the "what" parameter you can decide which aspect of

the data is made available. This class is one of those which have several different "kinds" of data; we use this to bring up the AMU cell information and all the misc. items in the FEM headers and trailers.

Reimplemented from Packet_A.

Definition at line 165 of file packet_hbd_fpgashort.cc.

View newest version in sPHENIX GitHub at line 165 of file packet_hbd_fpgashort.cc

References Packet_A::data1_length, decode(), Packet_A::decoded_data1, Packet_A::decoded_data2, Packet_A::decoded_data3, Packet_A::decoded_data4, HBD_MAX_MODULES, HBD_NSAMPLES, hbd_parity, and nr_modules.

Referenced by dump(), and iValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int Packet_hbd_fpgashort::iValue ( const int  channel,
const int  iy 
)
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 143 of file packet_hbd_fpgashort.cc.

View newest version in sPHENIX GitHub at line 143 of file packet_hbd_fpgashort.cc

References Packet_A::data1_length, decode(), Packet_A::decoded_data1, HBD_NSAMPLES, iValue(), and nr_modules.

+ Here is the call graph for this function:

int Packet_hbd_fpgashort::setInternalParameter ( const int  ns,
const int  x,
const char *  what = "" 
)
inlinevirtual

Reimplemented from Packet_A.

Definition at line 37 of file packet_hbd_fpgashort.h.

View newest version in sPHENIX GitHub at line 37 of file packet_hbd_fpgashort.h

int Packet_hbd_fpgashort::setNumSamples ( const int  ns)
inlineprotected

Definition at line 41 of file packet_hbd_fpgashort.h.

View newest version in sPHENIX GitHub at line 41 of file packet_hbd_fpgashort.h

References Acts::UnitConstants::ns.

Member Data Documentation

int Packet_hbd_fpgashort::HBD_NSAMPLES
protected

Definition at line 45 of file packet_hbd_fpgashort.h.

View newest version in sPHENIX GitHub at line 45 of file packet_hbd_fpgashort.h

Referenced by decode(), dump(), iValue(), and Packet_hbd_fpgashort().

int Packet_hbd_fpgashort::hbd_parity
protected

Definition at line 46 of file packet_hbd_fpgashort.h.

View newest version in sPHENIX GitHub at line 46 of file packet_hbd_fpgashort.h

Referenced by decode(), iValue(), and Packet_hbd_fpgashort().

int Packet_hbd_fpgashort::nr_modules
protected

Definition at line 44 of file packet_hbd_fpgashort.h.

View newest version in sPHENIX GitHub at line 44 of file packet_hbd_fpgashort.h

Referenced by decode(), iValue(), and Packet_hbd_fpgashort().


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