Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does one get the lower level objects? #52

Open
VourMa opened this issue Jun 26, 2024 · 0 comments
Open

How does one get the lower level objects? #52

VourMa opened this issue Jun 26, 2024 · 0 comments

Comments

@VourMa
Copy link
Collaborator

VourMa commented Jun 26, 2024

The -l flag is useless:

// --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:

#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?

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

No branches or pull requests

1 participant