|
DAS
3.0
Das Analysis System
|
|
void | applyPhotonConversionVeto (const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0}) |
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
173 "Selects photons passing the conversion-safe electron "
174 "veto (CSEV) or pixel seed veto (HasPix). Photon ID should "
175 "be applied before.",
177 options.inputs(
"inputs", &
inputs,
"input ROOT file(s) or directory")
178 .output(
"output", &output,
"output ROOT file")
179 .arg<fs::path>(
"table",
"corrections.photons.conversion_veto.table",
180 "The file from which scale factors are taken "
181 "(or /dev/null for no correction)")
182 .arg<string>(
"type",
"corrections.photons.conversion_veto.type",
186 const auto& slice =
options.slice();
187 const int steering =
options.steering();
191 catch (boost::exception& e) {
options
Definition: DYToLL_M-50_13TeV_pythia8_cff_GEN_SIM_RECOBEFMIX_DIGI_L1_DIGI2RAW_L1Reco_RECO.py:41
void Diagnostic(const boost::exception &e)
Definition: exceptions.h:131
void applyPhotonConversionVeto(const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0})
Definition: applyPhotonConversionVeto.cc:116
config
Definition: Ntupliser_cfg.py:264
def inputs
Definition: jercExample.py:118
Darwin::Tools::Options Options(const char *, int=Darwin::Tools::none)
Constructs Darwin options with the correct commit information.
Definition: DASOptions.cc:14