CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 42 of file FWGeometry.h.

Constructor & Destructor Documentation

FWGeometry::VersionInfo::VersionInfo ( )
inline

Definition at line 48 of file FWGeometry.h.

TObjArray * extraDetectors
Definition: FWGeometry.h:46

Member Function Documentation

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

Definition at line 379 of file FWGeometry.cc.

References extraDetectors.

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

380 {
381 
382  return (extraDetectors && extraDetectors->FindObject(det)) ? true : false;
383 }
TObjArray * extraDetectors
Definition: FWGeometry.h:46

Member Data Documentation

TNamed* FWGeometry::VersionInfo::cmsswVersion

Definition at line 45 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().

TObjArray* FWGeometry::VersionInfo::extraDetectors

Definition at line 46 of file FWGeometry.h.

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

TNamed* FWGeometry::VersionInfo::productionTag

Definition at line 44 of file FWGeometry.h.

Referenced by FWGeometry::loadMap().