Show () command in root

Hello friends,
I have a TTree file which contains different channels such as semileptonic, full hadronic and dileptonic events and I select semileptonic events, but when I want to do some analysis and execute Show command it shows only 10 Status number or particle Id while we have 12 particles. what is the problem?
Thanks,
Please read tips for efficient and successful posting and posting code

ROOT Version: 6.10
Platform: linux, ubuntu
Compiler: Not Provided


Not sure if this is what is described in the TTree::Show() documentation, but you can also try TTree::Scan() or TTree::Print().