#include <L1RCTNoisyChannelMask.h>
|
void | print (std::ostream &s) const |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 8 of file L1RCTNoisyChannelMask.h.
void L1RCTNoisyChannelMask::print |
( |
std::ostream & |
s | ) |
const |
|
inline |
Definition at line 19 of file L1RCTNoisyChannelMask.h.
References ecalMask, ecalThreshold, hcalMask, hcalThreshold, hfMask, hfThreshold, i, j, and relval_2017::k.
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;
template<class Archive >
void L1RCTNoisyChannelMask::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
bool L1RCTNoisyChannelMask::ecalMask[18][2][28] |
float L1RCTNoisyChannelMask::ecalThreshold |
bool L1RCTNoisyChannelMask::hcalMask[18][2][28] |
float L1RCTNoisyChannelMask::hcalThreshold |
bool L1RCTNoisyChannelMask::hfMask[18][2][4] |
float L1RCTNoisyChannelMask::hfThreshold |