Belle II Software development
Belle2::TrackFindingCDC::NWirePosition Namespace Reference

Namespace guarding the contained enum values. More...

Enumerations

enum  EWirePosition {
  c_Base = 0 ,
  c_Misaligned ,
  c_Aligned
}
 Wire position set. More...
 

Detailed Description

Namespace guarding the contained enum values.

Enumeration Type Documentation

◆ EWirePosition

Wire position set.

This corresponds to the CDC::CDCGeometryPar::EWirePosition

Rational: Creating this copy relieves the headers that want to use the EWirePosition from including the heavy CDCGeometryPar and its includes resulting in improved compilation speed and safer rootification.

Definition at line 30 of file EWirePosition.h.

30{ c_Base = 0, c_Misaligned, c_Aligned };