KHitContainerWireLine.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 ///
3 /// \file KHitContainerWireLine.h
4 ///
5 /// \brief A KHitContainer for KHitWireLine 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 KHITCONTAINERWIRELINE_H
17 #define KHITCONTAINERWIRELINE_H
18 
22 
23 namespace trkf {
24 
26  void fill(const detinfo::DetectorPropertiesData& detProp,
27  const art::PtrVector<recob::Hit>& hits,
28  int only_plane) override;
29  };
30 }
31 
32 #endif
void fill(const detinfo::DetectorPropertiesData &detProp, const art::PtrVector< recob::Hit > &hits, int only_plane) override
A collection of KHitGroups.
Declaration of signal hit object.