|
GENIEGenerator
|
#include <cassert>#include <cstdlib>#include <string>#include <vector>#include <TFile.h>#include <TNtuple.h>#include "Framework/AlgorithmAlgFactory.h"#include "Framework/Conventions/Units.h"#include "Physics/MuonEnergyLoss/MuELossI.h"#include "Physics/MuonEnergyLoss/MuELMaterial.h"#include "Physics/MuonEnergyLoss/MuELProcess.h"#include "Framework/Messenger/Messenger.h"#include "Framework/Utils/StringUtils.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 | |
| string | gOptMaterials |
| void GetCommandLineArgs | ( | int | argc, |
| char ** | argv | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 56 of file gtestMuELoss.cxx.
References genie::utils::res::AsString(), genie::units::cm2, genie::mueloss::MuELossI::dE_dx(), genie::units::g, genie::AlgFactory::GetAlgorithm(), GetCommandLineArgs(), genie::units::GeV, gOptMaterials, genie::Algorithm::Id(), genie::AlgFactory::Instance(), genie::AlgId::Key(), LOG, pINFO, genie::mueloss::MuELossI::Process(), and genie::utils::str::Split().
| string gOptMaterials |
Definition at line 53 of file gtestMuELoss.cxx.
Referenced by main().
1.8.5