Skip to content
benkrikler edited this page Apr 26, 2016 · 9 revisions

Date: 26th April 2016

Time: 12:00 - 13:00 UK

Room: 532 Blackett, 40-R-D10 CERN

Indico Link: https://indico.cern.ch/event/524794/

Vidyo link: https://vidyoportal.cern.ch/flex.html?roomdirect.html&key=jWovOD3i3Wr9oDDLFka32uHn48w

Topic: ROOT Tips and Tricks and Questions

    // Scale value to an index between 0 and the number of colours in the pallette
    double colorIndex=(value-minimum_value)/maximum_value*gStyle->GetNumberOfColors();
    // Map the index in the pallette to an actual colour value
    int colour=gStyle->GetColorPalette(colorIndex); `
  • Oliver:
  • Ray:
    • Tracing images in ROOT
Clone this wiki locally