We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e6edd commit 86e2709Copy full SHA for 86e2709
1 file changed
PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx
@@ -12,6 +12,11 @@
12
// Build \Lambda-n-n candidates from V0s and tracks
13
// ==============================================================================
14
#include <array>
15
+#include <memory>
16
+#include <string>
17
+#include <vector>
18
+#include <algorithm>
19
+
20
#include <TLorentzVector.h>
21
22
#include "Framework/runDataProcessing.h"
0 commit comments