ATLAS Offline Software
Public Types | List of all members
Athena::TPCnvVers Struct Reference

#include <TPCnvFactory.h>

Collaboration diagram for Athena::TPCnvVers:

Public Types

enum  Value { Old = 0, Current = 1 }
 

Detailed Description

Definition at line 114 of file TPCnvFactory.h.

Member Enumeration Documentation

◆ Value

Enumerator
Old 
Current 

Definition at line 115 of file TPCnvFactory.h.

115  {
116  Old = 0,
117  Current = 1
118  };

The documentation for this struct was generated from the following file:
Athena::TPCnvVers::Old
@ Old
Definition: TPCnvFactory.h:116
Athena::TPCnvVers::Current
@ Current
Definition: TPCnvFactory.h:117