Hello guys, i am new to root and pythia and i am confused.
i have downloaded root software and installed it through brew since i am using mac os and i have downloaded pythia8.3
i have made some run test to check if i had installed it correctly and the run test went well.
then i have downloaded another file to make another run but it gave me this error
main023.cc:14:10: fatal error: ‘TH1F.h’ file not found #include <TH1F.h>
i know that there is missing package i need to install it (because there more includes in main023), so my question how i can install these packages ? or there is anyway that the terminal can detect the missing packages and install it automatically?
after running the command line above it gives me
main023.cc:9:10: fatal error: ‘Pythia8/Pythia.h’ file not found #include “Pythia8/Pythia.h”
^~~~~~~~~~~~~~~~~~
1 error generated.