]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FASTSIM/plotContWeight.C
Protection if trigger TClonesArray is empty (Ch.F.)
[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