Skip to content
Snippets Groups Projects
Commit 5405708b authored by scott snyder's avatar scott snyder
Browse files

TruthD3PDMaker: Fix configuration of MCTruthClassifier.

Update to work with current master.
parent 43f0b9e7
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# $Id$
#
......@@ -19,8 +19,10 @@ mckey = resolveSGKey ('DataVector<xAOD::TruthParticle_v1>', D3PDMakerFlags.Truth
from TruthD3PDAnalysis import D3PDMCTruthClassifier
from MCTruthClassifier import MCTruthClassifierBase
D3PDMCTruthClassifier = D3PDMCTruthClassifier (name = 'D3PDMCTruthClassifier',
xAODTruthParticleContainerName = mckey,
ParticleCaloExtensionTool=MCTruthClassifierBase.ClassifierParticleCaloExtensionTool,
pTNeutralPartCut = 1e-3,
OutputLevel = ERROR,
partExtrConePhi = 0.6, #0.4
......
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