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