Skip to content

Commit

Permalink
Update PWGHF/TableProducer/candidateSelectorLc.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Vít Kučera <[email protected]>
  • Loading branch information
DelloStritto and vkucera authored May 2, 2024
1 parent e1489b0 commit 02deea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PWGHF/TableProducer/candidateSelectorLc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ struct HfCandidateSelectorLc {
Configurable<int> tpcNCrossedRowsMin{"tpcNCrossedRowsMin", 0, "min number of crossed rows in TPC"};
Configurable<float> tpcNCrossedRowsOverFindableClustersMin{"tpcNCrossedRowsOverFindableClustersMin", 0., "min ratio crossed rows / findable clusters"};
Configurable<float> tpcChi2PerClusterMax{"tpcChi2PerClusterMax", 1e10f, "max tpc fit chi2 per TPC cluster"};
// ITS quality track cuts
Configurable<int> itsNClustersFoundMin{"itsNClustersFoundMin", 0, "min. number of found ITS clusters"};
Configurable<float> itsChi2PerClusterMax{"itsChi2PerClusterMax", 1e10f, "max its fit chi2 per ITS cluster"};
// DCA track cuts
Expand Down

0 comments on commit 02deea5

Please sign in to comment.