ATLAS Offline Software
DriftCircleSide.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRK_TRKEVENTPRIMITIVES_DRIFTCIRCLESIDE_H
6 #define TRK_TRKEVENTPRIMITIVES_DRIFTCIRCLESIDE_H
7 
8 // Base classes
9 namespace Trk{
10 
16  {
18  NONE,
20  LEFT,
22  RIGHT
23  };
24 }
25 
26 #endif // TRK_TRKEVENTPRIMITIVES_DRIFTCIRCLESIDE_H
27 
Trk::NONE
@ NONE
it was not possible to determine the which side of the straw the track passed;
Definition: DriftCircleSide.h:18
Trk::RIGHT
@ RIGHT
the drift radius is positive (see Trk::AtaStraightLine)
Definition: DriftCircleSide.h:22
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::DriftCircleSide
DriftCircleSide
Enumerates the 'side' of the wire on which the tracks passed (i.e.
Definition: DriftCircleSide.h:16
Trk::LEFT
@ LEFT
the drift radius is negative (see Trk::AtaStraightLine)
Definition: DriftCircleSide.h:20