A toy event generator for events. This file also contains helper function for generation of random toy events. See the documentation for the header file gentop.h for details. More...
#include "TopQuarkAnalysis/TopHitFit/interface/gentop.h"
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandExponential.h"
#include "CLHEP/Random/RandBreitWigner.h"
#include "CLHEP/Random/RandGauss.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include "TopQuarkAnalysis/TopHitFit/interface/fourvec.h"
#include "TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event.h"
#include "TopQuarkAnalysis/TopHitFit/interface/Defaults.h"
#include <cmath>
#include <ostream>
Go to the source code of this file.
Namespaces | |
hitfit | |
Functions | |
Lepjets_Event | hitfit::gentop (const Gentop_Args &args, CLHEP::HepRandomEngine &engine) |
Generate a event. More... | |
Lepjets_Event | hitfit::gentth (const Gentop_Args &args, CLHEP::HepRandomEngine &engine) |
Generate a event. More... | |
A toy event generator for events. This file also contains helper function for generation of random toy events. See the documentation for the header file gentop.h for details.
Definition in file gentop.cc.