-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with AngularCorrelation Helper #1509
Comments
What is the output of running |
aavaa@cryptodon:~/GRSISort$ ls $GRSISYS/GRSIData/include/TGriffinAngles.h |
Well, there's your problem. You don't seem to have a current installation of GRSIData. |
I ran into another error when trying to "make" in GRSIDate avaa@cryptodon:~/GRSISort/GRSIData$ make |
I think this is an issue with how everything is constructed now using cmake. Now with cmake you never get a "GRSIData" directory built within
|
Could this error be connected to the version of GRSISort (version 4.0.0.3) I am using? |
The include statement for @dayates, if cmake is used, all header files are in |
I am still stuck with GRSIData compilation. aavaa@cryptodon:/data3/GRSISort/GRSIData$ make -j4 |
I should have mentioned that I am using root version "root-6.28.00" , could this be related the version of root I am using? |
This has nothing to do with the ROOT version, but with the GRSISort version you're compiling GRSIData against. Check the output of
and
The first command should list the right include directory (if it's the include directory of the old version you haven't source the
If it doesn't, check that you actually have the newest version installed. |
Thank you, Vinzenz. See the error below: aavaa@cryptodon:/data3/aavaa/S1750/S1750Analysis/Histograms$ grsiframe analysis12630_000.root /data3/GRSISort/examples/AngularCorrelationHelper.cxx /data3/GRSISort/examples/AngularCorrelation.par --max-workers=2 *** Break *** segmentation violation *** Break *** segmentation violation ===========================================================
|
AngularCorrelation12632_000.log Here is the log file. |
That looks exactly like the error in #1501. I've just merged the changes removing the high gain hits from |
Thank you Vinzenz, I re-installed the GRSIData again and all seems to work fine now. The only thing is that I will have to create new analysis trees because when I tried with the ones I made with the old version of GRSISort, it gave me some errors. |
Hi Vinzenz,
I trying to make angular distribution histograms so I wanted to use "AngularCorrelationHelper.cxx" but when I run it using this command"
"grsiframe /data3/aavaa/S1750/S1750Analysis/Efficiency-cal/analysis12695_000.root /data3/aavaa/S1750/S1750Analysis/Histograms/AngularCorrelationHelper.cxx /data3/SourceCalFile.cal --max-workers=2"
I got the following error message:
/data3/aavaa/S1750/S1750Analysis/Histograms/AngularCorrelationHelper.hh:6:10: fatal error: TGriffinAngles.h: No such file or directory
6 | #include "TGriffinAngles.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to compile source file /data3/aavaa/S1750/S1750Analysis/Histograms/AngularCorrelationHelper.cxx using 'g++ -c -fPIC -g
grsi-config --cflags --GRSIData-cflags
root-config --cflags --glibs
-I/data3/aavaa/S1750/S1750Analysis/Histograms -o /data3/aavaa/S1750/S1750Analysis/Histograms/AngularCorrelationHelper.o /data3/aavaa/S1750/S1750Analysis/Histograms/AngularCorrelationHelper.cxx'
Aborted (core dumped)
I will appreciate your help so I that I can proceed.
The text was updated successfully, but these errors were encountered: