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
26
of file
TrigByteStreamToolsDict.h
.
26
{
27
std::map<const FolderIndex, FolderEntry>
m
;
28
const
std::map<FolderIndex, FolderEntry>&
f
=
x
.getFolderUpdates();
29
std::copy
(
f
.begin(),
f
.end(), std::inserter(
m
,
m
.end()));
30
return
m
;
31
}
python.SystemOfUnits.m
int m
Definition:
SystemOfUnits.py:91
x
#define x
hist_file_dump.f
f
Definition:
hist_file_dump.py:135
calibdata.copy
bool copy
Definition:
calibdata.py:27
Generated on Fri Jan 10 2025 21:51:02 for ATLAS Offline Software by
1.8.18