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 66 of file FWGeometry.h.

Constructor & Destructor Documentation

◆ VersionInfo()

FWGeometry::VersionInfo::VersionInfo ( )
inline

Definition at line 72 of file FWGeometry.h.

72 : productionTag(nullptr), cmsswVersion(nullptr), extraDetectors(nullptr) {}

Member Function Documentation

◆ haveExtraDet()

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

Definition at line 535 of file FWGeometry.cc.

535  {
536  return (extraDetectors && extraDetectors->FindObject(det)) ? true : false;
537 }

References extraDetectors.

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

Member Data Documentation

◆ cmsswVersion

TNamed* FWGeometry::VersionInfo::cmsswVersion

Definition at line 69 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().

◆ extraDetectors

TObjArray* FWGeometry::VersionInfo::extraDetectors

Definition at line 70 of file FWGeometry.h.

Referenced by haveExtraDet(), and FWGeometry::loadMap().

◆ productionTag

TNamed* FWGeometry::VersionInfo::productionTag

Definition at line 68 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().

FWGeometry::VersionInfo::productionTag
TNamed * productionTag
Definition: FWGeometry.h:68
FWGeometry::VersionInfo::extraDetectors
TObjArray * extraDetectors
Definition: FWGeometry.h:70
FWGeometry::VersionInfo::cmsswVersion
TNamed * cmsswVersion
Definition: FWGeometry.h:69