LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
LArFileHelper class. More...
#include "LArFileHelper.h"
Static Public Member Functions | |
static std::string | FindFileInPath (const std::string &unqualifiedFileName, const std::string &environmentVariable, const std::string &delimiter=":") |
Find the fully-qualified file name by searching through a list of delimiter-separated paths in a named environment variable. The fully-qualified file name will be provided for the first instance of the file name encountered. More... | |
LArFileHelper class.
Definition at line 19 of file LArFileHelper.h.
|
static |
Find the fully-qualified file name by searching through a list of delimiter-separated paths in a named environment variable. The fully-qualified file name will be provided for the first instance of the file name encountered.
unqualifiedFileName | the unqualified file name |
environmentVariable | the name of the environment variable specifying a list of delimiter-separated paths |
delimiter | the specified delimiter |
Definition at line 21 of file LArFileHelper.cc.
Referenced by lar_content::MvaPfoCharacterisationAlgorithm< T >::ReadSettings(), lar_content::MvaVertexSelectionAlgorithm< T >::ReadSettings(), lar_content::NeutrinoIdTool< T >::ReadSettings(), lar_content::MasterAlgorithm::ReadSettings(), and lar_content::BdtBeamParticleIdTool::ReadSettings().