CMS 3D CMS Logo

SurveyInputBase.cc
Go to the documentation of this file.
2 
4 
6 
8 {
9  delete theDetector;
10 
11  theDetector = 0;
12 }
13 
15 {
16  if (0 == theDetector)
17  theDetector = comp;
18  else
20 }
static Alignable * theDetector
static void addComponent(Alignable *)
virtual ~SurveyInputBase()
virtual void addComponent(Alignable *)=0