#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 | ||
| ) |
Definition at line 132 of file gtestEventLoop.cxx.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 44 of file gtestEventLoop.cxx.
| string gOptInpFilename |
Definition at line 41 of file gtestEventLoop.cxx.
| int gOptNEvt |
Definition at line 40 of file gtestEventLoop.cxx.
1.8.11