Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -1044,9 +1044,7 @@ CondContMixedBase::insertMixed (const EventIDRange& r,
if (r.start().isTimeStamp() ) {
start_key = keyFromTimestamp (r.start());
}
else {
std::cout << "WLDEBUG: no TimeStamp in r.start(), assume inifinte range" << std::endl;
}
key_type stop_key = keyFromTimestamp (r.stop());
StatusCode sc = StatusCode::SUCCESS;
Loading