#include <L1RCTNoisyChannelMask.h>
|
void | print (std::ostream &s) const |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 7 of file L1RCTNoisyChannelMask.h.
void L1RCTNoisyChannelMask::print |
( |
std::ostream & |
s | ) |
const |
|
inline |
Definition at line 16 of file L1RCTNoisyChannelMask.h.
References ecalMask, ecalThreshold, hcalMask, hcalThreshold, hfMask, hfThreshold, mps_fire::i, dqmiolumiharvest::j, and isotrackApplyRegressor::k.
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;
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 |