Skip to content
Snippets Groups Projects

feat: transition from eicd to edm4eic

Merged Wouter Deconinck requested to merge eicd-to-edm4eic into master
12 files
+ 34
34
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -14,10 +14,10 @@ R__LOAD_LIBRARY(libfmt.so)
#include "fmt/core.h"
#include "fmt/color.h"
R__LOAD_LIBRARY(libeicd.so)
R__LOAD_LIBRARY(libedm4eic.so)
R__LOAD_LIBRARY(libDD4pod.so)
#include "eicd/ReconstructedParticleCollection.h"
#include "edm4eic/ReconstructedParticleCollection.h"
void synchrotron_raw(const char* fname = "rec_synchrotron.raw.root"){
Loading