Skip to content
Snippets Groups Projects
Commit 95c46da2 authored by John Derek Chapman's avatar John Derek Chapman Committed by Graeme Stewart
Browse files

test/DigitizationTests_TestConfiguration.xml - remove ForwardCompatibility...

test/DigitizationTests_TestConfiguration.xml - remove ForwardCompatibility test chain, as this was only for ensuring that DC14 testing functioned. ATLASSIM-1559, ATLASSIM-1593, ATLASSIM-1743. Tagging: DigitizationTests-01-01-34 (DigitizationTests-01-01-34)
parent 2bb7ec2c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,11 @@ McEventCollectionTestTool::McEventCollectionTestTool(const std::string& type,
m_numberOfEventsSelected(0),
m_collection("TruthEvent"), //("GEN_EVENT"),
m_nGenEvents(0),
m_nEmptyGenEvents(0)
m_nEmptyGenEvents(0),
m_sig_n_vert(0),
m_sig_n_part(0),
m_bkg_n_vert(0),
m_bkg_n_part(0)
{
declareProperty("McEventCollectionName" , m_collection);
}
......@@ -78,6 +82,8 @@ StatusCode McEventCollectionTestTool::processEvent() {
}
++n_genEvent;
if(genEventIter != p_mceventcollection->begin()) isFirstEvent = false;
ATH_MSG_INFO ("GenEvent Position in McEventCollection: " << n_genEvent-1 <<
", signal_process_id: " << currentGenEvent->signal_process_id() <<
", event_number: " << currentGenEvent->event_number() <<
......
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