KHitContainerWireX.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 ///
3 /// \file KHitContainerWireX.h
4 ///
5 /// \brief A KHitContainer for KHitWireX type measurements.
6 ///
7 /// \author H. Greenlee
8 ///
9 /// This class derives from KHitContainer. It does not add any
10 /// attributes of its own, nor does it override any base class
11 /// methods. It does add a method for filling the container from a
12 /// collection of recob::Hit objects.
13 ///
14 ////////////////////////////////////////////////////////////////////////
15 
16 #ifndef KHITCONTAINERWIREX_H
17 #define KHITCONTAINERWIREX_H
18 
22 
23 namespace trkf {
24 
26  public:
27  void fill(const detinfo::DetectorPropertiesData& clock_data,
28  const art::PtrVector<recob::Hit>& hits,
29  int only_plane) override;
30  };
31 }
32 
33 #endif
void fill(const detinfo::DetectorPropertiesData &clock_data, const art::PtrVector< recob::Hit > &hits, int only_plane) override
A collection of KHitGroups.
Declaration of signal hit object.