#include <L1RCTChannelMask.h>
|
void | print (std::ostream &s) const |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 8 of file L1RCTChannelMask.h.
void L1RCTChannelMask::print |
( |
std::ostream & |
s | ) |
const |
|
inline |
Definition at line 13 of file L1RCTChannelMask.h.
References ecalMask, hcalMask, hfMask, i, j, and relval_steps::k.
Referenced by L1RCTProducer::printUpdatedFedMask().
14 s <<
"Printing record L1RCTChannelMaskRcd " << std::endl;
15 s <<
"Masked channels in L1RCTChannelMask" <<std::endl;
16 for(
int i = 0;
i< 18;
i++)
17 for(
int j =0;
j< 2;
j++){
18 for(
int k =0;
k<28;
k++){
20 s <<
"ECAL masked channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " <<k <<std::endl;
22 s <<
"HCAL masked channel: RCT crate " <<
i <<
" iphi " <<
j <<
" ieta " <<k <<std::endl;
24 for(
int k =0; k<4;k++)
26 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] |