CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Private Attributes
evf::evtn::TCDSBST Class Reference

#include <FED1024.h>

Classes

union  tcdsbst
 

Public Member Functions

const tcdsbstgetBST ()
 
 TCDSBST (const unsigned char *p)
 

Private Attributes

tcdsbstb
 

Detailed Description

Definition at line 113 of file FED1024.h.

Constructor & Destructor Documentation

evf::evtn::TCDSBST::TCDSBST ( const unsigned char *  p)
inline

Definition at line 140 of file FED1024.h.

140  : b((tcdsbst*)p){
141  }
tcdsbst * b
Definition: FED1024.h:144

Member Function Documentation

const tcdsbst& evf::evtn::TCDSBST::getBST ( )
inline

Definition at line 142 of file FED1024.h.

References b.

Referenced by evf::evtn::makeEventAuxiliary(), and FRDStreamSource::setRunAndEventInfo().

142 {return *b;}
tcdsbst * b
Definition: FED1024.h:144

Member Data Documentation

tcdsbst* evf::evtn::TCDSBST::b
private

Definition at line 144 of file FED1024.h.