Skip to content
Snippets Groups Projects
Commit f025b7fc authored by Michel Janus's avatar Michel Janus Committed by Graeme Stewart
Browse files

tag for new TES calib derived from new LC weights (tauRec-04-06-20)

parent 9b4ac437
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ def getEnergyCalibrationLC(correctEnergy=True, correctAxis=False, postfix=''):
from tauRec.tauRecConf import TauCalibrateLC
TauCalibrateLC = TauCalibrateLC(name = _name,
calibrationFile = "TES_Rel20.root",
calibrationFile = "TES_MC15.root",
doEnergyCorrection = correctEnergy,
doAxisCorrection = correctAxis)
......
File added
......@@ -195,7 +195,7 @@ StatusCode TauElectronVetoVariables::execute(TauCandidateData *data)
for (int i = 0; i < numOfsampEM; ++i) {
if ( eta_extrapol[i] < -11110. || phi_extrapol[i] < -11110. )
{
ATH_MSG_WARNING("extrapolation of leading track to calo surfaces failed for sampling : " << i );
ATH_MSG_DEBUG("extrapolation of leading track to calo surfaces failed for sampling : " << i );
return StatusCode::SUCCESS;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment