The current tree root is the root that is currently at the top of the tree, though not necessarily the original root of the tree.
To get the current root node, use:
var objRootNode = [Tree].getCurrentRoot()