#include <iostream>
#include "HepMC/PythiaWrapper.h"
#include "CascadeWrapper.h"
#include "MyCascadeWrapper.h"
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/IO_GenEvent.h"
#include "HepMC/GenEvent.h"
#include "PythiaHelper.h"
#include <stdio.h>
#include "HepMC/IO_AsciiParticles.h"
#include "HepMC/SimpleVector.h"
#include "TH1.h"
#include "TFile.h"
#include "TMath.h"
#include <TCanvas.h>
#include "TF1.h"
#include <TH2.h>
#include <TStyle.h>
#include "TLegend.h"
#include <TTree.h>
#include <TString.h>
#include "Configuration.h"
#include "readCascadeConfigFile.h"
Go to the source code of this file.
Defines | |
#define | steer1 steer1_ |
Functions | |
int | main (int argc, const char *argv[]) |
Variables | |
struct { | |
int Nevent | |
} | steer1_ |
#define steer1 steer1_ |
Definition at line 54 of file generator.cc.
int main | ( | int | argc, | |
const char * | argv[] | |||
) |
Definition at line 59 of file generator.cc.
References Configuration::ConfigFileNames, Nevent, Configuration::nevents, Configuration::read(), and readConfigFile().
int Nevent |
Definition at line 51 of file generator.cc.
struct { ... } steer1_ |