#include "HepMC/GenEvent.h"
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <vector>
#include <string>
#include <algorithm>
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/IO_HERWIG.h"
#include "HepMC/IO_GenEvent.h"
#include "HepMC/IO_AsciiParticles.h"
Go to the source code of this file.
Functions | |
void | fill_eweight (HepMC::GenEvent *) |
void | fill_exsec (HepMC::GenEvent *) |
Variables | |
struct { | |
int iveto | |
int isveto | |
int njveto | |
} | mtchstat_ |
struct { | |
double maxwgt | |
double avgwgt | |
double errwgt | |
double totlum | |
int unwev | |
} | ahwgts_ |
struct { | |
int NUP | |
int IDPRUP | |
int IDUP [500] | |
int ISTUP [500] | |
int MOTHUP [500][2] | |
int ICOLUP [500][2] | |
double XWGTUP | |
double SCALUP | |
double AQEDUP | |
double AQCDUP | |
double PUP [500][5] | |
double VTIMUP [500] | |
double SPINUP [500] | |
} | hepeup_ |
struct { | |
int nvpass | |
int nvcall | |
int nvfail | |
} | evstat_ |
void fill_eweight | ( | HepMC::GenEvent * | ) |
void fill_exsec | ( | HepMC::GenEvent * | ) |
Definition at line 14 of file alpgen_spec.cc.
References ahwgts_, and evstat_.
Referenced by main().
struct { ... } ahwgts_ |
Referenced by fill_eweight(), and fill_exsec().
double AQCDUP |
Definition at line 51 of file alpgen_spec.h.
double AQEDUP |
Definition at line 51 of file alpgen_spec.h.
double avgwgt |
Definition at line 45 of file alpgen_spec.h.
double errwgt |
Definition at line 45 of file alpgen_spec.h.
struct { ... } evstat_ |
Referenced by fill_exsec(), and main().
int ICOLUP[500][2] |
Definition at line 50 of file alpgen_spec.h.
int IDPRUP |
Definition at line 50 of file alpgen_spec.h.
int IDUP[500] |
Definition at line 50 of file alpgen_spec.h.
int ISTUP[500] |
Definition at line 50 of file alpgen_spec.h.
int isveto |
Definition at line 39 of file alpgen_spec.h.
int iveto |
Definition at line 39 of file alpgen_spec.h.
double maxwgt |
Definition at line 45 of file alpgen_spec.h.
int MOTHUP[500][2] |
Definition at line 50 of file alpgen_spec.h.
struct { ... } mtchstat_ |
int njveto |
Definition at line 39 of file alpgen_spec.h.
int NUP |
Definition at line 50 of file alpgen_spec.h.
int nvcall |
Definition at line 55 of file alpgen_spec.h.
int nvfail |
Definition at line 55 of file alpgen_spec.h.
int nvpass |
Definition at line 55 of file alpgen_spec.h.
double PUP[500][5] |
Definition at line 51 of file alpgen_spec.h.
double SCALUP |
Definition at line 51 of file alpgen_spec.h.
double SPINUP[500] |
Definition at line 51 of file alpgen_spec.h.
double totlum |
Definition at line 45 of file alpgen_spec.h.
int unwev |
Definition at line 46 of file alpgen_spec.h.
double VTIMUP[500] |
Definition at line 51 of file alpgen_spec.h.
double XWGTUP |
Definition at line 51 of file alpgen_spec.h.