Skip to content

Commit

Permalink
initial counter values fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuh committed Nov 10, 2021
1 parent 19caa2c commit ffff4dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions L1Trigger/TrackerTFP/test/AnalyzerDemonstrator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ namespace trackerTFP {
// initial ES product
setup_ = nullptr;
demonstrator_ = nullptr;
nEvents_ = 0;
nEventsSuccessful_ = 0;
}

void AnalyzerDemonstrator::beginRun(const Run& iEvent, const EventSetup& iSetup) {
Expand Down

0 comments on commit ffff4dc

Please sign in to comment.