Skip to content

Commit

Permalink
Introduce preprocessor symbol for more gradual transition
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 12, 2023
1 parent 3df69cc commit b62c193
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ namespace edm4hep {
#include <UTIL/CellIDEncoder.h>
#include <lcio.h>

// Preprocessor symbol that can be used in downstream code to switch on the
// namespace for the conversion
#define EDM4HEP2LCIOCONV_NAMESPACE 1

namespace EDM4hep2LCIOConv {

template<typename T1, typename T2>
Expand Down

0 comments on commit b62c193

Please sign in to comment.