]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
In vmctest/*/g4Config.C:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Oct 2011 15:44:47 +0000 (15:44 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Oct 2011 15:44:47 +0000 (15:44 +0000)
Adding the physics selection in the TGeant4 title, so that
it can be retrievable in a user application.

test/vmctest/gun/g4Config.C
test/vmctest/ppbench/g4Config.C

index 579b2eb87d90c89d3efe53593d6c47993c216dc6..64e97678c4890adab6406ef383051876a610dda4 100644 (file)
@@ -48,8 +48,12 @@ void Config()
 //                                "specialCuts+specialControls+stackPopper+stepLimiter",
 //                                 true);
       
 //                                "specialCuts+specialControls+stackPopper+stepLimiter",
 //                                 true);
       
-
-    geant4 = new TGeant4("TGeant4", "The Geant4 Monte Carlo", runConfiguration);
+    geant4 = new TGeant4("TGeant4", 
+                         "The Geant4 Monte Carlo : QGSP_BERT_EMV+optical", 
+                         runConfiguration);
+             // Repeat physics selection in the title; to be removed
+             // with new geant4_vmc tag (1.13)            
+                         
     cout << "Geant4 has been created." << endl;
   } 
   else {
     cout << "Geant4 has been created." << endl;
   } 
   else {
index eea00312312a9a904608e77ba0e6e58a45ccabc9..f6e1219038b1e989611c4b97f2612f7d86a2b1cc 100644 (file)
@@ -47,9 +47,13 @@ void Config()
 //                                "QGSP_BERT_EMV+optical", 
 //                                "specialCuts+stackPopper+stepLimiter",
 //                                 true);
 //                                "QGSP_BERT_EMV+optical", 
 //                                "specialCuts+stackPopper+stepLimiter",
 //                                 true);
-      
 
 
-    geant4 = new TGeant4("TGeant4", "The Geant4 Monte Carlo", runConfiguration);
+    geant4 = new TGeant4("TGeant4", 
+                         "The Geant4 Monte Carlo : QGSP_BERT_EMV+optical", 
+                         runConfiguration);
+             // Repeat physics selection in the title; to be removed
+             // with new geant4_vmc tag (1.13)            
+
     cout << "Geant4 has been created." << endl;
   } 
   else {
     cout << "Geant4 has been created." << endl;
   } 
   else {