eventAnalysis  7.0-49-g0ac7482
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TeventAnalysis_version.cxx
Go to the documentation of this file.
1 #include "TOADatabase.hxx"
2 
3 // Source for TeventAnalysis_version.cxx auto-generated using the
4 // Tpackage_version.cxx.in template file.
5 
8 #include "eventAnalysis_make_date.hxx"
9 
11 
12 // Trickiness so that the package version is automatically added to the
13 // list of used packages.
15 
17 
20 }
21 
23 
25  // register this package.
26  ND::TOADatabase::Get().PackageSet().insert(fThis);
27 }
28 
30  // Make sure that fThis is initialized;
31  if (!fThis) {
32  // Make sure that fThis is not null before allocating a real pointer.
33  // This cruft is required so that there isn't an infinite recursion
34  // while fThis is initialized.
35  fThis = (ND::TeventAnalysis_version*) 1;
36  // Allocate real space for the fThis pointer.
37  fThis = new ND::TeventAnalysis_version;
38  // Now initialize
39  fThis->Initialize();
40  }
41  // Return the pointer.
42  return fThis;
43 }
44 
45 const char* ND::TeventAnalysis_version::GetName(void) const {
46  return eventAnalysis_NAME;
47 }
48 
49 const char* ND::TeventAnalysis_version::GetVersion(void) const {
50  return eventAnalysis_VERSION;
51 }
52 
54  return eventAnalysis_COMPILE_DATE;
55 }
56 
59 }
60 
63 }
64 
67 }
#define eventAnalysis_NAME
static ND::TeventAnalysis_version eventAnalysis_version
#define eventAnalysis_VERSION
#define eventAnalysis_COMPILE_DIR
ClassImp(ND::TBeamSummaryDataModule::TBeamSummaryData)
static TeventAnalysis_version * Get(void)
Return a reference to the singleton.
This has fields for the library version and can add stuff to the TROOT environment.
#define eventAnalysis_COMPILE_UNAME
const char * GetCompilationMachineInfo(void) const
Return the machine information for the machine that compiled this library.
const char * GetCompilationDirectory(void) const
Return the directory from which this library was compiled.
static TeventAnalysis_version * fThis
const char * GetCompilationDate(void) const
Return the date that this library was compiled.
const char * GetName(void) const
Return the version of this library.
#define eventAnalysis_COMPILE_HOST
const char * GetCompilationHost(void) const
Return the host that this library was compiled on.
const char * GetVersion(void) const
Return the version of this library.
void Initialize(void)
Do any initialization needed for the oaUtility library.

Package Summary
Package Name: eventAnalysis
Package Version: 7.0-49-g0ac7482
Package Manager:

Generated on Mon Mar 25 2024 14:43:58 for eventAnalysis by doxygen 1.8.5