ATLAS Offline Software
Loading...
Searching...
No Matches
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
8namespace 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}
static const double beamPipeRadius2
static const double zOfBeamSeparation
std::string label(const std::string &format, int i)
Definition label.h:19
std::ostream & operator<<(std::ostream &os, const Beamline &bl)