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

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

+ Inheritance diagram for Packet_iddigitizerv2:
+ Collaboration diagram for Packet_iddigitizerv2:

Public Member Functions

 Packet_iddigitizerv2 (PACKET_ptr)
 
 ~Packet_iddigitizerv2 ()
 
int iValue (const int sample, const int ch)
 
int iValue (const int, const char *what)
 
void dump (OSTREAM &os=COUT)
 
- 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
 
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

int decode ()
 
- 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 _evtnr
 
int _detid
 
int _module_address
 
int _clock
 
int _fem_slot [4]
 
int _fem_evtnr [4]
 
int _fem_clock [4]
 
int _nsamples
 
int _nr_modules
 
int _even_checksum
 
int _odd_checksum
 
int _calculated_even_checksum
 
int _calculated_odd_checksum
 
int _even_checksum_ok
 
int _odd_checksum_ok
 
int _nchannels
 
int _is_decoded
 
int array [32][4 *64]
 

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

Definition at line 8 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 8 of file packet_iddigitizerv2.h

Constructor & Destructor Documentation

Packet_iddigitizerv2::Packet_iddigitizerv2 ( PACKET_ptr  data)
Packet_iddigitizerv2::~Packet_iddigitizerv2 ( )

Definition at line 40 of file packet_iddigitizerv2.cc.

View newest version in sPHENIX GitHub at line 40 of file packet_iddigitizerv2.cc

Member Function Documentation

int Packet_iddigitizerv2::decode ( )
protected

Definition at line 52 of file packet_iddigitizerv2.cc.

View newest version in sPHENIX GitHub at line 52 of file packet_iddigitizerv2.cc

References _calculated_even_checksum, _calculated_odd_checksum, _clock, _detid, _even_checksum, _evtnr, _fem_clock, _fem_evtnr, _fem_slot, _is_decoded, _module_address, _nchannels, _nr_modules, _nsamples, _odd_checksum, array, findPacketDataStart(), Packet_A::getDataLength(), Packet_A::getHitFormat(), IDDIGITIZER_12S, IDDIGITIZER_16S, k, offset, Packet_A::packet, release::tag(), and value.

Referenced by iValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Packet_iddigitizerv2::dump ( OSTREAM os = COUT)

Definition at line 302 of file packet_iddigitizerv2.cc.

View newest version in sPHENIX GitHub at line 302 of file packet_iddigitizerv2.cc

References _nchannels, _nsamples, c, Packet_A::identify(), iValue(), and Acts::UnitConstants::s.

+ Here is the call graph for this function:

int Packet_iddigitizerv2::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 193 of file packet_iddigitizerv2.cc.

View newest version in sPHENIX GitHub at line 193 of file packet_iddigitizerv2.cc

References _nchannels, _nsamples, array, and decode().

Referenced by dump().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int Packet_iddigitizerv2::iValue ( const int  channel,
const char *  what 
)
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 204 of file packet_iddigitizerv2.cc.

View newest version in sPHENIX GitHub at line 204 of file packet_iddigitizerv2.cc

References _calculated_even_checksum, _calculated_odd_checksum, _clock, _detid, _even_checksum, _evtnr, _fem_clock, _fem_evtnr, _fem_slot, _module_address, _nchannels, _nr_modules, _nsamples, _odd_checksum, decode(), and n.

+ Here is the call graph for this function:

Member Data Documentation

int Packet_iddigitizerv2::_calculated_even_checksum
protected

Definition at line 42 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 42 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_calculated_odd_checksum
protected

Definition at line 43 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 43 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_clock
protected

Definition at line 30 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 30 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_detid
protected

Definition at line 28 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 28 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_even_checksum
protected

Definition at line 39 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 39 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_even_checksum_ok
protected

Definition at line 45 of file packet_iddigitizerv2.h.

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

Referenced by Packet_iddigitizerv2().

int Packet_iddigitizerv2::_evtnr
protected

Definition at line 27 of file packet_iddigitizerv2.h.

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

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

int Packet_iddigitizerv2::_fem_clock[4]
protected

Definition at line 34 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 34 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_fem_evtnr[4]
protected

Definition at line 33 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 33 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_fem_slot[4]
protected

Definition at line 32 of file packet_iddigitizerv2.h.

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

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

int Packet_iddigitizerv2::_is_decoded
protected

Definition at line 49 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 49 of file packet_iddigitizerv2.h

Referenced by decode(), and Packet_iddigitizerv2().

int Packet_iddigitizerv2::_module_address
protected

Definition at line 29 of file packet_iddigitizerv2.h.

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

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

int Packet_iddigitizerv2::_nchannels
protected

Definition at line 48 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 48 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_nr_modules
protected

Definition at line 37 of file packet_iddigitizerv2.h.

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

Referenced by decode(), and iValue().

int Packet_iddigitizerv2::_nsamples
protected

Definition at line 36 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 36 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_odd_checksum
protected

Definition at line 40 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 40 of file packet_iddigitizerv2.h

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

int Packet_iddigitizerv2::_odd_checksum_ok
protected

Definition at line 46 of file packet_iddigitizerv2.h.

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

Referenced by Packet_iddigitizerv2().

int Packet_iddigitizerv2::array[32][4 *64]
protected

Definition at line 51 of file packet_iddigitizerv2.h.

View newest version in sPHENIX GitHub at line 51 of file packet_iddigitizerv2.h

Referenced by decode(), and iValue().


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