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 
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 
16 
18  if (fInstance == 0) fInstance = new VersionAndContext();
19  return fInstance; }
static VersionAndContext * Instance()
static VersionAndContext * fInstance