after looking in TTree::SetBranchStatus, I would try to get the
branch status with
tree->GetBranch("branchname")->TestBit(kDoNotProcess)
But kDoNotProcess is not defined in a header file,
but in src/TREE_Branch.cxx.
What is the recommended way to check the branch status?
Best regards
Ludger
+-------------------------------------------------------------------+
| Ludger Janauschek email: janausch@mppmu.mpg.de |
| Max-Planck-Institut fuer Physik |
| (Werner-Heisenberg-Institut) phone: +49 89 32354 - 344 |
| Foehringer Ring 6 fax: +49 89 32354 - 213 |
| D-80805 Muenchen |
+-------------------------------------------------------------------+