Skip to content
Snippets Groups Projects
Commit 0a79574a authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'ATLASRECTS-6108_VertexCollectionSortingTool' into 'master'

ATLASRECTS-6108 VertexCollectionSortingTool un-needed decorator.

See merge request atlas/athena!41730
parents b41fbb7a 9d01abec
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!41730ATLASRECTS-6108 VertexCollectionSortingTool un-needed decorator.
......@@ -85,7 +85,7 @@ namespace Trk{
xAOD::VertexAuxContainer* auxNewContainer = new xAOD::VertexAuxContainer();
NewContainer->setStore( auxNewContainer );
std::string decorationName = (m_iVertexWeightCalculator->name().find("InDetSumPtVertexWeightCalculator") != std::string::npos) ? "sumPt2" : "signalCompatibility";
SG::AuxElement::Decorator< float > sigWeightDec(decorationName);
SG::AuxElement::Accessor< float > sigWeightDec(decorationName);
unsigned int vtxCount(1);
for (std::vector<Vertex_pair>::const_iterator iter = MyVertex_pairs.begin() ; iter != MyVertex_pairs.end(); ++iter )
{
......
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