SegmentLinking / cmssw

CMS Offline Software
http://cms-sw.github.io/
Apache License 2.0
1 stars 1 forks source link

How does one get the lower level objects? #52

Open VourMa opened 4 days ago

VourMa commented 4 days ago

The -l flag is useless: https://github.com/SegmentLinking/cmssw/blob/d403d7a4704761492a742e8b27c3adc30afc2dda/RecoTracker/LSTCore/standalone/bin/sdl.cc#L225-L230

On the other hand, it seems like CUT_VALUE_DEBUG compilation flag controls lower level objects: https://github.com/SegmentLinking/cmssw/blob/d403d7a4704761492a742e8b27c3adc30afc2dda/RecoTracker/LSTCore/standalone/code/core/write_sdl_ntuple.cc#L297-L304

Could someone who has been working with lower level objects (maybe @YonsiG?) clarify what's the status and how we should reconcile the different flags?