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 20 of file IdDictMgr.cxx.

Member Function Documentation

◆ build_id()

int TypeIdBuilder::build_id ( )
static

Definition at line 37 of file IdDictMgr.cxx.

37  {
38  static std::atomic<int> i = 0;
39 
40  i++;
41  return(i);
42 }

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