FairRoot/PandaRoot
|
#include <TApplication.h>
#include <iostream>
Go to the source code of this file.
Functions | |
void | runLumiSimBox () |
int | main (int argc, char **argv) |
Variables | |
int | nEvents = 1000000 |
double | mom = 15 |
double | mom_spread = 1e-4 |
double | dx = -0. |
double | dy = -0. |
double | phi_low = 0 |
double | phi_high = 360. |
double | theta_low = 3.e-3/3.141 *180. |
double | theta_high = 10.e-3/3.141 *180. |
TString | storePath ="." |
const int | particle =-2212 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 336 of file runLumiSimBox.cxx.
References dx, dy, mom, nEvents, and runLumiSimBox().
void runLumiSimBox | ( | ) |
Definition at line 56 of file runLumiSimBox.cxx.
References PndMultiField::AddField(), Bool_t, Cave, ctime, Dipole, Double_t, dx, dy, fBox, fField, fRun, gDebug, kParameterMerged, Magnet, map_d1, map_d2, map_s1, map_s2, map_s3, map_s4, map_t, mom, mom_spread, nEvents, output, Par, parOutput, particle, phi_high, phi_low, Pipe, primGen, printf(), rtdb, rtime, PndSdsDetector::SetExclusiveSensorType(), PndMultiFieldPar::SetParameters(), PndSdsDetector::SetVerboseLevel(), simOutput, storePath, theta_high, theta_low, timer, TString, and verboseLevel.
Referenced by main().
double dx = -0. |
Definition at line 44 of file runLumiSimBox.cxx.
Referenced by main(), and runLumiSimBox().
double dy = -0. |
Definition at line 45 of file runLumiSimBox.cxx.
Referenced by main(), and runLumiSimBox().
double mom = 15 |
Definition at line 42 of file runLumiSimBox.cxx.
Referenced by main(), and runLumiSimBox().
double mom_spread = 1e-4 |
Definition at line 43 of file runLumiSimBox.cxx.
Referenced by runLumiSimBox().
int nEvents = 1000000 |
Definition at line 41 of file runLumiSimBox.cxx.
Referenced by main(), and runLumiSimBox().
const int particle =-2212 |
Definition at line 51 of file runLumiSimBox.cxx.
Referenced by runLumiSimBox().
double phi_high = 360. |
Definition at line 47 of file runLumiSimBox.cxx.
Referenced by runLumiSimBox().
double phi_low = 0 |
Definition at line 46 of file runLumiSimBox.cxx.
Referenced by runLumiSimBox().
TString storePath ="." |
Definition at line 50 of file runLumiSimBox.cxx.
Referenced by runLumiSimBox().
double theta_high = 10.e-3/3.141 *180. |
Definition at line 49 of file runLumiSimBox.cxx.
Referenced by runLumiSimBox().
double theta_low = 3.e-3/3.141 *180. |
Definition at line 48 of file runLumiSimBox.cxx.
Referenced by runLumiSimBox().