ATLAS Offline Software
Public Types | List of all members
McVtxFilterTool::VtxType Struct Reference

#include <McVtxFilterTool.h>

Collaboration diagram for McVtxFilterTool::VtxType:

Public Types

enum  Flag { Unknown = -1, IsRootVertex = 0, IsNotRootVertex }
 

Detailed Description

Definition at line 79 of file McVtxFilterTool.h.

Member Enumeration Documentation

◆ Flag

Enumerator
Unknown 
IsRootVertex 
IsNotRootVertex 

Definition at line 80 of file McVtxFilterTool.h.

80  {
81  Unknown = -1,
82  IsRootVertex = 0,
84  };

The documentation for this struct was generated from the following file:
McVtxFilterTool::VtxType::IsNotRootVertex
@ IsNotRootVertex
Definition: McVtxFilterTool.h:83
McVtxFilterTool::VtxType::Unknown
@ Unknown
Definition: McVtxFilterTool.h:81
McVtxFilterTool::VtxType::IsRootVertex
@ IsRootVertex
Definition: McVtxFilterTool.h:82