Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
g4lbne
VersionAndContext.cc
Go to the documentation of this file.
1
#include <iostream>
2
#include <stdlib.h>
3
#include <stdio.h>
4
#include <unistd.h>
5
#include <fstream>
6
7
#include "
VersionAndContext.hh
"
8
9
VersionAndContext::VersionAndContext
():
10
gitDescription(
"heads/master"
),
11
g4lbnfDir(
"/dune/app/users/bashyal8/g4lbne_dev/v3r5p4_stash/g4lbne"
),
12
buildTimeStamp(
"2018-10-09.16:15:18"
)
13
{ ; }
14
15
VersionAndContext
*
VersionAndContext::fInstance
= 0;
16
17
VersionAndContext
*
VersionAndContext::Instance
() {
18
if
(
fInstance
== 0)
fInstance
=
new
VersionAndContext
();
19
return
fInstance
; }
VersionAndContext::Instance
static VersionAndContext * Instance()
Definition:
VersionAndContext.cc:17
VersionAndContext
Definition:
VersionAndContext.hh:14
VersionAndContext::VersionAndContext
VersionAndContext()
Definition:
VersionAndContext.cc:9
VersionAndContext::fInstance
static VersionAndContext * fInstance
Definition:
VersionAndContext.hh:19
VersionAndContext.hh
Generated by
1.8.11