CMS 3D CMS Logo

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