Skip to content
Snippets Groups Projects

v2 HltLumiSumary format and add lumi counters

Merged Shu Xian requested to merge sxian_lumi_line into master
2 files
+ 6
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,8 +34,8 @@ namespace make_lumi_summary {
Parameters,
const unsigned number_of_events,
const unsigned number_of_events_passed_gec,
std::vector<Lumi::LumiInfo*> lumiInfos,
std::vector<unsigned> spanSize,
std::array<Lumi::LumiInfo*, 15> lumiInfos,
std::array<unsigned, 15> spanSize,
const unsigned size_of_aggregate);
__device__ void setField(
Loading