Skip to content
Snippets Groups Projects
THcDCWire.cxx 406 B
Newer Older
  • Learn to ignore specific revisions
  • /** \class THcDCWire
    
        \ingroup DetSupport
    
    
        \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.
    
    
    #include "THcDCWire.h"
    
    ClassImp(THcDCWire)
    
    
    ///////////////////////////////////////////////////////////////////////////////