Skip to content
Snippets Groups Projects

Scintillator Waveform POOL

Merged Eric Torrence requested to merge torrence/calypso:master into master
18 files
+ 402
4
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -32,6 +32,7 @@ ScintWaveformAccess::initialize()
ATH_CHECK( m_TriggerWaveformContainer.initialize() );
ATH_CHECK( m_PreshowerWaveformContainer.initialize() );
ATH_CHECK( m_TestWaveformContainer.initialize() );
ATH_CHECK( m_ClockWaveformContainer.initialize() );
return StatusCode::SUCCESS;
}
@@ -70,5 +71,9 @@ ScintWaveformAccess::execute(const EventContext& ctx) const
ATH_MSG_INFO("Found ReadHandle for TestWaveforms");
ATH_MSG_INFO(*testHandle);
SG::ReadHandle<ScintWaveformContainer> clockHandle(m_ClockWaveformContainer, ctx);
ATH_MSG_INFO("Found ReadHandle for ClockWaveforms");
ATH_MSG_INFO(*clockHandle);
return StatusCode::SUCCESS;
}
Loading