git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Update master to aliroot
[u/mrichter/AliRoot.git]
/
TPC
/
scripts
/
loadTPCcalib.C
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
/// \file loadTPCcalib.C
2
3
void loadTPCcalib(){
4
///
5
6
gROOT->Macro("~/NimStyle.C");
7
gSystem->Load("libANALYSIS");
8
gSystem->Load("libTPCcalib");
9
printf("LOAD TPC calibration libraries\n\n");
10
}