]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FASTSIM/plotContWeight.C
First implementation of EMCAL trigger QA from Nicola Arbor
[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