2 #ifndef HcalDTCHeader_H
3 #define HcalDTCHeader_H
77 return (nslot < 1 || nslot > 12) ? (0) : (
slotInfo[nslot - 1] & 0xfff);
82 return (nslot < 1 || nslot > 12) ? (
false) : (
slotInfo[nslot - 1] & 0x8000);
86 return (nslot < 1 || nslot > 12) ? (
false) : (
slotInfo[nslot - 1] & 0x4000);
90 return (nslot < 1 || nslot > 12) ? (
false) : (
slotInfo[nslot - 1] & 0x2000);
94 return (nslot < 1 || nslot > 12) ? (
false) : (
slotInfo[nslot - 1] & 0x1000);
109 void setHeader(
int sourceid,
int bcn,
int l1aN,
int orbN);
std::ostream & operator<<(std::ostream &out, const ALILine &li)
char data[epos_bytes_allocation]