Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/workflow-file]

Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
Expand All @@ -24,7 +24,7 @@
#include "PWGLF/Utils/inelGt.h"

#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/PIDResponseTPC.h"
#include "Common/DataModel/PIDResponse.h"

#include "CommonConstants/PhysicsConstants.h"
#include "CommonUtils/StringUtils.h"
Expand All @@ -39,8 +39,6 @@
#include <utility>
#include <vector>

o2::framework::Service<o2::framework::O2DatabasePDG> pdgDB;

// namespace to be used for pt plots and bins
namespace pthistos
{
Expand Down Expand Up @@ -675,6 +673,7 @@

// Defining the type of the daughter tracks
using DaughterTracks = soa::Join<aod::TracksIU, aod::TracksExtra, aod::pidTPCPi, aod::pidTPCPr>;
o2::framework::Service<o2::framework::O2DatabasePDG> pdgDB;

void genMCProcess(
aod::McCollisions::iterator const& mcCollisions,
Expand Down
Loading