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
2 changes: 0 additions & 2 deletions PWGUD/Tasks/upcFwdJpsiRl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.


/// \file UpcFwdJpsiRl.cxx
/// \brief UPC forward J/psi analysis with configurable track-type candidate selection
/// \author Roman Lavicka, roman.lavicka@cern.ch
Expand All @@ -22,7 +21,6 @@

/// executable name o2-analysis-ud-upc-fwd-jpsi-rl


#include "PWGUD/DataModel/UDTables.h"

#include <CommonConstants/MathConstants.h>
Expand Down Expand Up @@ -189,7 +187,7 @@
std::vector<double> ptFitBinningHalfWidth = {
0.00, 0.005, 0.01, 0.015, 0.02, 0.025, 0.03, 0.035, 0.04, 0.045, 0.05,
0.055, 0.06, 0.065, 0.07, 0.075, 0.08, 0.085, 0.09, 0.095, 0.10,
0.105, 0.11, 0.115, 0.12, 0.125, 0.13, 0.135, 0.14, 0.145, 0.15,

Check failure on line 190 in PWGUD/Tasks/upcFwdJpsiRl.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[pdg/explicit-mass]

Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead.
0.1625, 0.175, 0.1875, 0.20, 0.225, 0.25, 0.275, 0.30, 0.35, 0.40,
0.45, 0.50, 0.55, 0.60, 0.65, 0.70, 0.75, 0.80, 0.85, 0.90, 0.95, 1.00,
1.10, 1.20, 1.30, 1.40, 1.50, 1.60, 1.70, 1.80, 1.90, 2.00, 2.25,
Expand Down
Loading