Fix name clash of define statement
When reordering the include statements a name clash between a define statement in L1 code and a function in Root's TF1.h was found which did not allow to compile the code. Rename the define statement such that the name clash is resolved. refs #2051
Showing
- reco/L1/OffLineInterface/CbmL1RichENNRingFinderParallel.cxx 2 additions, 2 deletionsreco/L1/OffLineInterface/CbmL1RichENNRingFinderParallel.cxx
- reco/L1/vectors/P4_F32vec4.h 2 additions, 2 deletionsreco/L1/vectors/P4_F32vec4.h
- reco/L1/vectors/P4_F64vec2.h 2 additions, 2 deletionsreco/L1/vectors/P4_F64vec2.h
- reco/L1/vectors/PSEUDO_F32vec1.h 2 additions, 2 deletionsreco/L1/vectors/PSEUDO_F32vec1.h
- reco/L1/vectors/PSEUDO_F32vec4.h 2 additions, 2 deletionsreco/L1/vectors/PSEUDO_F32vec4.h
Loading
Please register or sign in to comment