CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

FWGeometry::VersionInfo::VersionInfo ( )
inline

Definition at line 72 of file FWGeometry.h.

72 : productionTag(nullptr), cmsswVersion(nullptr), extraDetectors(nullptr) {}
TObjArray * extraDetectors
Definition: FWGeometry.h:70

Member Function Documentation

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

Definition at line 529 of file FWGeometry.cc.

References extraDetectors.

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

529  {
530  return (extraDetectors && extraDetectors->FindObject(det)) ? true : false;
531 }
TObjArray * extraDetectors
Definition: FWGeometry.h:70

Member Data Documentation

TNamed* FWGeometry::VersionInfo::cmsswVersion

Definition at line 69 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().

TObjArray* FWGeometry::VersionInfo::extraDetectors

Definition at line 70 of file FWGeometry.h.

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

TNamed* FWGeometry::VersionInfo::productionTag

Definition at line 68 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().