Skip to content
Snippets Groups Projects
Commit 36c4a2b0 authored by Adrian A. Weber's avatar Adrian A. Weber Committed by Pierre-Alain Loizeau
Browse files

Apply clang-format

parent 9c473694
Branches
Tags
1 merge request!711Rich online monitor
......@@ -24,7 +24,6 @@
#include "CbmMcbm2018RichPar.h"
#include "CbmRecoUnpackAlgo.tmpl"
#include "CbmRichDigi.h"
#include "CbmRichUnpackMonitor.h"
#include "Timeslice.hpp" // timeslice
......@@ -239,8 +238,10 @@ protected:
{
finishDerived();
// Finish the monitor if we have one
if (fMonitor) {
std::cout << "Finish Monitor" << std::endl;
if (fMonitor) fMonitor->Finish();
fMonitor->Finish();
}
}
// Monitoring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment