Multiplying histograms

I am facing a similar problem, i want to multiply a 2d histogram to a specific number say ‘8’ . for that i am using the following,

histo_newMC[n]->Scale(8);
but no matter i write this command or not, i get the same plots , i can’t figure out why?. please let me know if anybody knows what the problem is