////////////////////////////////////////////////////////////////////////////// // // $Id: $ // //*-- Author : Witold Przygoda (przygoda@psja1.if.uj.edu.pl) //*-- Revised : Martin Jurkovic <martin.jurkovic@ph.tum.de> 2010 // //_HADES_CLASS_DESCRIPTION ////////////////////////////////////////////////////////////////////////////// // // HRichWire // HRichWireTab // // Wire parameters. // ////////////////////////////////////////////////////////////////////////////// #include "hrichwire.h" using namespace std; ClassImp(HRichWire) HRichWire::HRichWire() { fWireNr = 0; fWireX = 0.; }