9 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46538Draft: Added missing xAOD::TrigConfKeys from DESDM_MCP,!46514TGC Digitization: Implementation of signal propagation time between the sensor edge and ASD,!4644522.0-cppcheck-TRT_RecoConditionsServices
if(tanTheta<=0.){if(msgLvl(MSG::DEBUG))msg(MSG::DEBUG)<<"TRT_ActiveFractionSvc: theta tan "<<ti<<" "<<tanTheta<<endmsg;countInvalidEtaValues++;continue;}
if(tanTheta<=0.){if(msgLvl(MSG::DEBUG))msg(MSG::DEBUG)<<"TRT_ActiveFractionSvc: theta tan "<<ti<<" "<<tanTheta<<endmsg;countInvalidEtaValues++;continue;}
etaCheck[ti]=-log(tanTheta);
etaCheck[ti]=-std::log(tanTheta);
}
}
doubleetaMin=etaCheck[0];
doubleetaMin=etaCheck[0];
doubleetaMax=etaCheck[1];
doubleetaMax=etaCheck[1];
// double etaMin = -log( tan( thetaMax / 2.) ); // eta goes in the other ways as theta!! etaMIN = f(thetaMAX)