Skip to content
Snippets Groups Projects
Commit 0d5a1cdf authored by Sascha Mehlhase's avatar Sascha Mehlhase Committed by Graeme Stewart
Browse files

see ChangeLog (TrackParticleAssociationAlgs-00-00-05)

	* changing default threshold (50 GeV >> 25 GeV)
	* tag TrackParticleAssociationAlgs-00-00-05


Former-commit-id: 7937a7222451c5bdddb72b704bc3c1c344c2c289
parent 79ec1706
No related merge requests found
......@@ -23,7 +23,7 @@ TrackParticleCellAssociationAlg::TrackParticleCellAssociationAlg(const std::stri
declareProperty("ParticleCaloCellAssociationTool",m_caloCellAssociationTool);
declareProperty("TrackParticleContainerName",m_trackParticleCollectionName = "InDetTrackParticles" );
declareProperty("PtCut", m_ptCut = 50000. );
declareProperty("PtCut", m_ptCut = 25000. );
}
TrackParticleCellAssociationAlg::~TrackParticleCellAssociationAlg()
......
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