ATLAS Offline Software
Typedefs | Functions
LATOMEMapping.cxx File Reference
#include "LArByteStream/LATOMEMapping.h"
Include dependency graph for LATOMEMapping.cxx:

Go to the source code of this file.

Typedefs

typedef std::map< int, HWIdentifierlatome_map
 

Functions

void add_to_map (latome_map *map, int value, int key)
 

Typedef Documentation

◆ latome_map

typedef std::map<int, HWIdentifier> latome_map

Definition at line 9 of file LATOMEMapping.cxx.

Function Documentation

◆ add_to_map()

void add_to_map ( latome_map map,
int  value,
int  key 
)

Definition at line 11 of file LATOMEMapping.cxx.

11  {
12  HWIdentifier identifier(value);
13  (*map)[key] = identifier;
14 }
athena.value
value
Definition: athena.py:122
xAOD::identifier
identifier
Definition: UncalibratedMeasurement_v1.cxx:15
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37