Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 100 of file TPCnvFactory.h.

Member Enumeration Documentation

◆ Value

Enumerator
Old 
Current 

Definition at line 101 of file TPCnvFactory.h.

101  {
102  Old = 0,
103  Current = 1
104  };

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