|
GENIEGenerator
|
#include <string>#include <TSystem.h>#include <TFile.h>#include <TTree.h>#include <TIterator.h>#include "Framework/EventGen/EventRecord.h"#include "Framework/GHEP/GHepParticle.h"#include "Framework/Ntuple/NtpMCFormat.h"#include "Framework/Ntuple/NtpMCTreeHeader.h"#include "Framework/Ntuple/NtpMCEventRecord.h"#include "Framework/Messenger/Messenger.h"#include "Framework/ParticleData/PDGCodes.h"#include "Framework/Utils/CmdLnArgParser.h"
Go to the source code of this file.
Functions | |
| void | GetCommandLineArgs (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| int | gOptNEvt |
| string | gOptInpFilename |
| void GetCommandLineArgs | ( | int | argc, |
| char ** | argv | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 44 of file gtestEventLoop.cxx.
References genie::NtpMCEventRecord::Clear(), genie::GHepParticle::E(), genie::NtpMCEventRecord::event, GetCommandLineArgs(), gOptInpFilename, gOptNEvt, genie::kIStStableFinalState, genie::kPdgPi0, genie::kPdgPiM, genie::kPdgPiP, LOG, genie::GHepParticle::Name(), genie::GHepParticle::Pdg(), pNOTICE, and genie::GHepParticle::Status().
| string gOptInpFilename |
Definition at line 41 of file gtestEventLoop.cxx.
| int gOptNEvt |
Definition at line 40 of file gtestEventLoop.cxx.
Referenced by main().
1.8.5