Skip to content
Snippets Groups Projects
Commit 6cdec426 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'removeDuplicateProp' into 'master'

MdtRdoToMdtPrepData: remove duplicate property. Update test references

See merge request atlas/athena!36485
parents 6a8c72f9 7b7ddb9e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ m_seededDecoding(false),
m_roiCollectionKey("OutputRoIs"),
m_mdtCollection("MDT_DriftCircles")
{
declareProperty("DecodingTool", m_tool, "mdt rdo to prep data conversion tool" );
declareProperty("PrintInputRdo", m_print_inputRdo, "If true, will dump information about the input RDOs");
declareProperty("PrintPrepData", m_print_prepData, "If true, will dump information about the resulting PRDs");
declareProperty("DoSeededDecoding", m_seededDecoding, "If true decode only in RoIs");
......
This diff is collapsed.
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