Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided
Hello
I wish you can help me.
I am a master’s student studying physics in Jordan. The object of my thesis is to get the data from 2011 of invariant mass M, the transverse momentum pt and the rapidity y of dimuon from J/psi decay in Ultra-Peripheral photonuclear PbPb collisions. I am the first one who works in this field in my country.
I used root inside a docker container. The #screenshot_1 shows the folders inside the ubuntu folder, the root and docker folders are not accessible. The #screenshot_2 shows what each folder in the HiForestProducer’s path contains. All the commands from this GitHub - cms-opendata-analyses/HiForestProducerTool at 2011 were completed successfully except the last one “root -l forest2dimuon.C++”. After running it:
$ root -l forest2dimuon.C++
root [0]
Processing forest2dimuon.C++…
Info in TUnixSystem::ACLiC: creating shared library /TOP/www/example-app/HiForest/HiForestProducer/./forest2dimuon_C.so
Error in TFile::TFile: file /TOP/www/example-app/HiForest/HiForestProducer/HiForestAOD_DATAtest2011.root does not exist
*** Break *** segmentation violation
Generating stack trace…
0x00007f47097f98a3 in from /opt/root/lib/libCling.so
0x00007f47097f9fe3 in from /opt/root/lib/libCling.so
0x00007f47097fa3b1 in from /opt/root/lib/libCling.so
0x00007f47098c22e7 in from /opt/root/lib/libCling.so
0x00007f470970fcbc in from /opt/root/lib/libCling.so
0x00007f470972b358 in TCling::ProcessLine(char const*, TInterpreter::EErrorCode*) + 0xff8 from /opt/root/lib/libCling.so
0x00007f470972b81b in TCling::ProcessLineSynch(char const*, TInterpreter::EErrorCode*) + 0xeb from /opt/root/lib/libCling.so
0x00007f470ddcfab5 in TApplication::ExecuteFile(char const*, int*, bool) at TApplication.cxx:? from /opt/root/bin/…/lib/libCore.so.6.26
0x00007f470e1f32e0 in TRint::ProcessLineNr(char const*, char const*, int*) + 0x60 from /opt/root/bin/…/lib/libRint.so.6.26
0x00007f470e1f51ec in TRint::Run(bool) + 0x31c from /opt/root/bin/…/lib/libRint.so.6.26
0x000056129f0222f3 in main + 0x53 from /opt/root/bin/root.exe
0x00007f470d7c3d90 in from /lib/x86_64-linux-gnu/libc.so.6
0x00007f470d7c3e40 in __libc_start_main + 0x80 from /lib/x86_64-linux-gnu/libc.so.6
0x000056129f022345 in _start + 0x25 from /opt/root/bin/root.exe
Root >