Skip to content
Snippets Groups Projects
Commit 361d2d34 authored by matta's avatar matta
Browse files

* Fixing Warning on Mac Os X

* Changing default simulation name in Gaspar
parent 91a01413
No related branches found
No related tags found
No related merge requests found
TTreeName TTreeName
SimulatedTree SimulatedTree
RootFileName RootFileName
../../Outputs/Simulation/mySimul.root ../../Outputs/Simulation/myResult.root
% ../../Outputs/Simulation/134Snpt_1h9_10MeVA_T0_B0_E0_S2mm.root % ../../Outputs/Simulation/134Snpt_1h9_10MeVA_T0_B0_E0_S2mm.root
% ../../Outputs/Simulation/132Sndp_3p3_10MeVA_T0_B1_E0_S05mm.root % ../../Outputs/Simulation/132Sndp_3p3_10MeVA_T0_B1_E0_S05mm.root
% ../../Outputs/Simulation/134Snpt_1h9_10MeVA_T1_B1_E0_S05mm.root % ../../Outputs/Simulation/134Snpt_1h9_10MeVA_T1_B1_E0_S05mm.root
...@@ -54,7 +54,7 @@ class NPTagManager : public TObject ...@@ -54,7 +54,7 @@ class NPTagManager : public TObject
// Print all the condition that exist in fTAG // Print all the condition that exist in fTAG
void PrintCondition(); void PrintCondition();
inline void Print() {PrintCondition();}; inline void Print() {PrintCondition();};
void Print(const Option_t*) const; void Print(const Option_t*) const {} ;
// Print to File filename all the condition that exist in fTAG // Print to File filename all the condition that exist in fTAG
void PrintConditionToFile(string filename); void PrintConditionToFile(string filename);
......
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