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