CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Member Functions | Private Attributes
evf::evtn::TCDSBST Class Reference

#include <FED1024.h>

Classes

struct  bst
 

Public Member Functions

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

Private Attributes

bstb
 

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 131 of file FED1024.h.

131  : b((bst*)p){
132  }

Member Function Documentation

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

Definition at line 133 of file FED1024.h.

References b.

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

133 {return *b;}

Member Data Documentation

bst* evf::evtn::TCDSBST::b
private

Definition at line 135 of file FED1024.h.

Referenced by getBST().