git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Test routines and example for use of AliFastGlauber and AliQuenchingWeights
[u/mrichter/AliRoot.git]
/
FASTSIM
/
plotContWeight.C
1
void plotContWeight()
2
{
3
AliQuenchingWeights afq;
4
afq.InitMult();
5
6
afq.PlotContWeights(1,4);
7
afq.PlotContWeights(2,1.);
8
}
9