ATLAS Offline Software
Loading...
Searching...
No Matches
getTree.h
Go to the documentation of this file.
1/*
2Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GET_TREE_HH
6#define GET_TREE_HH
7
8#include <string>
9
10namespace H5Utils {
11 std::string getTree(const std::string& file_name);
12}
13#endif
HDF5 Tuple Writer.
Definition common.h:20
std::string getTree(const std::string &file_name)
Definition getTree.cxx:36