project8 / katydid

Project 8 data analysis package
Other
5 stars 4 forks source link

Propagate discriminated points properties to SparseWaterFallCandidateData #133

Closed cclaessens closed 6 years ago

cclaessens commented 6 years ago

Tracks reconstructed by the DBScan analysis chain should also get the new properties. The track properties are calculated in EventAnalysis/TrackProcessing. The TrackProcessing processor takes SparseWaterfallCandidateData as input. The new variables from DiscriminatedPoints1DData (or 2D) needs to be available here.

cclaessens commented 6 years ago

This was completed with pull request #142