Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic-spack/spack_repo/eic/packages/lager/fix-photospp-includes.patch is written in an unsupported language. File is not indexed.

0001 --- a/src/lager/proc/decay/lA.cc
0002 +++ b/src/lager/proc/decay/lA.cc
0003 @@ -24,8 +24,8 @@
0004  #include <lager/core/stringify.hh>
0005  
0006  #include <HepMC/GenEvent.h>
0007 -#include <photospp/Photos.h>
0008 -#include <photospp/PhotosHepMCEvent.h>
0009 +#include <Photos/Photos.h>
0010 +#include <Photos/PhotosHepMCEvent.h>
0011  
0012  namespace lager {
0013  namespace decay {