std::cout<<BOLDGREEN<<"Mean Vplus value for FE "<<+cCbc.first->getFeId()<<" CBC "<<+cCbc.first->getCbcId()<<" is "<<BOLDRED<<+cCbc.second<<RESET<<std::endl;
LOG(INFO)<<BOLDGREEN<<"Mean Vplus value for FE "<<+cCbc.first->getFeId()<<" CBC "<<+cCbc.first->getCbcId()<<" is "<<BOLDRED<<+cCbc.second<<RESET;
}
}
...
...
@@ -210,7 +210,7 @@ void Calibration::bitwiseVplus ( int pTGroup )
std::cout<<BOLDBLUE<<"Found Occupancy of "<<BOLDRED<<cOccupancy<<BOLDBLUE<<" for CBC "<<+cCbc.first->getCbcId()<<" , test Group "<<pTGroup<<" using VPlus "<<BOLDRED<<+cCbc.second<<BOLDBLUE<<" (= 0x"<<std::hex<<+cCbc.second<<std::dec<<"; 0b"<<std::bitset<8>(cCbc.second)<<")"<<RESET<<std::endl;
LOG(INFO)<<BOLDBLUE<<"Found Occupancy of "<<BOLDRED<<cOccupancy<<BOLDBLUE<<" for CBC "<<+cCbc.first->getCbcId()<<" , test Group "<<pTGroup<<" using VPlus "<<BOLDRED<<+cCbc.second<<BOLDBLUE<<" (= 0x"<<std::hex<<+cCbc.second<<std::dec<<"; 0b"<<std::bitset<8>(cCbc.second)<<")"<<RESET;