ATLAS Offline Software
Loading...
Searching...
No Matches
PRDCommonFlags Class Reference

#include <PRDCommonFlags.h>

Collaboration diagram for PRDCommonFlags:

Public Types

enum  InDetPartsFlag {
  None = 0x000000 , BarrelPositive = 0x000001 , BarrelNegative = 0x000002 , EndCapPositive = 0x000004 ,
  EndCapNegative = 0x000008 , AllBarrel = 0x000003 , AllEndCap = 0x00000C , All = 0x00000F
}

Private Member Functions

 PRDCommonFlags ()
 ~PRDCommonFlags ()

Detailed Description

Definition at line 19 of file PRDCommonFlags.h.

Member Enumeration Documentation

◆ InDetPartsFlag

Enumerator
None 
BarrelPositive 
BarrelNegative 
EndCapPositive 
EndCapNegative 
AllBarrel 
AllEndCap 
All 

Definition at line 22 of file PRDCommonFlags.h.

22 {
23 None = 0x000000,
24 BarrelPositive = 0x000001,
25 BarrelNegative = 0x000002,
26 EndCapPositive = 0x000004,
27 EndCapNegative = 0x000008,
28 AllBarrel = 0x000003,
29 AllEndCap = 0x00000C,
30 All = 0x00000F
31 };

Constructor & Destructor Documentation

◆ PRDCommonFlags()

PRDCommonFlags::PRDCommonFlags ( )
private

◆ ~PRDCommonFlags()

PRDCommonFlags::~PRDCommonFlags ( )
private

The documentation for this class was generated from the following file: