ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardTrackerConstants.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
7#include <ostream>
8
9namespace ForwardTracker {
10
11 const double ForwardTrackerConstants::beamPipeRadius2 = 0.2*0.2;
12 const double ForwardTrackerConstants::aside[2] = {-1., 1.};
13 const double ForwardTrackerConstants::xdis = 0.097; // half the beamline separation in the parallel region (194mm/2 = 0.097mm)
14 const double ForwardTrackerConstants::ydis = 0.0;
16
17 std::ostream& operator<<(std::ostream& os, const Side& side) { if (side == beam1) os << " beam1 "; else os << " beam2 "; return os; }
18}
std::ostream & operator<<(std::ostream &, const Beamline &)