ATLAS Offline Software
Static Public Member Functions | List of all members
TypeIdBuilder Class Reference
Collaboration diagram for TypeIdBuilder:

Static Public Member Functions

static int build_id ()
 

Detailed Description

Definition at line 51 of file IdDictMgr.cxx.

Member Function Documentation

◆ build_id()

int TypeIdBuilder::build_id ( )
static

Definition at line 69 of file IdDictMgr.cxx.

70 {
71  static std::atomic<int> i = 0;
72  i++;
73  return (i);
74 }

The documentation for this class was generated from the following file:
lumiFormat.i
int i
Definition: lumiFormat.py:85