ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardTrackerConstants.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 FORWARDTRACKER_FORWARDTRACKERCONSTANTS_H
6#define FORWARDTRACKER_FORWARDTRACKERCONSTANTS_H
7
8#include <iosfwd>
9
10namespace ForwardTracker {
11
13 enum Side {beam1 = 1, beam2 = 0};
14
16
17 public:
18
19 static const double beamPipeRadius2;
20 static const double aside[2];
21 static const double xdis; // half the beamline separation in the parallel region, COLD.
22 static const double ydis; // half the beamline separation in the parallel region, COLD.
23 static const double zOfBeamSeparation;
24 };
25
26 std::ostream& operator<<(std::ostream&, const Side& side);
27}
28
29#endif
std::ostream & operator<<(std::ostream &, const Beamline &)