DAS
3.0
Das Analysis System
|
Pile-Up plots
See TWiki for explanations on in-time and true pile-up definitions, and how it changes the definition of the calculation mode of pileupCalc.py
.
#include <Plots.h>
Public Member Functions | |
Plots (TString Name) | |
void | operator() (const PileUp &pu, float w, const char v='0', bool OnTheFly=false) |
void | Write (TDirectory *d) |
Public Attributes | |
const TString | name |
TH1F | intprofile |
TH1F | trprofile |
TH1F | rho |
TH1F | nVtx |
|
inline |
|
inline |
|
inline |
TH1F intprofile |
in-time pile-up, corresponding to --calcMode observed
(the number of pileup events for the in-time bunch crossing is selected from a Poisson distribution with a mean equal to the "true" pileup)
const TString name |
TH1F nVtx |
number of vertices
TH1F rho |
soft activity
TH1F trprofile |
true pile-up, corresponding to --calcMode true
(average pileup conditions under which the event is generated)