I use TSelector for analysing my data.
Earlier when I use MakeSelector to generate skelton class (.C and .h files) it uses fChain->SetBranchAddress. Then I have updated ROOT and now when I try to generate skelton class, It use TTreeReaderValue() function with which I am not much familiar with. Is there a way to generate skelton class with SetBranchAddress() function using new version of ROOT.
ROOT Version: 6.14/04
Platform: Ubuntu 18.04 LTS