#include <cassert>#include <string>#include <sstream>#include <TSystem.h>#include <TFile.h>#include <TTree.h>#include <TChain.h>#include <TChainElement.h>#include "Framework/Conventions/GBuild.h"#include "Framework/EventGen/EventRecord.h"#include "Framework/GHEP/GHepStatus.h"#include "Framework/GHEP/GHepParticle.h"#include "Framework/GHEP/GHepUtils.h"#include "Framework/Ntuple/NtpMCFormat.h"#include "Framework/Ntuple/NtpMCTreeHeader.h"#include "Framework/Ntuple/NtpMCEventRecord.h"#include "Framework/Ntuple/NtpWriter.h"#include "Framework/Messenger/Messenger.h"#include "Framework/ParticleData/PDGCodes.h"#include "Framework/ParticleData/PDGUtils.h"#include "Framework/ParticleData/PDGLibrary.h"#include "Framework/Utils/AppInit.h"#include "Framework/Utils/CmdLnArgParser.h"#include "Framework/Utils/SystemUtils.h"#include "Framework/Utils/RunOpt.h"Go to the source code of this file.
Typedefs | |
| typedef enum EGPickType | GPickType_t |
Functions | |
| void | GetCommandLineArgs (int argc, char **argv) |
| void | RunCherryPicker (void) |
| bool | AcceptEvent (const EventRecord &event) |
| void | PrintSyntax (void) |
| string | DefaultOutputFile (void) |
| int | main (int argc, char **argv) |
Variables | |
| string | gOptInpFileNames |
| input file name More... | |
| string | gOptOutFileName |
| output file name More... | |
| string | gPickedTypeStr |
| output file name More... | |
| GPickType_t | gPickedType |
| output file format id More... | |
| typedef enum EGPickType GPickType_t |
| enum EGPickType |
Definition at line 183 of file gEvPick.cxx.
| bool AcceptEvent | ( | const EventRecord & | event | ) |
Definition at line 331 of file gEvPick.cxx.
| string DefaultOutputFile | ( | void | ) |
Definition at line 577 of file gEvPick.cxx.
| void GetCommandLineArgs | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 497 of file gEvPick.cxx.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 221 of file gEvPick.cxx.
| void PrintSyntax | ( | void | ) |
Definition at line 610 of file gEvPick.cxx.
| void RunCherryPicker | ( | void | ) |
Definition at line 233 of file gEvPick.cxx.
| string gOptInpFileNames |
input file name
Definition at line 215 of file gEvPick.cxx.
| string gOptOutFileName |
output file name
Definition at line 216 of file gEvPick.cxx.
| GPickType_t gPickedType |
output file format id
Definition at line 218 of file gEvPick.cxx.
| string gPickedTypeStr |
output file name
Definition at line 217 of file gEvPick.cxx.
1.8.11