Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
run_GetRoad.C
Go to the documentation of this file.
1
#if ROOT_VERSION_CODE >= ROOT_VERSION(6,00,0)
2
R__LOAD_LIBRARY(libtrigger_ana)
3
#endif
4
5
int
run_GetRoad
(
const
char
* fname =
"roads.root"
)
6
{
7
GeomSvc::UseDbSvc
(
true
);
8
GeomSvc
* geom_svc =
GeomSvc::instance
();
9
10
GetRoad
*gr =
new
GetRoad
(fname, 0);
11
12
delete
gr;
13
return
0;
14
}
GeomSvc::UseDbSvc
static bool UseDbSvc()
Definition:
GeomSvc.h:304
GeomSvc::instance
static GeomSvc * instance()
singlton instance
Definition:
GeomSvc.cxx:211
GeomSvc
Definition:
GeomSvc.h:129
run_GetRoad
int run_GetRoad(const char *fname="roads.root")
Definition:
run_GetRoad.C:5
GetRoad
Definition:
GetRoad.h:27
e1039-analysis
TriggerAna
work
run_GetRoad.C
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration