|
DAS
3.0
Das Analysis System
|
Go to the documentation of this file.
34 (std::vector<std::filesystem::path>
inputs);
38 template<
typename THX = TH1>
39 [[deprecated(
"Use Darwin::Tools::Flow::GetInputHist[s]()")]]
41 (std::vector<std::filesystem::path>
inputs,
42 const std::string&
name =
"h")
45 namespace fs = filesystem;
50 auto fIn = make_unique<TFile>(
input.c_str(),
"READ");
52 unique_ptr<THX> h(fIn->Get<THX>(
name.c_str()));
55 BOOST_THROW_EXCEPTION(
DE::BadInput(Form(
"`%s` cannot be found in (one of) the "
56 " file(s).",
name.c_str()), fIn));
62 sum->SetDirectory(
nullptr);
74 (
const std::filesystem::path&
input);
78 std::shared_ptr<TFile>
GetOutputFile (
const std::filesystem::path&,
79 const std::source_location = std::source_location::current());
name
Definition: DYToLL_M-50_13TeV_pythia8_cff_GEN_SIM_RECOBEFMIX_DIGI_L1_DIGI2RAW_L1Reco_RECO.py:48
Handling of exceptions.
Definition: darwin.h:36
input
Definition: DYToLL_M-50_13TeV_pythia8_cff_GEN_SIM_RECOBEFMIX_DIGI_L1_DIGI2RAW_L1Reco_RECO.py:35
def inputs
Definition: jercExample.py:118