ATLAS Offline Software
Loading...
Searching...
No Matches
FPTracker/FPTracker/ConfigData.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_CONDIFGDATA_H
6#define FPTRACKER_CONDIFGDATA_H
7#include <ostream>
8namespace FPTracker{
9 class ConfigData{
10 public:
11
12 int IP;
13// float xinner0;
14 bool useaper;
15 double apermb;
16 double xcol1;
17 double xcol2;
18 double pbeam0;
19 double brho;
20
21 float endMarker;
22
23 float absZMagMax; // do not read in mags with abs above this value
24
25 static const double speedOfLight;
26
27
28
29 ConfigData();
30 std::string toString() const;
31 void setpbeam(double);
32
33 };
34 std::ostream& operator<<(std::ostream&, const ConfigData&);
35}
36#endif
std::ostream & operator<<(std::ostream &os, const Beamline &bl)