PileUpProcessor

This class comprises the processPileUps step of the dentist algorithm

class PileUpProcessor {
Options options;
PileUp[] pileUps;
ReferenceRegion repeatMask;
Insertion[] insertions;
}

Meta