Skip to content

Commit 19ee9b8

Browse files
authored
PWGCF : Femtouniverse -- Fixing bug in dphi calculation
The extra factor of 0.1 that was scaling the magnetic field is removed. However, after removing this factor, the asin() function for calculating dphi was blowing up at certain (mostly higher) values of radii. This is also taken care of by only allowing abs() < 1.0.
1 parent c6f746c commit 19ee9b8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2019-2022 CERN and copyright holders of ALICE O2.
2-
// See https://alice-o2.web.cern.ch/copyright for details of the copyright
3-
// holders. All rights not expressly granted are reserved.
2+
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
// All rights not expressly granted are reserved.
44
//
55
// This software is distributed under the terms of the GNU General Public
66
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
@@ -10,9 +10,10 @@
1010
// or submit itself to any jurisdiction.
1111

1212
/// \file FemtoUniverseDetaDphiStar.h
13-
/// \brief FemtoUniverseDetaDphiStar - Checks particles for the close pair
14-
/// rejection. \author Laura Serksnyte, TU München, [email protected]
13+
/// \brief FemtoUniverseDetaDphiStar - Checks particles for the close pair rejection.
14+
/// \author Laura Serksnyte, TU München, [email protected]
1515
/// \author Zuzanna Chochulska, WUT Warsaw & CTU Prague, [email protected]
16+
/// \author Pritam Chakraborty, WUT Warsaw, [email protected]
1617

1718
#ifndef PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEDETADPHISTAR_H_
1819
#define PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSEDETADPHISTAR_H_

0 commit comments

Comments
 (0)