CMS 3D CMS Logo

List of all members | Public Member Functions
DTLayerType Class Reference

#include <DTLayerType.h>

Inheritance diagram for DTLayerType:
GeomDetType

Public Member Functions

 DTLayerType ()
 
const Topologytopology () const override
 
- Public Member Functions inherited from GeomDetType
 GeomDetType (const std::string &name, SubDetector subdet)
 
bool isBarrel () const
 
bool isCSC () const
 
bool isDT () const
 
bool isEndcap () const
 
bool isGEM () const
 
bool isME0 () const
 
bool isMuon () const
 
bool isRPC () const
 
bool isTiming () const
 
bool isTracker () const
 
bool isTrackerPixel () const
 
bool isTrackerStrip () const
 
const std::string & name () const
 
SubDetector subDetector () const
 
virtual ~GeomDetType ()
 

Additional Inherited Members

- Public Types inherited from GeomDetType
typedef GeomDetEnumerators::SubDetector SubDetector
 

Detailed Description

DetType for a Drift Tube GeomDetUnit (the DTLayer).

Author
: Stefano Lacaprara - INFN Padova stefa.nosp@m.no.l.nosp@m.acapr.nosp@m.ara@.nosp@m.pd.in.nosp@m.fn.i.nosp@m.t

Definition at line 15 of file DTLayerType.h.

Constructor & Destructor Documentation

DTLayerType::DTLayerType ( )

Definition at line 15 of file DTLayerType.cc.

15  :
17  }
GeomDetType(const std::string &name, SubDetector subdet)
Definition: GeomDetType.cc:5

Member Function Documentation

const Topology & DTLayerType::topology ( ) const
overridevirtual

Implements GeomDetType.

Definition at line 20 of file DTLayerType.cc.

References mps_fire::result.

20  {
21  static const DTTopology result(0,0,0.);
22  return result;
23 }