Skip to content

How does one get the lower level objects? #52

@VourMa

Description

@VourMa

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions