ATLAS Offline Software
Loading...
Searching...
No Matches
CTPfragment Namespace Reference

Functions

std::map< const FolderIndex, FolderEntry > getFolderUpdates (const CTPfragment::ExtraPayload &x)

Function Documentation

◆ getFolderUpdates()

std::map< const FolderIndex, FolderEntry > CTPfragment::getFolderUpdates ( const CTPfragment::ExtraPayload & x)

Definition at line 21 of file TrigByteStreamToolsDict.h.

21 {
22 std::map<const FolderIndex, FolderEntry> m;
23 const std::map<FolderIndex, FolderEntry>& f = x.getFolderUpdates();
24 std::copy(f.begin(), f.end(), std::inserter(m,m.end()));
25 return m;
26 }
#define x