This macro demonstrates how to use "glcol" option for TH3. 
  
{
   
 
 
 
   TH3F *hist = 
new TH3F(
"glvoxel", 
"glvoxel", 30, -1., 1., 30, -1., 1., 30, -1., 1.);
 
 
   
 
 
 
         }
      }
   }
 
 
}
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int)
 
double Double_t
Double 8 bytes.
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
R__EXTERN TStyle * gStyle
 
void Draw(Option_t *option="") override
Draw this histogram with options.
 
3-D histogram with a float per channel (see TH1 documentation)
 
void SetBinContent(Int_t bin, Double_t content) override
Set bin content.
 
void SetCanvasPreferGL(Bool_t prefer=kTRUE)
 
- Author
 - Timur Pocheptsov 
 
Definition in file glvox1.C.