ATLAS Offline Software
FPTrackerConstants.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 #include <ostream>
7 
8 namespace FPTracker{
9  const double FPTrackerConstants::beamPipeRadius2 = 0.2*0.2;
10  const double FPTrackerConstants::qkConst = 0.2997925;
11  const double FPTrackerConstants::aside[2] = {-1., 1.};
12  const double FPTrackerConstants::xdis = 0.097;// half the beamline sepn. in the parallel region, COLD
13  const double FPTrackerConstants::ydis = 0.0; // half the beamline sepn. in the parallel region, COLD
14  const double FPTrackerConstants::zOfBeamSeparation = 155.0;
15 
16  std::ostream& operator<<(std::ostream& os, const Side& side){
17  std::string label = side == beam1 ? " beam1 ":" beam2 ";
18  os << label;
19  return os;
20  }
21 }
FPTracker::operator<<
std::ostream & operator<<(std::ostream &os, const Beamline &bl)
Definition: FPTracker/src/Beamline.cxx:163
PlotCalibFromCool.label
label
Definition: PlotCalibFromCool.py:78
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
FPTrackerConstants.h
Side
Definition: WaferTree.h:36
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
FPTracker::FPTrackerConstants::qkConst
static const double qkConst
Definition: FPTrackerConstants.h:17
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