12 #ifndef StTriggerDataMother_hh
13 #define StTriggerDataMother_hh
15 #include "StTriggerData.h"
27 void dump()
const {fCurrent->dump();}
28 unsigned int version()
const {
return fCurrent->version();}
29 unsigned int numberOfPreXing()
const {
return fCurrent->numberOfPreXing();}
30 unsigned int numberOfPostXing()
const {
return fCurrent->numberOfPostXing();}
31 unsigned int triggerWord()
const {
return fCurrent->triggerWord();}
32 unsigned int actionWord()
const {
return fCurrent->actionWord();}
33 short unsigned int tcuBits()
const {
return fCurrent->tcuBits();}
34 char* getTriggerStructure() {
return fCurrent->getTriggerStructure();}
35 int getRawSize()
const {
return fCurrent->getRawSize();}
36 unsigned int token()
const {
return fCurrent->token();}
38 unsigned char * getDsm0_EEMC(
int prepost=0)
const {
return fCurrent->getDsm0_EEMC( prepost) ; }
39 unsigned short int * getDsm1_EEMC(
int prepost=0)
const {
return fCurrent->getDsm1_EEMC( prepost);}
40 unsigned short int * getDsm2_EMC()
const {
return fCurrent->getDsm2_EMC();}
41 unsigned short int * getDsm3()
const {
return fCurrent->getDsm3() ;}