ATLAS Offline Software
Loading...
Searching...
No Matches
readConfigData.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_READCONFIGDATA_H
6#define FPTRACKER_READCONFIGDATA_H
7#include <memory>
8#include <fstream>
9
10namespace FPTracker{
11 class ConfigData;
12 bool readConfigData(std::shared_ptr< std::ifstream > confDir, ConfigData&);
13}
14
15#endif
bool readConfigData(std::shared_ptr< std::ifstream > confDir, ConfigData &)