ATLAS Offline Software
FPTrackerConstants.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 FPTRACKER_FPTRACKERCONSTANTS_H
6 #define FPTRACKER_FPTRACKERCONSTANTS_H
7 
8 #include <iosfwd>
9 
10 namespace FPTracker{
12  enum Side {beam1 = 1, beam2 = 0};
14  public:
15  static const double beamPipeRadius2;
16  static const double aside[2];
17  static const double qkConst;
18  static const double xdis; // half the beamline sepn. in the parallel region, COLD.
19  static const double ydis; // half the beamline sepn. in the parallel region, COLD.
20  static const double zOfBeamSeparation;
21 };
22 
23  std::ostream& operator<<(std::ostream&, const Side& side);
24 }
25 #endif
FPTracker::operator<<
std::ostream & operator<<(std::ostream &os, const Beamline &bl)
Definition: FPTracker/src/Beamline.cxx:163
FPTracker::FPTrackerConstants::aside
static const double aside[2]
Definition: FPTrackerConstants.h:16
FPTracker::FPTrackerConstants::ydis
static const double ydis
Definition: FPTrackerConstants.h:19
TRT::Hit::side
@ side
Definition: HitInfo.h:83
FPTracker::beam1
@ beam1
Definition: FPTrackerConstants.h:12
FPTracker::hBendplane
@ hBendplane
Definition: FPTrackerConstants.h:11
FPTracker::beam2
@ beam2
Definition: FPTrackerConstants.h:12
Side
Definition: WaferTree.h:36
FPTracker::Bendplane
Bendplane
Definition: FPTrackerConstants.h:11
FPTracker::vBendplane
@ vBendplane
Definition: FPTrackerConstants.h:11
FPTracker::FPTrackerConstants::qkConst
static const double qkConst
Definition: FPTrackerConstants.h:17
FPTracker::FPTrackerConstants
Definition: FPTrackerConstants.h:13
FPTracker::FPTrackerConstants::zOfBeamSeparation
static const double zOfBeamSeparation
Definition: FPTrackerConstants.h:20
FPTracker::FPTrackerConstants::beamPipeRadius2
static const double beamPipeRadius2
Definition: FPTrackerConstants.h:15
FPTracker
Definition: FPTracker/FPTracker/Beamline.h:12
FPTracker::FPTrackerConstants::xdis
static const double xdis
Definition: FPTrackerConstants.h:18