|
GENIEGenerator
|
#include <TFile.h>#include <TNtuple.h>#include <TSystem.h>#include <TH1D.h>#include <TF1.h>#include "Tools/Flux/GCylindTH1Flux.h"#include "Framework/Messenger/Messenger.h"#include "Framework/ParticleData/PDGCodes.h"Go to the source code of this file.
Functions | |
| TNtuple * | runGCylindTH1FluxDriver (void) |
| TNtuple * | createFluxNtuple (GFluxI *flux) |
| int | main (int, char **) |
Variables | |
| const unsigned int | kNEvents = 10000 |
| TNtuple * createFluxNtuple | ( | GFluxI * | flux | ) |
Definition at line 98 of file gtestFluxSimple.cxx.
References kNEvents, LOG, and pINFO.
Referenced by runGCylindTH1FluxDriver().
| int main | ( | int | , |
| char ** | ) |
Definition at line 38 of file gtestFluxSimple.cxx.
References LOG, pINFO, runGCylindTH1FluxDriver(), and Write().
| TNtuple * runGCylindTH1FluxDriver | ( | void | ) |
Definition at line 57 of file gtestFluxSimple.cxx.
References createFluxNtuple(), genie::kPdgAntiNuMu, genie::kPdgNuMu, LOG, and pINFO.
Referenced by main().
| const unsigned int kNEvents = 10000 |
Definition at line 32 of file gtestFluxSimple.cxx.