git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Removed ; after ClassImp(dNdEtaAnalysis)
[u/mrichter/AliRoot.git]
/
PWG0
/
dNdEta
/
drawCorrection.C
Commit
Line
Data
75ec0f41
1
void drawCorrection()
2
{
3
gSystem->Load("libdNdEta.so");
4
5
dNdEtaCorrection* dNdEtaMap = new dNdEtaCorrection();
6
dNdEtaMap->LoadCorrection("correction_map.root");
7
8
dNdEtaMap->DrawHistograms();
9
}