Skip to content
Snippets Groups Projects

Forward compatibility for gaudi/Gaudi!514

Merged Marco Clemencic requested to merge prepare-for-gaudi-514 into master
13 files
+ 100
100
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -194,7 +194,7 @@ void CaloPi0Ntp::operator()(const ODIN& odin, const L0& l0, const Hypos& hypos,
@@ -194,7 +194,7 @@ void CaloPi0Ntp::operator()(const ODIN& odin, const L0& l0, const Hypos& hypos,
ntp->column("Nvertices", nVert);
ntp->column("Nvertices", nVert);
// #SpdMult
// #SpdMult
ntp->column("spdMult", nSpd);
ntp->column("spdMult", nSpd);
ok = ntp->write();
ok = ntp->write().isSuccess();
}
}
if( !isPi0 ) continue;
if( !isPi0 ) continue;
// histograms for tuning
// histograms for tuning
Loading