ATLAS Offline Software
|
#include "TH1.h"
#include "TString.h"
#include "GaudiKernel/ServiceHandle.h"
#include "AthenaBaseComps/AthMessaging.h"
#include <string>
#include <unordered_map>
#include <set>
#include <sstream>
#include <math.h>
#include <iostream>
#include <iomanip>
#include <memory>
Go to the source code of this file.
Classes | |
struct | WeightingValuesSummary_t |
Structure to hold per-event weights for distribution. More... | |
class | RatesHistoBase |
Basic base class for any common functionality between RatesTrigger and RatesGroup This means that everyone has access to the same histograms. More... | |
Enumerations | |
enum | ExtrapStrat_t { kLINEAR, kEXPO_MU, kBUNCH_SCALING, kMU_SCALING, kNONE } |
Extrapolation strategy to apply to each emulated trigger. More... | |
enum | RatesBinIdentifier_t { kACTIVE_RAW_BIN, kACTIVE_WEIGHTED_BIN, kPASS_RAW_BIN, kPASS_WEIGHTED_OR_BIN, kPASS_WEIGHTED_AND_BIN, kEXPRESS_BIN, kUNIQUE_BIN, kNRATES_BINS } |
Lables a bin in a histogram. More... | |
enum ExtrapStrat_t |
Extrapolation strategy to apply to each emulated trigger.
Definition at line 30 of file RatesHistoBase.h.
enum RatesBinIdentifier_t |
Lables a bin in a histogram.
Definition at line 41 of file RatesHistoBase.h.