We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9fb7c commit e93a0b0Copy full SHA for e93a0b0
1 file changed
PWGLF/Tasks/Nuspex/nucleiFlow.cxx
@@ -18,7 +18,7 @@
18
#include "Framework/runDataProcessing.h"
19
#include "Framework/HistogramRegistry.h"
20
#include "Framework/ASoAHelpers.h"
21
-#include <Framework/Configurable.h>
+#include "Framework/Configurable.h"
22
#include "DataFormatsTPC/BetheBlochAleph.h"
23
#include "PWGLF/DataModel/LFSlimNucleiTables.h"
24
#include "Common/Core/EventPlaneHelper.h"
@@ -81,7 +81,7 @@ enum kDetector {
81
kTPCpos = 4,
82
kTPCneg = 5
83
};
84
-}
+} // namespace flow
85
86
struct nucleiFlow {
87
0 commit comments