#include <L1RCTChannelMask.h>
|
void | print (std::ostream &s) const |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 7 of file L1RCTChannelMask.h.
void L1RCTChannelMask::print |
( |
std::ostream & |
s | ) |
const |
|
inline |
Definition at line 11 of file L1RCTChannelMask.h.
References ecalMask, hcalMask, hfMask, mps_fire::i, dqmiolumiharvest::j, and isotrackApplyRegressor::k.
12 s <<
"Printing record L1RCTChannelMaskRcd " << std::endl;
13 s <<
"Masked channels in L1RCTChannelMask" << std::endl;
14 for (
int i = 0;
i < 18;
i++)
15 for (
int j = 0;
j < 2;
j++) {
16 for (
int k = 0;
k < 28;
k++) {
18 s <<
"ECAL masked channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " << k << std::endl;
20 s <<
"HCAL masked channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " << k << std::endl;
22 for (
int k = 0; k < 4; k++)
24 s <<
"HF masked channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " << k << std::endl;
template<class Archive >
void L1RCTChannelMask::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
bool L1RCTChannelMask::ecalMask[18][2][28] |
bool L1RCTChannelMask::hcalMask[18][2][28] |
bool L1RCTChannelMask::hfMask[18][2][4] |