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