00001 /*************************************************************************** 00002 * 00003 * $Id: StSvtHybridObject.hh,v 1.2 2007/03/21 17:22:20 fisyak Exp $ 00004 * 00005 * Author: Marcelo Munhoz 00006 *************************************************************************** 00007 * 00008 * Description: SVT Hybrid BASE class 00009 * 00010 *************************************************************************** 00011 * 00012 * $Log: StSvtHybridObject.hh,v $ 00013 * Revision 1.2 2007/03/21 17:22:20 fisyak 00014 * Ivan Kotov's drift velocities, use TGeoHMatrix for coordinate transformation 00015 * 00016 * Revision 1.1.1.1 2000/03/10 14:26:21 munhoz 00017 * SVT Class Library 00018 * 00019 **************************************************************************/ 00020 00021 #ifndef STSVTHYBRIDOBJECT_HH 00022 #define STSVTHYBRIDOBJECT_HH 00023 00024 #include "StObject.h" 00025 #include "StSvtHybrid.h" 00026 00027 class StSvtHybridObject: public StObject, public StSvtHybrid { 00028 public: 00029 StSvtHybridObject(int barrel = 0, int ladder = 0, int wafer = 0, int hybrid = 0) : StObject(), StSvtHybrid(barrel, ladder, wafer, hybrid) {} 00030 void SetName(); 00031 virtual ~StSvtHybridObject() {} 00032 ClassDef(StSvtHybridObject,1) 00033 }; 00034 #endif
1.5.9