CMS 3D CMS Logo

Public Member Functions

DTLayerType Class Reference

#include <DTLayerType.h>

Inheritance diagram for DTLayerType:
GeomDetType

List of all members.

Public Member Functions

 DTLayerType ()
virtual const Topologytopology () const

Detailed Description

DetType for a Drift Tube GeomDetUnit (the DTLayer).

$date : 23/01/2006 18:24:59 CET $

Revision:
1.2
Author:
: Stefano Lacaprara - INFN Padova <stefano.lacaprara@pd.infn.it>

Definition at line 17 of file DTLayerType.h.


Constructor & Destructor Documentation

DTLayerType::DTLayerType ( )

Definition at line 17 of file DTLayerType.cc.


Member Function Documentation

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;
}