|
DAS
3.0
Das Analysis System
|
#include <iostream>
#include <filesystem>
#include <utility>
#include <TChain.h>
#include <TFile.h>
#include "Core/Objects/interface/Event.h"
#include "Core/Objects/interface/Lepton.h"
#include "Core/Objects/interface/Di.h"
#include "Core/CommonTools/interface/DASOptions.h"
#include "Core/CommonTools/interface/toolbox.h"
#include <darwin.h>
|
template<class Muon > |
bool | keepEvent (const vector< Muon > &muons, float pt1, float pt2) |
|
void | applyDimuonSkim (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[] |
|
) |
| |
128 "Selects events with at least two muons passing pT cuts "
129 "and creates dimuon objects directly in the tree.",
131 options.inputs(
"inputs", &
inputs,
"input ROOT file(s) or directory")
132 .output(
"output", &output,
"output ROOT file")
133 .arg<
float>(
"pt1",
"skims.dimuon.pt1",
"Minimum pT of the first muon")
134 .arg<float>(
"pt2",
"skims.dimuon.pt2",
"Minimum pT of the second muon");
137 const auto& slice =
options.slice();
138 const int steering =
options.steering();
142 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 applyDimuonSkim(const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0})
Definition: applyDimuonSkim.cc:40
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