ATLAS Offline Software
Loading...
Searching...
No Matches
getMagnetConfigFiles.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_GETMAGNETCONFIGFILES_H
6#define FPTRACKER_GETMAGNETCONFIGFILES_H
7
9#include <memory>
10#include <string>
11#include <map>
12
13
14namespace FPTracker{
15 std::shared_ptr< std::ifstream > getMagnetConfigFiles(const std::string& dir, int IP, int magVer, const Side& side);
16}
17
18#endif
std::shared_ptr< std::ifstream > getMagnetConfigFiles(const std::string &dir, int IP, int magVer, const Side &side)