ATLAS Offline Software
Loading...
Searching...
No Matches
magnetSet.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_MAGNETSET_H
6#define FPTRACKER_MAGNETSET_H
7
8
9#include "Magnet.h"
10#include "FPTrackerConstants.h" //Side
11#include <memory> //std::shared_ptr
12#include <iosfwd> //std::ifstream
13
14namespace FPTracker{
15 class ConfigData;
17 const ConfigData&,
18 const Side& side,
19 int magversion,
20 std::shared_ptr< std::ifstream> magfile);
21}
22#endif
std::vector< Ptr_t > Container_t
Magnet::Container_t magnetSet(const ConfigData &, const Side &side, int magversion, std::shared_ptr< std::ifstream > magfile)
Definition magnetSet.cxx:56