StRoot
1
|
End of run statistics for event generators. More...
#include <StarGenStats.h>
Public Member Functions | |
StarGenStats (const Char_t *name="stats", const Char_t *title="") | |
Double_t | luminosity () |
Double_t | luminosityErr () |
Double_t | filterAcceptance () |
Double_t | filterRejection () |
ClassDef (StarGenStats, 1) | |
Public Attributes | |
Int_t | nTried |
Int_t | nSelected |
Int_t | nAccepted |
Double_t | sigmaGen |
Double_t | sigmaErr |
Double_t | sumWeightGen |
Int_t | nFilterSeen |
Int_t | nFilterAccept |
End of run statistics for event generators.
Collects end of run statistics for event generators, e.g. number of trials, number of accepted events, total cross section, etc...
The meaning of the following variables should follow that documented here–
http://home.thep.lu.se/~torbjorn/pythia81html/EventInformation.html
Definition at line 21 of file StarGenStats.h.