LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
load_fixit_file.cxx
Go to the documentation of this file.
1
#include "TFile.h"
2
3
#include "cetlib/search_path.h"
4
5
namespace
{
6
int
load_fixit_file()
7
{
8
cet::search_path
const
sp{
"FW_SEARCH_PATH"
, std::nothrow};
9
if
(std::string filename; sp.find_file(
"simIDE_streamer_info.root"
, filename)) {
10
TFile
file
{filename.c_str()};
11
return
0;
12
}
13
return
1;
14
}
15
16
auto
rc = load_fixit_file();
17
}
file
TFile * file
Definition:
comparison_ascii.C:5
lardataobj
v09_18_03
source
lardataobj
Simulation
Compatibility
load_fixit_file.cxx
Generated on Thu May 2 2024 20:59:38 for LArSoft by
1.8.11