|
DAS
3.0
Das Analysis System
|
Go to the documentation of this file. 1 #ifndef __TRIGGER_LUMI__
2 #define __TRIGGER_LUMI__
23 void Fill (
const std::vector<RecJet>&
jets);
27 (
const std::filesystem::path& lumi_file,
28 const std::filesystem::path& turnon_file);
Definition: applyBTagSF.cc:31
Simply structure to gather the trigger, turnon and 1/efflumi.
Definition: TriggerLumi.h:17
TH1 * h
just for some control plots (to show the contributions from the different triggers to the total spect...
Definition: TriggerLumi.h:20
string jets
Definition: Ntupliser_cfg.py:41
int turnon
determined with getTriggerCurves and getTriggerTurnons
Definition: TriggerLumi.h:18
TriggerLumi(int trigger)
Definition: TriggerLumi.cc:17
float weight
obtained from JSON files after CRAB
Definition: TriggerLumi.h:19
std::map< int, TriggerLumi > GetLumiFromFiles(const std::filesystem::path &lumi_file, const std::filesystem::path &turnon_file)
path to text file with turn-on points
void Fill(const std::vector< RecJet > &jets)
Definition: TriggerLumi.cc:25