Analysis Software
Documentation for sPHENIX simulation software
|
#include <GlobalVariables.C>
#include <g4vertex/GlobalVertexFastSimReco.h>
#include <globalvertex/GlobalVertexReco.h>
#include <fun4all/Fun4AllServer.h>
Go to the source code of this file.
Namespaces | |
namespace | Enable |
namespace | G4GLOBAL |
Macros | |
#define | MACRO_G4GLOBAL_C |
Functions | |
void | GlobalInit () |
void | Global_Reco () |
void | Global_FastSim () |
Variables | |
bool | Enable::GLOBAL_RECO = false |
bool | Enable::GLOBAL_FASTSIM = false |
int | Enable::GLOBAL_VERBOSITY = 0 |
double | G4GLOBAL::x_smearing = 0.01 |
double | G4GLOBAL::y_smearing = 0.01 |
double | G4GLOBAL::z_smearing = 0.015 |
double | G4GLOBAL::t_smearing = 0.002 |
#define MACRO_G4GLOBAL_C |
Definition at line 2 of file G4_Global.C.
View newest version in sPHENIX GitHub at line 2 of file G4_Global.C
void Global_FastSim | ( | ) |
Definition at line 43 of file G4_Global.C.
View newest version in sPHENIX GitHub at line 43 of file G4_Global.C
References Enable::GLOBAL_VERBOSITY, Fun4AllServer::instance(), Fun4AllServer::registerSubsystem(), GlobalVertexFastSimReco::set_t_smearing(), GlobalVertexFastSimReco::set_x_smearing(), GlobalVertexFastSimReco::set_y_smearing(), GlobalVertexFastSimReco::set_z_smearing(), G4GLOBAL::t_smearing, verbosity, Enable::VERBOSITY, Fun4AllBase::Verbosity(), G4GLOBAL::x_smearing, G4GLOBAL::y_smearing, and G4GLOBAL::z_smearing.
void Global_Reco | ( | ) |
Definition at line 30 of file G4_Global.C.
View newest version in sPHENIX GitHub at line 30 of file G4_Global.C
References Enable::GLOBAL_VERBOSITY, Fun4AllServer::instance(), Fun4AllServer::registerSubsystem(), verbosity, Enable::VERBOSITY, and Fun4AllBase::Verbosity().
void GlobalInit | ( | ) |
Definition at line 28 of file G4_Global.C.
View newest version in sPHENIX GitHub at line 28 of file G4_Global.C