Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Apr 21, 2024
1 parent c8aac1d commit 7eabf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGUD/DataModel/UDTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ DECLARE_SOA_COLUMN(TrackTime, trackTime, double); //!
DECLARE_SOA_COLUMN(TrackTimeRes, trackTimeRes, float); //! time resolution
DECLARE_SOA_COLUMN(DetectorMap, detectorMap, uint8_t); //!
DECLARE_SOA_COLUMN(CollisionId, collisionId, int32_t); //! Id of original collision if any, -1 if ambiguous
DECLARE_SOA_COLUMN(UDITSNCls, uditsNCls, uint8_t); //! Number of ITS clusters found
DECLARE_SOA_COLUMN(UDITSNCls, uditsNCls, uint8_t); //! Number of ITS clusters found
DECLARE_SOA_DYNAMIC_COLUMN(IsAmbiguous, isAmbiguous,
[](int32_t collisionId) -> bool {
return collisionId == -1;
Expand Down Expand Up @@ -284,7 +284,7 @@ DECLARE_SOA_TABLE(UDTracksExtra, "AOD", "UDTRACKEXTRA",
track::TOFExpMom,
udtrack::DetectorMap,
udtrack::UDITSNCls,
//track::v001::ITSNCls,
// track::v001::ITSNCls,
track::HasITS<udtrack::DetectorMap>,
track::HasTPC<udtrack::DetectorMap>,
track::HasTRD<udtrack::DetectorMap>,
Expand Down

0 comments on commit 7eabf8e

Please sign in to comment.