The #include guard for the header file LXeWLSFiber.hh is incorrect. The code currently uses LXeMainVolume_H which is identical to the guard used in LXeMainVolume.hh. A simple fix of a new guard should solve the issue, an example would be: #ifndef LXeWLSFiber_H #define LXeWLSFiber_H 1 . . . #endif
Fixed in tag: LXe-V10-04-00 Thanks!