Projection

Is it possible to project x of a 2d histogram within a graphical cut interactively in the newest version of ROOT?

Yes, you can do this:
-create your TCutG. name it, eg “mycut”
-using the context menu “ProjectionX”, fill the Option argument in the dialog box with
dhist[mycut]

Rene