ATLAS Offline Software
Loading...
Searching...
No Matches
getConfigFile.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_GETCONFIGFILE_H
6#define FPTRACKER_GETCONFIGFILE_H
7
8#include <string>
9#include <fstream>
10#include <memory>
11
12namespace FPTracker{
13 std::shared_ptr< std::ifstream> getConfigFile(const std::string& dir, const std::string& fn);
14}
15
16#endif
std::shared_ptr< std::ifstream > getConfigFile(const std::string &dir, const std::string &fn)