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

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

+ Inheritance diagram for oncsSub_iduppetdata_v104:
+ Collaboration diagram for oncsSub_iduppetdata_v104:

Public Member Functions

 oncsSub_iduppetdata_v104 (subevtdata_ptr)
 
 ~oncsSub_iduppetdata_v104 ()
 
int iValue (const int, const char *)
 
double dValue (const int channel)
 
long long lValue (const int channel)
 
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
 
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.
 
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, const char *what)
 
virtual double dValue (const int channel, const int iy)
 
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
 
virtual int getCheckSumStatus () const
 
virtual int copyMe (int[], const int maxlength) const
 

Protected Member Functions

int * decode (int *)
 

Protected Attributes

int samples
 
int evnr
 
double * d_time
 
long long * lval
 
long long * tval
 
unsigned int serialnumber
 
unsigned int udpheader1
 
unsigned int udpheader2
 
unsigned int sysword
 
unsigned int eventrate
 
unsigned int ratcap_upenn
 
unsigned int clock_sel
 
int d_timelength
 

Detailed Description

Definition at line 8 of file oncsSub_iduppetdata_v104.h.

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

Constructor & Destructor Documentation

oncsSub_iduppetdata_v104::oncsSub_iduppetdata_v104 ( subevtdata_ptr  data)

Definition at line 8 of file oncsSub_iduppetdata_v104.cc.

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

References clock_sel, d_time, d_timelength, eventrate, lval, ratcap_upenn, samples, serialnumber, sysword, tval, udpheader1, and udpheader2.

oncsSub_iduppetdata_v104::~oncsSub_iduppetdata_v104 ( )

Definition at line 25 of file oncsSub_iduppetdata_v104.cc.

View newest version in sPHENIX GitHub at line 25 of file oncsSub_iduppetdata_v104.cc

References d_time, d_timelength, lval, and tval.

Member Function Documentation

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

Reimplemented from oncsSubevent_w4.

Definition at line 45 of file oncsSub_iduppetdata_v104.cc.

View newest version in sPHENIX GitHub at line 45 of file oncsSub_iduppetdata_v104.cc

References clock_sel, d_time, d_timelength, subevt_data::data, oncsSubevent::data2_length, oncsSubevent::data3_length, oncsSubevent::data4_length, oncsSubevent::decoded_data2, oncsSubevent::decoded_data3, oncsSubevent::decoded_data4, eventrate, oncsSubevent::getLength(), oncsSubevent::getPadding(), k, Acts::IntegrationTest::L, lval, p, ratcap_upenn, samples, serialnumber, oncsSubevent::SubeventHdr, sysword, t, tval, udpheader1, udpheader2, and y.

Referenced by dValue(), iValue(), and lValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void oncsSub_iduppetdata_v104::dump ( OSTREAM os = COUT)
virtual

Reimplemented from oncsSubevent_w4.

Definition at line 226 of file oncsSub_iduppetdata_v104.cc.

View newest version in sPHENIX GitHub at line 226 of file oncsSub_iduppetdata_v104.cc

References dValue(), oncsSubevent::identify(), iValue(), and lValue().

+ Here is the call graph for this function:

double oncsSub_iduppetdata_v104::dValue ( const int  channel)
virtual

dValue returns the value of a given channel as a double

Reimplemented from Packet.

Definition at line 208 of file oncsSub_iduppetdata_v104.cc.

View newest version in sPHENIX GitHub at line 208 of file oncsSub_iduppetdata_v104.cc

References d_time, oncsSubevent::data1_length, decode(), oncsSubevent::decoded_data1, and samples.

Referenced by dump().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int oncsSub_iduppetdata_v104::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)

Implements Packet.

Definition at line 140 of file oncsSub_iduppetdata_v104.cc.

View newest version in sPHENIX GitHub at line 140 of file oncsSub_iduppetdata_v104.cc

References clock_sel, oncsSubevent::data1_length, decode(), oncsSubevent::decoded_data1, oncsSubevent::decoded_data2, oncsSubevent::decoded_data3, oncsSubevent::decoded_data4, eventrate, ratcap_upenn, samples, serialnumber, udpheader1, and udpheader2.

Referenced by dump().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

long long oncsSub_iduppetdata_v104::lValue ( const int  channel)
virtual

lValue returns the value of a given channel as a long long

Reimplemented from Packet.

Definition at line 217 of file oncsSub_iduppetdata_v104.cc.

View newest version in sPHENIX GitHub at line 217 of file oncsSub_iduppetdata_v104.cc

References oncsSubevent::data1_length, decode(), oncsSubevent::decoded_data1, lval, and samples.

Referenced by dump().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

unsigned int oncsSub_iduppetdata_v104::clock_sel
protected

Definition at line 36 of file oncsSub_iduppetdata_v104.h.

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

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

double* oncsSub_iduppetdata_v104::d_time
protected

Definition at line 27 of file oncsSub_iduppetdata_v104.h.

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

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

int oncsSub_iduppetdata_v104::d_timelength
protected

Definition at line 38 of file oncsSub_iduppetdata_v104.h.

View newest version in sPHENIX GitHub at line 38 of file oncsSub_iduppetdata_v104.h

Referenced by decode(), oncsSub_iduppetdata_v104(), and ~oncsSub_iduppetdata_v104().

unsigned int oncsSub_iduppetdata_v104::eventrate
protected

Definition at line 34 of file oncsSub_iduppetdata_v104.h.

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

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

int oncsSub_iduppetdata_v104::evnr
protected

Definition at line 26 of file oncsSub_iduppetdata_v104.h.

View newest version in sPHENIX GitHub at line 26 of file oncsSub_iduppetdata_v104.h

long long* oncsSub_iduppetdata_v104::lval
protected

Definition at line 28 of file oncsSub_iduppetdata_v104.h.

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

Referenced by decode(), lValue(), oncsSub_iduppetdata_v104(), and ~oncsSub_iduppetdata_v104().

unsigned int oncsSub_iduppetdata_v104::ratcap_upenn
protected

Definition at line 35 of file oncsSub_iduppetdata_v104.h.

View newest version in sPHENIX GitHub at line 35 of file oncsSub_iduppetdata_v104.h

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

int oncsSub_iduppetdata_v104::samples
protected

Definition at line 25 of file oncsSub_iduppetdata_v104.h.

View newest version in sPHENIX GitHub at line 25 of file oncsSub_iduppetdata_v104.h

Referenced by decode(), dValue(), iValue(), lValue(), and oncsSub_iduppetdata_v104().

unsigned int oncsSub_iduppetdata_v104::serialnumber
protected

Definition at line 30 of file oncsSub_iduppetdata_v104.h.

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

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

unsigned int oncsSub_iduppetdata_v104::sysword
protected

Definition at line 33 of file oncsSub_iduppetdata_v104.h.

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

Referenced by decode(), and oncsSub_iduppetdata_v104().

long long* oncsSub_iduppetdata_v104::tval
protected

Definition at line 29 of file oncsSub_iduppetdata_v104.h.

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

Referenced by decode(), oncsSub_iduppetdata_v104(), and ~oncsSub_iduppetdata_v104().

unsigned int oncsSub_iduppetdata_v104::udpheader1
protected

Definition at line 31 of file oncsSub_iduppetdata_v104.h.

View newest version in sPHENIX GitHub at line 31 of file oncsSub_iduppetdata_v104.h

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

unsigned int oncsSub_iduppetdata_v104::udpheader2
protected

Definition at line 32 of file oncsSub_iduppetdata_v104.h.

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

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


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