]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FASTSIM/plotContWeight.C
Change from Int_t/SHort_t to smaller data types, the change from Float_t/Double_t...
[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