QwGeant4
QweakSimUserRunInformation.cc
Go to the documentation of this file.
2 
3 // root includes
4 #include <TObjString.h>
5 
6 // user includes
7 #include "QweakSimVersion.hh"
8 
10 
12 {
13  Conditions.AddLast(new TObjString("Revision: " + TString(QWEAKSIM_REVISION)));
14  Conditions.AddLast(new TObjString("Root: " + TString(QWEAKSIM_ROOT)));
15  Conditions.AddLast(new TObjString("URL: " + TString(QWEAKSIM_URL)));
16  Conditions.AddLast(new TObjString("Last changed author: " + TString(QWEAKSIM_LAST_CHANGED_AUTHOR)));
17  Conditions.AddLast(new TObjString("Last changed date: " + TString(QWEAKSIM_LAST_CHANGED_DATE)));
18  Conditions.AddLast(new TObjString("Last changed revision: " + TString(QWEAKSIM_LAST_CHANGED_REV)));
19 }
20 
22 { }