CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
FWGeometry::VersionInfo Class Reference

#include <FWGeometry.h>

Public Member Functions

bool haveExtraDet (const char *) const
 
 VersionInfo ()
 

Public Attributes

TNamed * cmsswVersion
 
TObjArray * extraDetectors
 
TNamed * productionTag
 

Detailed Description

Definition at line 45 of file FWGeometry.h.

Constructor & Destructor Documentation

FWGeometry::VersionInfo::VersionInfo ( )
inline

Member Function Documentation

bool FWGeometry::VersionInfo::haveExtraDet ( const char *  det) const

Definition at line 396 of file FWGeometry.cc.

Referenced by FWRPZView::populateController(), FWRPZViewGeometry::showGEM(), FW3DViewGeometry::showMuonEndcap(), and FWRPZViewGeometry::showRpcEndcap().

397 {
398 
399  return (extraDetectors && extraDetectors->FindObject(det)) ? true : false;
400 }
TObjArray * extraDetectors
Definition: FWGeometry.h:49

Member Data Documentation

TNamed* FWGeometry::VersionInfo::cmsswVersion

Definition at line 48 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().

TObjArray* FWGeometry::VersionInfo::extraDetectors

Definition at line 49 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().

TNamed* FWGeometry::VersionInfo::productionTag

Definition at line 47 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().