7 #include "eformat/ROBFragment.h"
23 std::list<L1CaloRdoRodInfo>& dat )
26 int sourceId =
rod->rod_source_id() & 0xffffff;
28 int bcNumber =
rod->rod_bc_id();
30 int detEventType =
rod->rod_detev_type();
49 bool hasModuleStatus =
true;
50 if ( (sourceId>>16) > 0x74 )
51 hasModuleStatus =
false;
52 if ( (sourceId>>16) == 0x73 )
53 hasModuleStatus =
false;
55 if ( hasModuleStatus )
58 rod->rod_data( it_data );
62 if ( ((*it_data)>>28) == 0
xd )
64 int idat = (*it_data)&0xfff;
69 if ( ((*it_data)>>28) == 0xf )
71 int idat = (*it_data)&0x1ff;