ATLAS Offline Software
Functions
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  }
x
#define x
hist_file_dump.f
f
Definition: hist_file_dump.py:140
calibdata.copy
bool copy
Definition: calibdata.py:26
python.SystemOfUnits.m
float m
Definition: SystemOfUnits.py:106