CbmRoot
Loading...
Searching...
No Matches
CbmFileUtils.h
Go to the documentation of this file.
1/* Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Florian Uhlig [committer] */
4
5#ifndef CBMFILEUTILS_H_
6#define CBMFILEUTILS_H_
7
8#include <string> // for string
9
10namespace Cbm
11{
12 namespace File
13 {
19 bool IsRootFile(std::string filename);
20 } //namespace File
21} // namespace Cbm
22
23#endif /* CBMFILEUTILS_H_ */
bool IsRootFile(std::string filename)
Check if a the file exist and is a root file.