Skip to content

Commit d493dd4

Browse files
committed
Fix: adjust range in eta for lite tables
1 parent 6c39386 commit d493dd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/Femto/DataModel/FemtoTables.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ DECLARE_SOA_DYNAMIC_COLUMN(Theta, theta, //! theta
198198
namespace lite
199199
{
200200

201-
constexpr float EtaMin = -1.2f; // Eta coverage of ITS
202-
constexpr float EtaMax = 1.2f;
201+
constexpr float EtaMin = -1.5f;
202+
constexpr float EtaMax = 1.5f;
203203
constexpr float EtaStep = (EtaMax - EtaMin) / 65536.f;
204204

205205
constexpr float PhiMin = 0.f;

0 commit comments

Comments
 (0)