|
GENIEGenerator
|
#include <string>#include <TFile.h>#include <TTree.h>#include <TLeaf.h>#include "Framework/Conventions/GBuild.h"#include "Framework/EventGen/EventRecord.h"#include "Framework/Ntuple/NtpMCFormat.h"#include "Framework/Ntuple/NtpMCTreeHeader.h"#include "Framework/Ntuple/NtpMCEventRecord.h"#include "Framework/Messenger/Messenger.h"#include "Framework/ParticleData/PDGLibrary.h"#include "Framework/Utils/CmdLnArgParser.h"#include "Framework/Utils/RunOpt.h"
Go to the source code of this file.
Functions | |
| void | GetCommandLineArgs (int argc, char **argv) |
| void | PrintSyntax (void) |
| void | GetEventRange (Long64_t nev, Long64_t &n1, Long64_t &n2) |
| int | main (int argc, char **argv) |
Variables | |
| Long64_t | gOptNEvtL |
| Long64_t | gOptNEvtH |
| string | gOptInpFilename |
| void GetCommandLineArgs | ( | int | argc, |
| char ** | argv | ||
| ) |
| void GetEventRange | ( | Long64_t | nev, |
| Long64_t & | n1, | ||
| Long64_t & | n2 | ||
| ) |
Definition at line 217 of file gEvDump.cxx.
References genie::gAbortingInErr, gOptNEvtH, gOptNEvtL, LOG, pFATAL, and PrintSyntax().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 79 of file gEvDump.cxx.
References genie::PDGLibrary::AddDarkMatter(), genie::NtpMCEventRecord::Clear(), genie::NtpMCEventRecord::event, genie::gAbortingInErr, GetCommandLineArgs(), GetEventRange(), gOptInpFilename, genie::NtpMCRecordI::hdr, genie::NtpMCRecHeader::ievent, genie::RunOpt::Instance(), genie::PDGLibrary::Instance(), LOG, pFATAL, pNOTICE, and genie::GHepRecord::SetPrintLevel().
| void PrintSyntax | ( | void | ) |
| string gOptInpFilename |
Definition at line 76 of file gEvDump.cxx.
Referenced by main().
| Long64_t gOptNEvtH |
Definition at line 75 of file gEvDump.cxx.
Referenced by GetEventRange(), and main().
| Long64_t gOptNEvtL |
Definition at line 74 of file gEvDump.cxx.
Referenced by GetEventRange(), and main().
1.8.5