- added DetElement::typeFlag() and DetElement::setTypeFlag(unsigned int types)
- added LCDDImp::detectors(unsigned int typeFlag, bool bitsSet) -> allows to set detector properties (with DetType) for DetElements and get sets of detectors with certain properties, e.g. ( DetType::TRACKER | DetType::BARREL ) selects all barrel trackers
Showing
- DDCore/include/DD4hep/DetType.h 5 additions, 0 deletionsDDCore/include/DD4hep/DetType.h
- DDCore/include/DD4hep/Detector.h 8 additions, 2 deletionsDDCore/include/DD4hep/Detector.h
- DDCore/include/DD4hep/LCDD.h 6 additions, 0 deletionsDDCore/include/DD4hep/LCDD.h
- DDCore/include/DD4hep/objects/DetectorInterna.h 2 additions, 0 deletionsDDCore/include/DD4hep/objects/DetectorInterna.h
- DDCore/src/Detector.cpp 12 additions, 0 deletionsDDCore/src/Detector.cpp
- DDCore/src/DetectorInterna.cpp 3 additions, 2 deletionsDDCore/src/DetectorInterna.cpp
- DDCore/src/LCDDImp.cpp 23 additions, 0 deletionsDDCore/src/LCDDImp.cpp
- DDCore/src/LCDDImp.h 4 additions, 0 deletionsDDCore/src/LCDDImp.h
- UtilityApps/src/dumpdetector.cpp 24 additions, 0 deletionsUtilityApps/src/dumpdetector.cpp
Loading
Please register or sign in to comment