Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

T5 pT from setQuintupletOutputBranches gives some infinite values #254

Closed
jkguiang opened this issue Mar 17, 2023 · 1 comment
Closed

T5 pT from setQuintupletOutputBranches gives some infinite values #254

jkguiang opened this issue Mar 17, 2023 · 1 comment

Comments

@jkguiang
Copy link
Contributor

From a fresh clone of the latest version (commit 579b9d0) of the master branch, I compile/run the TrackLooper code as follows:

source setup_cgpu.sh
sdl_make_tracklooper -mcd
sdl -i PU200 -o LSTNtuple.root -v 2 -w 1 -G

Then, when I look through the output file, I see some infinite values of the T5 pT's:

(base) [0935] jguiang@cgpu-1 ~/projects/TrackLooper$ root LSTNtuple.root
root [0]
Attaching file LSTNtuple.root as _file0...
(TFile *) 0x3011c40
root [1] tree->Scan("t5_pt", "t5_pt > 500")
***********************************
*    Row   * Instance *     t5_pt *
***********************************
*        0 *     5397 * 615.72094 *
*        0 *     5404 *       inf *
*        0 *     5405 *       inf *
*        0 *     5413 * 615.72094 *
*        0 *     5432 *       inf *
*        2 *     5452 * 658.73761 *
*        2 *     5453 * 658.73761 *
*        2 *     5461 * 658.73761 *
*        2 *     5462 * 658.73761 *
*       19 *     6246 *       inf *
*       19 *     6321 *       inf *
*       24 *     6694 *       inf *
*       29 *     4828 *       inf *
...

As you can see, some of the pT values are infinite. I've put the output file here.

@YonsiG
Copy link
Contributor

YonsiG commented Apr 16, 2024

This issue doesn't exist anymore after the new definition of the reco pt in this PR #388 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants