Skip to content
Snippets Groups Projects

2024-04-19: merge of 24.0 into main

Merged Adam Edward Barton requested to merge abarton/athena:sweep_24.0_main_2024-04-19 into main
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
@@ -86,9 +86,9 @@ StatusCode VP1EventProd::finalize()
{
ATH_MSG_DEBUG("in finalize() ");
/* if(m_isOnline){
if(m_isOnline){
m_destinationDir = m_onlineEDsvc->getEntireOutputStr();
}*/
}
ATH_MSG_DEBUG("VP1ALG m_destinationDir " << m_destinationDir);
// handle the output of the last event
@@ -132,10 +132,10 @@ void VP1EventProd::handle(const Incident& inc)
ATH_MSG_DEBUG("in handle()... ");
ATH_MSG_DEBUG("Handling incident '" << inc.type() << "'");
/*if(m_isOnline){
if(m_isOnline){
m_destinationDir = m_onlineEDsvc->getEntireOutputStr();
}*/
}
ATH_MSG_DEBUG("VP1ALG m_destinationDir " << m_destinationDir);
// Let VP1FileUtilities handle the output of the previous event.
Loading