We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8b027 commit 699c75eCopy full SHA for 699c75e
1 file changed
PWGLF/Tasks/Strangeness/lambdapolspspin.cxx
@@ -24,6 +24,7 @@
24
#include <cmath>
25
#include <array>
26
#include <cstdlib>
27
+#include <tuple>
28
29
#include "TRandom3.h"
30
#include "Math/Vector3D.h"
@@ -58,14 +59,8 @@ using namespace o2::framework;
58
59
using namespace o2::framework::expressions;
60
using std::array;
61
-using dauTracks = soa::Join<aod::DauTrackExtras, aod::DauTrackTPCPIDs>;
62
-using v0Candidates = soa::Join<aod::V0CollRefs, aod::V0Cores, aod::V0Extras>;
63
-
64
struct lambdapolspspin {
65
66
- int mRunNumber;
67
- int multEstimator;
68
- float d_bz;
69
Service<o2::ccdb::BasicCCDBManager> ccdb;
70
71
// fill output
0 commit comments