From aa7b21378292ddc8f5efb1b16224f7918d876a71 Mon Sep 17 00:00:00 2001 From: "Stephen A. Wood" <saw@jlab.org> Date: Wed, 29 Aug 2018 09:35:52 -0400 Subject: [PATCH] Add some comments for THcDCWire doxygen --- src/THcDCWire.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/THcDCWire.cxx b/src/THcDCWire.cxx index 3655553..58489fc 100644 --- a/src/THcDCWire.cxx +++ b/src/THcDCWire.cxx @@ -1,7 +1,11 @@ -/** \class THcDCHit +/** \class THcDCWire \ingroup DetSupport - Class to represent a drift chamber wire + \brief Class representing a drift chamber wire + + Holds number within a plane, position within the plane, time offset + for that wire, resolution of the wire and pointer to the + time to distance conversion class. */ -- GitLab