|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
14 #ifndef DD4HEP_DETECTORSELECTOR_H
15 #define DD4HEP_DETECTORSELECTOR_H
44 typedef std::vector<DetElement>
Result;
69 const std::string& type2,
70 const std::string& type3=
"",
71 const std::string& type4=
"",
72 const std::string& type5=
"" );
78 unsigned int excludeFlag=0 )
const ;
82 #endif // DD4HEP_DETECTORSELECTOR_H
Detector & description
Reference to main detector description object.
const Result & detectors(const std::string &type)
Access a set of subdetectors according to the sensitive type.
Object encapsulating the result of a computation call to the alignments calculator.
~DetectorSelector()
Default destructor.
DetectorSelector(Detector &_description)
Default constructor.
std::vector< DetElement > Result
Result set definition.
Namespace for the AIDA detector description toolkit.
The main interface to the dd4hep detector description package.
View on Detector to select detectors according to certain criteria.