ATLAS Offline Software
Enumerations
xAOD::ChamberView Namespace Reference

Enumerations

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

Enumeration Type Documentation

◆ Mode

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 59 of file ChamberViewer.h.

59  {
60  DetElement ,
61  Chamber
62  };
xAOD::L2MuonParameters::Chamber
Chamber
Define chamber types and locations.
Definition: TrigMuonDefs.h:15
xAOD::ChamberView::Mode::DetElement
@ DetElement
View ends if the detElementHash changes.