Skip to content
Snippets Groups Projects
Commit 34fa5bde authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing vis.mac issue

parent f0cc70d9
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
GeneralTarget GeneralTarget
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1
Target Target
THICKNESS= 9.5 THICKNESS= 0.94
RADIUS= 5 RADIUS= 5
MATERIAL= CD2 MATERIAL= CD2
ANGLE= 0 ANGLE= 0
...@@ -87,6 +87,9 @@ M2Telescope ...@@ -87,6 +87,9 @@ M2Telescope
CSI= 0 CSI= 0
VIS= all VIS= all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Tiara
TiaraChamber= 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
EXOGAMArray EXOGAMArray
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1
EXOGAMClover EXOGAMClover
......
...@@ -45,7 +45,7 @@ int main(int argc, char** argv){ ...@@ -45,7 +45,7 @@ int main(int argc, char** argv){
double TargetThickness = 18*micrometer; double TargetThickness = 18*micrometer;
// Beam Energy // Beam Energy
double OriginalBeamEnergy = 4.0* 74; // AMEV double OriginalBeamEnergy = myReaction->GetBeamEnergy(); // AMEV
// intermediate variable // intermediate variable
TRandom3 Rand = TRandom3(); TRandom3 Rand = TRandom3();
int DetectorNumber = 0 ; int DetectorNumber = 0 ;
......
No preview for this file type
TTreeName TTreeName
SimulatedTree SimulatedTree
RootFileName RootFileName
../../Outputs/Simulation/28Mg.root ../../Outputs/Simulation/MUGAST_thin.root
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
/process/eLoss/verbose 0 /process/eLoss/verbose 0
# #
# Use this open statement to create an OpenGL view: # Use this open statement to create an OpenGL view:
#/vis/open OGLI 1200x600-0+0 /vis/open OGLI 1200x600-0+0
#/vis/open VRML2FILE #/vis/open VRML2FILE
# #
# Draw geometry: # Draw geometry:
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
/vis/viewer/set/autoRefresh true /vis/viewer/set/autoRefresh true
/vis/verbose 0 /vis/verbose 0
/run/beamOn 50000
# print Option # print Option
#/vis/ogl/set/printMode vectored #/vis/ogl/set/printMode vectored
#/vis/ogl/set/transparency true #/vis/ogl/set/transparency true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment