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

Member Function Documentation

◆ build_id()

int TypeIdBuilder::build_id ( )
static

Definition at line 38 of file IdDictMgr.cxx.

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

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