Skip to content

Vandle Processor doesn't check for good HRT event before plotting TDIFF #23

Description

@sztaylor89

There is not check in VandleProcessor to see if there was a good HRT event before plotting TDIFF. This can lead to a spike in the TDIFF spectrum at TDIFF=0+offset since it plots when no HRT event happened. I would suggest something like what I use in my experiment processor:
if(!bar.GetHasEvent()) {continue;}

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