ATLAS Offline Software
Enumerations
xAOD::ChamberView Namespace Reference

Enumerations

enum  Mode : std::uint8_t { Mode::DetElement, Mode::Chamber }
 Switch setting the view mode if the chamber viewer is initialized with the IdHelperSvc. More...
 

Enumeration Type Documentation

◆ Mode

enum xAOD::ChamberView::Mode : std::uint8_t
strong

Switch setting the view mode if the chamber viewer is initialized with the IdHelperSvc.

Enumerator
DetElement 

View ends if the detElementHash changes.

Chamber 

View ends if the moduleHash changes.

Definition at line 51 of file ChamberViewer.h.

51  : std::uint8_t{
52  DetElement ,
53  Chamber
54  };
xAOD::L2MuonParameters::Chamber
Chamber
Define chamber types and locations.
Definition: TrigMuonDefs.h:15
xAOD::uint8_t
uint8_t
Definition: Muon_v1.cxx:558
xAOD::ChamberView::Mode::DetElement
@ DetElement
View ends if the detElementHash changes.