1 #ifndef L1TObjects_L1RCTChannelMask_h
2 #define L1TObjects_L1RCTChannelMask_h
12 s <<
"Printing record L1RCTChannelMaskRcd " << std::endl;
13 s <<
"Masked channels in L1RCTChannelMask" << std::endl;
14 for (
int i = 0;
i < 18;
i++)
15 for (
int j = 0;
j < 2;
j++) {
16 for (
int k = 0;
k < 28;
k++) {
18 s <<
"ECAL masked channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " << k << std::endl;
20 s <<
"HCAL masked channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " << k << std::endl;
22 for (
int k = 0;
k < 4;
k++)
24 s <<
"HF masked channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " << k << std::endl;
void print(std::ostream &s) const
#define COND_SERIALIZABLE