GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
void Distribution2D ( TH2 &  histo,
const char *  filebasename,
const char *  pathtofile = "./",
Int_t  istart = 1,
Int_t  iend = 10 
)

Function to draw a 2D distribution.

As for Distribution, just allocate your 2D histogram with a title corresponding to what you would like to draw.

TH1F h("MyHisto","JE:EE",20,0,20,20,0,20); Distribution2D(h, ... );

will draw the entry point distribution in the (Spin,Excitation Energy) space.

Definition at line 309 of file FirstPax.C.