![]() |
![]() |
#include <DTLayerType.h>
Public Member Functions | |
DTLayerType () | |
virtual const Topology & | topology () const |
DetType for a Drift Tube GeomDetUnit (the DTLayer).
$date : 23/01/2006 18:24:59 CET $
Definition at line 17 of file DTLayerType.h.
DTLayerType::DTLayerType | ( | ) |
Definition at line 17 of file DTLayerType.cc.
: GeomDetType("DT",GeomDetEnumerators::DT){ }
const Topology & DTLayerType::topology | ( | ) | const [virtual] |
Implements GeomDetType.
Definition at line 22 of file DTLayerType.cc.
References query::result.
{ static DTTopology result(0,0,0.); return result; }