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

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

+ Inheritance diagram for Packet_idcdevdescr:
+ Collaboration diagram for Packet_idcdevdescr:

Classes

struct  namedVector
 
struct  valuesetPtrLess
 

Public Member Functions

 Packet_idcdevdescr (PACKET_ptr)
 
 ~Packet_idcdevdescr ()
 
double dValue (const int channel, const char *what)
 
void dump (OSTREAM &os=COUT)
 
- Public Member Functions inherited from Packet_w1
 Packet_w1 ()
 
 Packet_w1 (PACKET_ptr)
 
void dump (OSTREAM &=COUT)
 
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 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)
 
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
 
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 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 Types

typedef std::set< namedVector
*, valuesetPtrLess
packetidcdevdescrSet
 
typedef
packetidcdevdescrSet::iterator 
packetidcdevdescrSetiter
 

Protected Member Functions

virtual int * decode ()
 
int * decode (int *)
 
- Protected Member Functions inherited from Packet_w1
int * decode (int *)
 
- Protected Member Functions inherited from Packet_A
int standardIntArray (int[], const int, int *, const char *what="")
 

Protected Attributes

int is_decoded
 
packetidcdevdescrSet nvset
 

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 IDCDEVDESCR format. It inherits from Packet_w4 because the data are 32bit entities.

Definition at line 14 of file packet_idcdevdescr.h.

View newest version in sPHENIX GitHub at line 14 of file packet_idcdevdescr.h

Member Typedef Documentation

Definition at line 52 of file packet_idcdevdescr.h.

View newest version in sPHENIX GitHub at line 52 of file packet_idcdevdescr.h

typedef packetidcdevdescrSet::iterator Packet_idcdevdescr::packetidcdevdescrSetiter
protected

Definition at line 53 of file packet_idcdevdescr.h.

View newest version in sPHENIX GitHub at line 53 of file packet_idcdevdescr.h

Constructor & Destructor Documentation

Packet_idcdevdescr::Packet_idcdevdescr ( PACKET_ptr  data)

Definition at line 8 of file packet_idcdevdescr.cc.

View newest version in sPHENIX GitHub at line 8 of file packet_idcdevdescr.cc

References is_decoded.

Packet_idcdevdescr::~Packet_idcdevdescr ( )

Definition at line 48 of file packet_idcdevdescr.cc.

View newest version in sPHENIX GitHub at line 48 of file packet_idcdevdescr.cc

References it, and nvset.

Member Function Documentation

int * Packet_idcdevdescr::decode ( )
protectedvirtual

added by K.Aoki

Definition at line 61 of file packet_idcdevdescr.cc.

View newest version in sPHENIX GitHub at line 61 of file packet_idcdevdescr.cc

References c, findPacketDataStart(), Packet_A::getDataLength(), is_decoded, Packet_idcdevdescr::namedVector::name, nvset, Packet_A::packet, start(), t, value, Packet_idcdevdescr::namedVector::values, and x.

Referenced by dValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int* Packet_idcdevdescr::decode ( int *  )
inlineprotectedvirtual

Implements Packet_A.

Definition at line 32 of file packet_idcdevdescr.h.

View newest version in sPHENIX GitHub at line 32 of file packet_idcdevdescr.h

References decode().

Referenced by decode().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Packet_idcdevdescr::dump ( OSTREAM os = COUT)

Definition at line 133 of file packet_idcdevdescr.cc.

View newest version in sPHENIX GitHub at line 133 of file packet_idcdevdescr.cc

References findPacketDataStart(), Packet_A::getDataLength(), Packet_A::packet, t, and x.

+ Here is the call graph for this function:

double Packet_idcdevdescr::dValue ( const int  channel,
const char *  what 
)
virtual

Reimplemented from Packet.

Definition at line 17 of file packet_idcdevdescr.cc.

View newest version in sPHENIX GitHub at line 17 of file packet_idcdevdescr.cc

References decode(), is_decoded, it, Packet_idcdevdescr::namedVector::name, nvset, Packet_idcdevdescr::namedVector::values, and x.

+ Here is the call graph for this function:

Member Data Documentation

int Packet_idcdevdescr::is_decoded
protected

Definition at line 29 of file packet_idcdevdescr.h.

View newest version in sPHENIX GitHub at line 29 of file packet_idcdevdescr.h

Referenced by decode(), dValue(), and Packet_idcdevdescr().

packetidcdevdescrSet Packet_idcdevdescr::nvset
protected

Definition at line 55 of file packet_idcdevdescr.h.

View newest version in sPHENIX GitHub at line 55 of file packet_idcdevdescr.h

Referenced by decode(), dValue(), and ~Packet_idcdevdescr().


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