Segmentation fault analysing eventtree in 10 root files

Hi,
I am trying to read the event tree for the 10 root files in an analysis code generated by makeclass method. I have added the 10 files by TChain method.
But during execution getting the following error.
Please provide any solution related to this.

***********************************************************************************************
The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://root.cern.ch/bugs Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.
===========================================================

#6  __memcpy_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:238
#7  0x00007f5aed37dd4c in memcpy (__len=<optimized out>, __src=<optimized out>, __dest=0x7f59dea44181) at /usr/include/x86_64-linux-gnu/bits/string3.h:53
#8  TFile::ReadBuffers (this=0x2993240, buf=0x7f5a5d72d010 "", pos=<optimized out>, len=<optimized out>, nbuf=95) at /home/sunil/Applications/root/root-source/io/io/src/TFile.cxx:1768
#9  0x00007f5aed390abf in TFileCacheRead::ReadBufferExtNormal (this=0x2d34ed0, buf=0x33a23d0 "", pos=3903923623, len=3172, loc=
0x7fffdbb33094: -1) at /home/sunil/Applications/root/root-source/io/io/src/TFileCacheRead.cxx:462
#10 0x00007f5aed39045a in TFileCacheRead::ReadBufferExt (loc=
0x7fffdbb33094: -1, len=<optimized out>, pos=<optimized out>, buf=<optimized out>, this=0x2d34ed0) at /home/sunil/Applications/root/root-source/io/io/src/TFileCacheRead.cxx:386
#11 TFileCacheRead::ReadBuffer (this=this
entry=0x2d34ed0, buf=buf
entry=0x33a23d0 "", pos=pos
entry=3903923623, len=len
entry=3172) at /home/sunil/Applications/root/root-source/io/io/src/TFileCacheRead.cxx:370
#12 0x00007f5aeca47e5a in TTreeCache::ReadBufferNormal (this=0x2d34ed0, buf=0x33a23d0 "", pos=3903923623, len=3172) at /home/sunil/Applications/root/root-source/tree/tree/src/TTreeCache.cxx:1880
#13 0x00007f5aec9c4363 in TBasket::ReadBasketBuffers (this=this
entry=0x364a9c0, pos=3903923623, len=3172, file=file
entry=0x2993240) at /home/sunil/Applications/root/root-source/tree/tree/src/TBasket.cxx:510
#14 0x00007f5aec9ca333 in TBranch::GetBasket (this=this
entry=0x333dcd0, basketnumber=3) at /home/sunil/Applications/root/root-source/tree/tree/src/TBranch.cxx:1219
#15 0x00007f5aec9cab62 in TBranch::GetEntry (this=0x333dcd0, entry=6555, getall=<optimized out>) at /home/sunil/Applications/root/root-source/tree/tree/src/TBranch.cxx:1351
#16 0x00007f5aeca30121 in TTree::<lambda()>::operator() (__closure=<synthetic pointer>) at /home/sunil/Applications/root/root-source/tree/tree/src/TTree.cxx:5355
#17 TTree::GetEntry (this=0x2bea180, entry=6555, getall=0) at /home/sunil/Applications/root/root-source/tree/tree/src/TTree.cxx:5431
#18 0x0000000000403076 in PETAnalysis::Loop (this=0x7fffdbb33520) at PETAnalysis.C:66
#19 0x00000000004042f8 in main () at main.C:6
===========================================================


*** Error in `./petanalysis.exe': munmap_chunk(): invalid pointer: 0x00007f5adc9d9010 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f5aebd2d7e5]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x1a8)[0x7f5aebd3a698]
/usr/local/lib/libHist.so(_ZN4TH2ID1Ev+0x55)[0x7f5aecf074d5]
/usr/local/lib/libHist.so(_ZN4TH2ID0Ev+0x9)[0x7f5aecf07529]
/usr/local/lib/libCore.so(_ZN9THashList6DeleteEPKc+0x2ac)[0x7f5aedae4d3c]
/usr/local/lib/libCore.so(_ZN5TROOT20EndOfProcessCleanupsEv+0x89)[0x7f5aed9b6049]
/usr/local/lib/libCore.so(_ZN11TUnixSystem15DispatchSignalsE8ESignals+0x221)[0x7f5aedb897c1]
/lib/x86_64-linux-gnu/libc.so.6(+0x354b0)[0x7f5aebceb4b0]
/lib/x86_64-linux-gnu/libc.so.6(+0x14e156)[0x7f5aebe04156]
/usr/local/lib/libRIO.so(_ZN5TFile11ReadBuffersEPcPxPii+0x35c)[0x7f5aed37dd4c]
/usr/local/lib/libRIO.so(_ZN14TFileCacheRead19ReadBufferExtNormalEPcxiRi+0x1ff)[0x7f5aed390abf]
/usr/local/lib/libRIO.so(_ZN14TFileCacheRead10ReadBufferEPcxi+0xba)[0x7f5aed39045a]
/usr/local/lib/libTree.so(_ZN10TTreeCache16ReadBufferNormalEPcxi+0x4a)[0x7f5aeca47e5a]
/usr/local/lib/libTree.so(_ZN7TBasket17ReadBasketBuffersExiP5TFile+0x243)[0x7f5aec9c4363]
/usr/local/lib/libTree.so(_ZN7TBranch9GetBasketEi+0x1a3)[0x7f5aec9ca333]
/usr/local/lib/libTree.so(_ZN7TBranch8GetEntryExi+0x372)[0x7f5aec9cab62]
/usr/local/lib/libTree.so(_ZN5TTree8GetEntryExi+0xf1)[0x7f5aeca30121]
./petanalysis.exe(_ZN11PETAnalysis4LoopEv+0x472)[0x403076]
./petanalysis.exe(main+0x39)[0x4042f8]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f5aebcd6830]
./petanalysis.exe(_start+0x29)[0x401d89]
======= Memory map: ========
00400000-00406000 r-xp 00000000 08:03 19923089                           /home/sunil/G4Work/MyCustom_New/build/AnalysisCode/petanalysis.exe
00605000-00606000 r--p 00005000 08:03 19923089                           /home/sunil/G4Work/MyCustom_New/build/AnalysisCode/petanalysis.exe
00606000-00607000 rw-p 00006000 08:03 19923089                           /home/sunil/G4Work/MyCustom_New/build/AnalysisCode/petanalysis.exe
01e07000-09d29000 rw-p 00000000 00:00 0                                  [heap]
7f5a5d72d000-7f5adfb58000 rw-p 00000000 00:00 0 
7f5adfb58000-7f5adfb6a000 r-xp 00000000 08:03 53349740                   /usr/local/lib/libvectorDict.so
7f5adfb6a000-7f5adfd69000 ---p 00012000 08:03 53349740                   /usr/local/lib/libvectorDict.so
7f5adfd69000-7f5adfd6a000 r--p 00011000 08:03 53349740                   /usr/local/lib/libvectorDict.so
7f5adfd6a000-7f5adfd6b000 rw-p 00012000 08:03 53349740                   /usr/local/lib/libvectorDict.so
7f5adfd6b000-7f5adfd6c000 rw-p 00000000 00:00 0 
7f5adfd6c000-7f5adfd92000 r-xp 00000000 08:03 57147818                   /lib/x86_64-linux-gnu/ld-2.23.so
7f5adfd92000-7f5adff91000 ---p 00026000 08:03 57147818                   /lib/x86_64-linux-gnu/ld-2.23.so
7f5adff91000-7f5adff92000 r--p 00025000 08:03 57147818                   /lib/x86_64-linux-gnu/ld-2.23.so
7f5adff92000-7f5adff93000 rw-p 00026000 08:03 57147818                   /lib/x86_64-linux-gnu/ld-2.23.so
7f5adff93000-7f5ae0b20000 rw-p 00000000 00:00 0 
7f5ae0b20000-7f5ae617a000 r--p 00000000 08:03 53349677                   /usr/local/etc/allDict.cxx.pch
7f5ae617a000-7f5ae619f000 r-xp 00000000 08:03 57152008                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f5ae619f000-7f5ae639e000 ---p 00025000 08:03 57152008                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f5ae639e000-7f5ae63a2000 r--p 00024000 08:03 57152008                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f5ae63a2000-7f5ae63a3000 rw-p 00028000 08:03 57152008                   /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f5ae63a3000-7f5ae9008000 r-xp 00000000 08:03 53350057                   /usr/local/lib/libCling.so
7f5ae9008000-7f5ae9207000 ---p 02c65000 08:03 53350057                   /usr/local/lib/libCling.so
7f5ae9207000-7f5ae93e9000 r--p 02c64000 08:03 53350057                   /usr/local/lib/libCling.so
7f5ae93e9000-7f5ae93f3000 rw-p 02e46000 08:03 53350057                   /usr/local/lib/libCling.so
7f5ae93f3000-7f5ae941c000 rw-p 00000000 00:00 0 
7f5ae941c000-7f5ae9427000 r-xp 00000000 08:03 57147829                   /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f5ae9427000-7f5ae9626000 ---p 0000b000 08:03 57147829                   /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f5ae9626000-7f5ae9627000 r--p 0000a000 08:03 57147829                   /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f5ae9627000-7f5ae9628000 rw-p 0000b000 08:03 57147829                   /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f5ae9628000-7f5ae962e000 rw-p 00000000 00:00 0 
7f5ae962e000-7f5ae9639000 r-xp 00000000 08:03 57147822                   /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f5ae9639000-7f5ae9838000 ---p 0000b000 08:03 57147822                   /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f5ae9838000-7f5ae9839000 r--p 0000a000 08:03 57147822                   /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f5ae9839000-7f5ae983a000 rw-p 0000b000 08:03 57147822                   /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f5ae983a000-7f5ae9850000 r-xp 00000000 08:03 57147827                   /lib/x86_64-linux-gnu/libnsl-2.23.so
7f5ae9850000-7f5ae9a4f000 ---p 00016000 08:03 57147827                   /lib/x86_64-linux-gnu/libnsl-2.23.so
7f5ae9a4f000-7f5ae9a50000 r--p 00015000 08:03 57147827                   /lib/x86_64-linux-gnu/libnsl-2.23.so
7f5ae9a50000-7f5ae9a51000 rw-p 00016000 08:03 57147827                   /lib/x86_64-linux-gnu/libnsl-2.23.so
7f5ae9a51000-7f5ae9a53000 rw-p 00000000 00:00 0 
7f5ae9a53000-7f5ae9a5b000 r-xp 00000000 08:03 57147834                   /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f5ae9a5b000-7f5ae9c5a000 ---p 00008000 08:03 57147834                   /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f5ae9c5a000-7f5ae9c5b000 r--p 00007000 08:03 57147834                   /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f5ae9c5b000-7f5ae9c5c000 rw-p 00008000 08:03 57147834                   /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f5ae9c5c000-7f5ae9c93000 r-xp 00000000 08:03 53346448                   /usr/local/lib/libtbb.so.2
7f5ae9c93000-7f5ae9e93000 ---p 00037000 08:03 53346448                   /usr/local/lib/libtbb.so.2
7f5ae9e93000-7f5ae9e94000 r--p 00037000 08:03 53346448                   /usr/local/lib/libtbb.so.2
7f5ae9e94000-7f5ae9e96000 rw-p 00038000 08:03 53346448                   /usr/local/lib/libtbb.so.2
7f5ae9e96000-7f5ae9e99000 rw-p 00000000 00:00 0 
7f5ae9e99000-7f5aea0b4000 r-xp 00000000 08:03 57147420                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f5aea0b4000-7f5aea2b3000 ---p 0021b000 08:03 57147420                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f5aea2b3000-7f5aea2cf000 r--p 0021a000 08:03 57147420                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f5aea2cf000-7f5aea2db000 rw-p 00236000 08:03 57147420                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f5aea2db000-7f5aea2de000 rw-p 00000000 00:00 0 
7f5aea2de000-7f5aea33c000 r-xp 00000000 08:03 57147579                   /lib/x86_64-linux-gnu/libssl.so.1.0.0
7f5aea33c000-7f5aea53c000 ---p 0005e000 08:03 57147579                   /lib/x86_64-linux-gnu/libssl.so.1.0.0
7f5aea53c000-7f5aea540000 r--p 0005e000 08:03 57147579                   /lib/x86_64-linux-gnu/libssl.so.1.0.0
7f5aea540000-7f5aea547000 rw-p 00062000 08:03 57147579                   /lib/x86_64-linux-gnu/libssl.so.1.0.0
7f5aea547000-7f5aea553000 r-xp 00000000 08:03 53350393                   /usr/local/lib/libImt.so
7f5aea553000-7f5aea752000 ---p 0000c000 08:03 53350393                   /usr/local/lib/libImt.so
7f5aea752000-7f5aea753000 r--p 0000b000 08:03 53350393                   /usr/local/lib/libImt.so
7f5aea753000-7f5aea754000 rw-p 0000c000 08:03 53350393                   /usr/local/lib/libImt.so
7f5aea754000-7f5aea817000 r-xp 00000000 08:03 53353925                   /usr/local/lib/libNet.so
7f5aea817000-7f5aeaa16000 ---p 000c3000 08:03 53353925                   /usr/local/lib/libNet.so
7f5aeaa16000-7f5aeaa22000 r--p 000c2000 08:03 53353925                   /usr/local/lib/libNet.so
7f5aeaa22000-7f5aeaa24000 rw-p 000ce000 08:03 53353925                   /usr/local/lib/libNet.so
7f5aeaa24000-7f5aeaa2b000 rw-p 00000000 00:00 0 
7f5aeaa2b000-7f5aeac21000 r-xp 00000000 08:03 53353501                   /usr/local/lib/libMathCore.so
7f5aeac21000-7f5aeae20000 ---p 001f6000 08:03 53353501                   /usr/local/lib/libMathCore.so
7f5aeae20000-7f5aeae2a000 r--p 001f5000 08:03 53353501                   /usr/local/lib/libMathCore.so
7f5aeae2a000-7f5aeae2d000 rw-p 001ff000 08:03 53353501                   /usr/local/lib/libMathCore.so
7f5aeae2d000-7f5aeae37000 rw-p 00000000 00:00 0 
7f5aeae37000-7f5aeafa9000 r-xp 00000000 08:03 53353517                   /usr/local/lib/libMatrix.so
7f5aeafa9000-7f5aeb1a8000 ---p 00172000 08:03 53353517                   /usr/local/lib/libMatrix.so
7f5aeb1a8000-7f5aeb1b0000 r--p 00171000 08:03 53353517                   /usr/local/lib/libMatrix.so
7f5aeb1b0000-7f5aeb1b2000 rw-p 00179000 08:03 53353517                   /usr/local/lib/libMatrix.so
7f5aeb1b2000-7f5aeb1b6000 rw-p 00000000 00:00 0 
7f5aeb1b6000-7f5aeb204000 r-xp 00000000 08:03 53350372                   /usr/local/lib/libThread.so
7f5aeb204000-7f5aeb404000 ---p 0004e000 08:03 53350372                   /usr/local/lib/libThread.so
7f5aeb404000-7f5aeb408000 r--p 0004e000 08:03 53350372                   /usr/local/lib/libThread.so
7f5aeb408000-7f5aeb409000 rw-p 00052000 08:03 53350372                   /usr/local/lib/libThread.so
7f5aeb409000-7f5aeb40b000 rw-p 00000000 00:00 0 
7f5aeb40b000-7f5aeb423000 r-xp 00000000 08:03 57147819                   /lib/x86_64-linux-gnu/libpthread-2.23.so
7f5aeb423000-7f5aeb622000 ---p 00018000 08:03 57147819                   /lib/x86_64-linux-gnu/libpthread-2.23.so
7f5aeb622000-7f5aeb623000 r--p 00017000 08:03 57147819                   /lib/x86_64-linux-gnu/libpthread-2.23.so
7f5aeb623000-7f5aeb624000 rw-p 00018000 08:03 57147819                   /lib/x86_64-linux-gnu/libpthread-2.23.so
7f5aeb624000-7f5aeb628000 rw-p 00000000 00:00 0 
7f5aeb628000-7f5aeb62b000 r-xp 00000000 08:03 57147817                   /lib/x86_64-linux-gnu/libdl-2.23.so
7f5aeb62b000-7f5aeb82a000 ---p 00003000 08:03 57147817                   /lib/x86_64-linux-gnu/libdl-2.23.so
7f5aeb82a000-7f5aeb82b000 r--p 00002000 08:03 57147817                   /lib/x86_64-linux-gnu/libdl-2.23.so
7f5aeb82b000-7f5aeb82c000 rw-p 00003000 08:03 57147817                   /lib/x86_64-linux-gnu/libdl-2.23.so
7f5aeb82c000-7f5aeb845000 r-xp 00000000 08:03 57147444                   /lib/x86_64-linux-gnu/libz.so.1.2.8
7f5aeb845000-7f5aeba44000 ---p 00019000 08:03 57147444                   /lib/x86_64-linux-gnu/libz.so.1.2.8
7f5aeba44000-7f5aeba45000 r--p 00018000 08:03 57147444                   /lib/x86_64-linux-gnu/libz.so.1.2.8
7f5aeba45000-7f5aeba46000 rw-p 00019000 08:03 57147444                   /lib/x86_64-linux-gnu/libz.so.1.2.8
7f5aeba46000-7f5aebab4000 r-xp 00000000 08:03 57151965                   /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7f5aebab4000-7f5aebcb4000 ---p 0006e000 08:03 57151965                   /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7f5aebcb4000-7f5aebcb5000 r--p 0006e000 08:03 57151965                   /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7f5aebcb5000-7f5aebcb6000 rw-p 0006f000 08:03 57151965                   /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7f5aebcb6000-7f5aebe76000 r-xp 00000000 08:03 57147833                   /lib/x86_64-linux-gnu/libc-2.23.so
7f5aebe76000-7f5aec076000 ---p 001c0000 08:03 57147833                   /lib/x86_64-linux-gnu/libc-2.23.so
7f5aec076000-7f5aec07a000 r--p 001c0000 08:03 57147833                   /lib/x86_64-linux-gnu/libc-2.23.so
7f5aec07a000-7f5aec07c000 rw-p 001c4000 08:03 57147833                   /lib/x86_64-linux-gnu/libc-2.23.so
7f5aec07c000-7f5aec080000 rw-p 00000000 00:00 0 
7f5aec080000-7f5aec097000 r-xp 00000000 08:03 57147397                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f5aec097000-7f5aec296000 ---p 00017000 08:03 57147397                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f5aec296000-7f5aec297000 r--p 00016000 08:03 57147397                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f5aec297000-7f5aec298000 rw-p 00017000 08:03 57147397                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f5aec298000-7f5aec3a0000 r-xp 00000000 08:03 57147836                   /lib/x86_64-linux-gnu/libm-2.23.so
7f5aec3a0000-7f5aec59f000 ---p 00108000 08:03 57147836                   /lib/x86_64-linux-gnu/libm-2.23.so
7f5aec59f000-7f5aec5a0000 r--p 00107000 08:03 57147836                   /lib/x86_64-linux-gnu/libm-2.23.so
7f5aec5a0000-7f5aec5a1000 rw-p 00108000 08:03 57147836                   /lib/x86_64-linux-gnu/libm-2.23.so
7f5aec5a1000-7f5aec71d000 r-xp 00000000 08:03 52829184                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f5aec71d000-7f5aec91d000 ---p 0017c000 08:03 52829184                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f5aec91d000-7f5aec927000 r--p 0017c000 08:03 52829184                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f5aec927000-7f5aec929000 rw-p 00186000 08:03 52829184                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f5aec929000-7f5aec92d000 rw-p 00000000 00:00 0 
7f5aec92d000-7f5aeca8a000 r-xp 00000000 08:03 53353762                   /usr/local/lib/libTree.so
7f5aeca8a000-7f5aecc8a000 ---p 0015d000 08:03 53353762                   /usr/local/lib/libTree.so
7f5aecc8a000-7f5aecc99000 r--p 0015d000 08:03 53353762                   /usr/local/lib/libTree.so
7f5aecc99000-7f5aecc9c000 rw-p 0016c000 08:03 53353762                   /usr/local/lib/libTree.so
7f5aecc9c000-7f5aecca0000 rw-p 00000000 00:00 0 
7f5aecca0000-7f5aed030000 r-xp 00000000 08:03 53353653                   /usr/local/lib/libHist.so
7f5aed030000-7f5aed230000 ---p 00390000 08:03 53353653                   /usr/local/lib/libHist.so
7f5aed230000-7f5aed259000 r--p 00390000 08:03 53353653                   /usr/local/lib/libHist.so
7f5aed259000-7f5aed25d000 rw-p 003b9000 08:03 53353653                   /usr/local/lib/libHist.so
7f5aed25d000-7f5aed268000 rw-p 00000000 00:00 0 
7f5aed268000-7f5aed62d000 r-xp 00000000 08:03 53353864                   /usr/local/lib/libRIO.so
7f5aed62d000-7f5aed82c000 ---p 003c5000 08:03 53353864                   /usr/local/lib/libRIO.so
7f5aed82c000-7f5aed83a000 r--p 003c4000 08:03 53353864                   /usr/local/lib/libRIO.so
7f5aed83a000-7f5aed83d000 rw-p 003d2000 08:03 53353864                   /usr/local/lib/libRIO.so
7f5aed83d000-7f5aed840000 rw-p 00000000 00:00 0 
7f5aed840000-7f5aedc7f000 r-xp 00000000 08:03 53349723                   /usr/local/lib/libCore.so
7f5aedc7f000-7f5aede7e000 ---p 0043f000 08:03 53349723                   /usr/local/lib/libCore.so
7f5aede7e000-7f5aedea7000 r--p 0043e000 08:03 53349723                   /usr/local/lib/libCore.so
7f5aedea7000-7f5aedeb0000 rw-p 00467000 08:03 53349723                   /usr/local/lib/libCore.so
7f5aedeb0000-7f5aedee5000 rw-p 00000000 00:00 0 
7f5aedee5000-7f5aedf0b000 r-xp 00000000 08:03 57147818                   /lib/x86_64-linux-gnu/ld-2.23.so
7f5aedf49000-7f5aedf61000 r-xp 00000000 00:00 0 
7f5aedf61000-7f5aedf67000 r--p 00000000 08:03 53350007                   /usr/local/include/TStreamerElement.h
7f5aedf67000-7f5aedf6f000 r--p 00000000 08:03 53350016                   /usr/local/include/TInterpreter.h
7f5aedf6f000-7f5aedf77000 r--p 00000000 08:03 53350044                   /usr/local/include/TClass.h
7f5aedf77000-7f5aedf7c000 r--p 00000000 08:03 53610006                   /usr/local/include/ROOT/span.hxx
7f5aedf7c000-7f5aedf85000 r--p 00000000 08:03 53349999                   /usr/local/include/TCollectionProxyInfo.h
7f5aedf85000-7f5aedf8a000 r--p 00000000 08:03 53349990                   /usr/local/include/TCollection.h
7f5aedf8a000-7f5aedf8f000 r--p 00000000 08:03 53353430                   /usr/local/include/TVirtualX.h
7f5aedf8f000-7f5aedf96000 r--p 00000000 08:03 53350924                   /usr/local/include/TSystem.h
7f5aedf96000-7f5aedf9d000 r--p 00000000 08:03 53353417                   /usr/local/include/TStyle.h
7f5aedf9d000-7f5aedfcf000 rw-p 00000000 00:00 0 
7f5aedfcf000-7f5aedfd1000 r-xp 00000000 00:00 0 
7f5aedfd1000-7f5aedfd2000 r-xp 00000000 00:00 0 
7f5aedfd2000-7f5aedfdb000 r--p 00000000 08:03 53350929                   /usr/local/include/TString.h
7f5aedfdb000-7f5aedfe1000 r--p 00000000 08:03 53353432                   /usr/local/include/TROOT.h
7f5aedfe1000-7f5aedfe7000 r--p 00000000 08:03 53353416                   /usr/local/include/TBuffer.h
7f5aedfe7000-7f5aedfec000 r--p 00000000 08:03 53353412                   /usr/local/include/GuiTypes.h
7f5aedfec000-7f5aedff1000 r--p 00000000 08:03 53353865                   /usr/local/include/TStreamerInfo.h
7f5aedff1000-7f5aedff6000 r--p 00000000 08:03 53353867                   /usr/local/include/TGenCollectionProxy.h
7f5aedff6000-7f5aedffb000 r--p 00000000 08:03 53353885                   /usr/local/include/TFile.h
7f5aedffb000-7f5aee001000 r--p 00000000 08:03 53353887                   /usr/local/include/TBufferFile.h
7f5aee001000-7f5aee0db000 rw-p 00000000 00:00 0 
7f5aee0db000-7f5aee0dc000 r-xp 00000000 00:00 0 
7f5aee0dc000-7f5aee0de000 r-xp 00000000 00:00 0 
7f5aee0de000-7f5aee0e4000 r--p 00000000 08:03 53353401                   /usr/local/include/Rtypes.h
7f5aee0e4000-7f5aee0e5000 rw-p 00000000 00:00 0 
7f5aee0e5000-7f5aee0e7000 r-xp 00000000 00:00 0 
7f5aee107000-7f5aee10a000 rw-p 00000000 00:00 0 
7f5aee10a000-7f5aee10b000 r--p 00025000 08:03 57147818                   /lib/x86_64-linux-gnu/ld-2.23.so
7f5aee10b000-7f5aee10c000 rw-p 00026000 08:03 57147818                   /lib/x86_64-linux-gnu/ld-2.23.so
7f5aee10c000-7f5aee10d000 rw-p 00000000 00:00 0 
7fffdbb14000-7fffdbb36000 rw-p 00000000 00:00 0                          [stack]
7fffdbbed000-7fffdbbf0000 r--p 00000000 00:00 0                          [vvar]
7fffdbbf0000-7fffdbbf2000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
Aborted (core dumped)

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Did you remember to run the “MakeClass” on the whole TChain or did you run it on a single TTree?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.