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