1 #ifndef L1TObjects_L1RCTNoisyChannelMask_h 2 #define L1TObjects_L1RCTNoisyChannelMask_h 17 s <<
"Printing record L1RCTNoisyChannelMaskRcd " << std::endl;
19 s <<
"ECAL noise mask threshold: ecalThreshold" <<
ecalThreshold << std::endl;
20 s <<
"HCAL noise mask threshold: hcalThreshold" <<
hcalThreshold << std::endl;
21 s <<
"HF noise mask threshold: hfThreshold" <<
hfThreshold << std::endl;
22 s <<
"Noisy Masked channels in L1RCTNoisyChannelMask" << std::endl;
23 for (
int i = 0;
i < 18;
i++)
24 for (
int j = 0;
j < 2;
j++) {
25 for (
int k = 0;
k < 28;
k++) {
27 s <<
"ECAL masked noisy channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " <<
k << std::endl;
29 s <<
"HCAL masked noisy channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " <<
k << std::endl;
31 for (
int k = 0;
k < 4;
k++)
33 s <<
"HF masked noisy channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " <<
k << std::endl;
void print(std::ostream &s) const
#define COND_SERIALIZABLE