Skip to content
Snippets Groups Projects
Commit c6af47f7 authored by Tomas Dado's avatar Tomas Dado
Browse files

Remove FFCalibFile option from fudge tool since it doesnt exist in master

parent 81511495
No related branches found
No related tags found
No related merge requests found
......@@ -177,9 +177,6 @@ namespace top {
// for MC15 samples, which are based on a geometry derived from GEO-21 from 2015+2016 data
top::check(asg::setProperty(fudge_tool, "Preselection", 22),
"Failed to set " + fudgeName + " property: Preselection");
top::check(asg::setProperty(fudge_tool, "FFCalibFile",
"ElectronPhotonShowerShapeFudgeTool/v2/PhotonFudgeFactors.root"),
"Failed to set ElectronPhotonShowerShapeFudgeTool");
top::check(fudge_tool->initialize(),
"Failed to initialize PhotonFudgeTool");
m_photonFudgeTool = fudge_tool;
......
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