Skip to content
Snippets Groups Projects
Commit 5f0a9ebc authored by Dave Casper's avatar Dave Casper
Browse files

Merge branch 'master-faser-common-2106' into 'master'

Update to latest faser-common

See merge request faser/calypso!141
parents 6c290990 9d16e062
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ TrackerDataDecoderTool::convert(const DAQFormats::EventFull* re,
// auto bcid = trackFrag.bc_id();
ATH_MSG_DEBUG("Processing tracker data fragment for TRB " << trb);
for (const SCTEvent* sctEvent : trackFrag)
for (auto sctEvent : trackFrag)
{
if (sctEvent != nullptr)
{
......
Subproject commit a6e556e2b868059d1ef34a5a63075ba1d31c7e6c
Subproject commit a6aa04b50328ec496cb8e6910dfc5f77185b1445
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