00001 #ifndef _RTSCNDDAQSUBDET_H_ 00002 #define _RTSCNDDAQSUBDET_H_ 00003 00004 struct rtsCndDaqSubdet 00005 { 00007 int idx_rn; 00008 int idx_det; 00009 int idx_subdet; 00011 00012 int rb_mask; 00013 }; 00014 00015 #endif