ATLAS Offline Software
Loading...
Searching...
No Matches
setupBeamline.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef FPTRACKER_SETUPBEAMLINE_H
6#define FPTRACKER_SETUPBEAMLINE_H
7
8#include "FPTracker/FPTrackerConstants.h" //Side
9#include <memory>
10#include <iosfwd> //std::ifstream
11
12
13namespace FPTracker{
14 class Beamline;
15 class ConfigData;
17 const ConfigData&,
18 const Side&,
19 int magver,
20 std::shared_ptr< std::ifstream >
21 );
22}
23#endif
Beamline setupBeamline(const ConfigData &, const Side &, int magver, std::shared_ptr< std::ifstream >)