Skip to content
Snippets Groups Projects
THcDCWire.cxx 686 B
Newer Older
  • Learn to ignore specific revisions
  • ///////////////////////////////////////////////////////////////////////////////
    //                                                                           //
    // THcDCWire                                                                //
    //                                                                           //
    // Class to represent a drift chamber wire                                   //
    //                                                                           //
    ///////////////////////////////////////////////////////////////////////////////
    
    #include "THcDCWire.h"
    
    ClassImp(THcDCWire)
    
    
    ///////////////////////////////////////////////////////////////////////////////