ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace 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
static const double beamPipeRadius2
static const double zOfBeamSeparation
std::ostream & operator<<(std::ostream &os, const Beamline &bl)