8#include <tracking/trackFindingCDC/filters/wireHit/AllWireHitFilter.h>
10#include <tracking/trackFindingCDC/eventdata/hits/CDCWireHit.h>
11#include <cdc/dataobjects/CDCHit.h>
14using namespace TrackFindingCDC;
18 return (*wireHit.
getHit()).getADCCount();
Weight operator()(const CDCWireHit &wireHit) final
Basic filter method to override. All implementation accepts all hits.
Class representing a hit wire in the central drift chamber.
const CDCHit * getHit() const
Getter for the CDCHit pointer into the StoreArray.
Abstract base class for different kinds of events.