forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The -l
flag is useless:
cmssw/RecoTracker/LSTCore/standalone/bin/sdl.cc
Lines 225 to 230 in d403d7a
// --lower_level | |
if (result.count("lower_level")) { | |
ana.do_lower_level = true; | |
} else { | |
ana.do_lower_level = false; | |
} |
On the other hand, it seems like CUT_VALUE_DEBUG
compilation flag controls lower level objects:
cmssw/RecoTracker/LSTCore/standalone/code/core/write_sdl_ntuple.cc
Lines 297 to 304 in d403d7a
#ifdef CUT_VALUE_DEBUG | |
setPixelQuintupletOutputBranches(event); | |
setQuintupletOutputBranches(event); | |
setPixelTripletOutputBranches(event); | |
setOccupancyBranches(event); | |
#endif |
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?
Metadata
Metadata
Assignees
Labels
No labels