yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
Paths.h
Go to the documentation of this file.
1// -*- C++ -*-
2//
3// This file is part of YODA -- Yet more Objects for Data Analysis
4// Copyright (C) 2008-2023 The YODA collaboration (see AUTHORS for details)
5//
6#include <string>
7#include <vector>
8
9namespace YODA {
10
11
13 std::string getLibPath();
14
16 std::string getDataPath();
17
19 std::vector<std::string> getYodaDataPath();
20
21
22}
Anonymous namespace to limit visibility.
std::vector< std::string > getYodaDataPath()
YODA data paths.
Definition Paths.cc:35
std::string getDataPath()
Get the path to the installed share/YODA/ data directory.
Definition Paths.cc:26
std::string getLibPath()
Get the path to the directory containing libYODA.
Definition Paths.cc:17