ATLAS Offline Software
Loading...
Searching...
No Matches
BeamlineSetup.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_BEAMLINESETUP_H
6#define FORWARDTRACKER_BEAMLINESETUP_H
7
9
10#include <fstream>
11
12namespace ForwardTracker {
13
14 class Beamline;
15 class ConfigData;
16
17 Beamline BeamlineSetup(const ConfigData&, const Side&);
18}
19
20#endif
Beamline BeamlineSetup(const ConfigData &, const Side &)