|
DAS
3.0
Das Analysis System
|
#include <cstdlib>
#include <cassert>
#include <iostream>
#include <vector>
#include <filesystem>
#include "Core/Objects/interface/Jet.h"
#include "Core/Objects/interface/Event.h"
#include "Core/CommonTools/interface/binnings.h"
#include "Core/CommonTools/interface/DASOptions.h"
#include <TFile.h>
#include <TH3.h>
#include "Math/VectorUtil.h"
#include <darwin.h>
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
- Todo:
- provide WPs as input?
132 "Fill distributions of the discriminants in bins of "
133 "jet kinematic variables and for the fixed working points.",
135 options.inputs(
"inputs", &
inputs,
"input ROOT file(s) or directory")
136 .output(
"output", &output,
"output ROOT file");
139 const auto& slice =
options.slice();
140 const int steering =
options.steering();
144 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:116
config
Definition: Ntupliser_cfg.py:260
void getBTagBinnedDiscriminant(const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0})
Definition: getBTagBinnedDiscriminant.cc:55
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