Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
fhiclcpp
fhiclcpp
test
failer.cc
Go to the documentation of this file.
1
#include "
cetlib/filepath_maker.h
"
2
#include "cetlib_except/exception.h"
3
#include "
fhiclcpp/ParameterSet.h
"
4
5
#include <iostream>
6
7
int
8
main
()
try
{
9
std::string
in(
"test_config_fail.fcl"
);
10
cet::filepath_lookup
policy(
"FHICL_FILE_PATH"
);
11
fhicl::ParameterSet::make
(in, policy);
12
return
1;
13
}
14
catch
(
cet::exception
const
&
e
) {
15
std::cerr <<
e
.what() <<
'\n'
;
16
return
0;
17
}
string
std::string string
Definition:
nybbler.cc:12
fhicl::ParameterSet::make
static ParameterSet make(intermediate_table const &tbl)
Definition:
ParameterSet.cc:68
main
int main()
Definition:
failer.cc:8
ParameterSet.h
e
const double e
Definition:
gUpMuFluxGen.cxx:165
cet::filepath_lookup
Definition:
filepath_maker.h:52
filepath_maker.h
fhicl::exception
cet::coded_exception< error, detail::translate > exception
Definition:
exception.h:33
Generated by
1.8.11