Skip to content

Commit

Permalink
show progress bar on feminos-daq (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis authored Sep 24, 2024
1 parent 7375f03 commit 90d1813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TRestRawFeminosRootToSignalProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ void TRestRawFeminosRootToSignalProcess::InitProcess() {
exit(1);
}

fRunInfo->SetFeminosDaqTotalEvents(fInputEventTree->GetEntries());

fInputEventTree->SetBranchAddress("timestamp", &fInputEventTreeTimestamp);
fInputEventTree->SetBranchAddress("signal_ids", &fInputEventTreeSignalIds);
fInputEventTree->SetBranchAddress("signal_values", &fInputEventTreeSignalValues);
Expand Down

0 comments on commit 90d1813

Please sign in to comment.