CMS 3D CMS Logo

SurveyInputBase.cc
Go to the documentation of this file.
2 
4 
6 
8  delete theDetector;
9 
10  theDetector = nullptr;
11 }
12 
14  if (nullptr == theDetector)
15  theDetector = comp;
16  else
18 }
SurveyInputBase::addComponent
static void addComponent(Alignable *)
Definition: SurveyInputBase.cc:13
Alignable
Definition: Alignable.h:27
AlCaHLTBitMon_QueryRunRegistry.comp
comp
Definition: AlCaHLTBitMon_QueryRunRegistry.py:249
Alignable::addComponent
virtual void addComponent(Alignable *)=0
Alignable.h
SurveyInputBase::theDetector
static Alignable * theDetector
Definition: SurveyInputBase.h:38
SurveyInputBase.h
SurveyInputBase::~SurveyInputBase
~SurveyInputBase() override
Definition: SurveyInputBase.cc:7