ATLAS Offline Software
Public Types | Private Member Functions | List of all members
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:
PRDCommonFlags::AllBarrel
@ AllBarrel
Definition: PRDCommonFlags.h:28
PRDCommonFlags::All
@ All
Definition: PRDCommonFlags.h:30
PRDCommonFlags::None
@ None
Definition: PRDCommonFlags.h:23
PRDCommonFlags::BarrelPositive
@ BarrelPositive
Definition: PRDCommonFlags.h:24
PRDCommonFlags::BarrelNegative
@ BarrelNegative
Definition: PRDCommonFlags.h:25
PRDCommonFlags::EndCapPositive
@ EndCapPositive
Definition: PRDCommonFlags.h:26
PRDCommonFlags::EndCapNegative
@ EndCapNegative
Definition: PRDCommonFlags.h:27
PRDCommonFlags::AllEndCap
@ AllEndCap
Definition: PRDCommonFlags.h:29