diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2b5781f0..8bb469d098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * `basemq/tasks/FairMQSamplerTask.h` -> `examples/advanced/Tutorial3/MQ/samplerTask/SamplerTask.h` * FairTimeStamp * `virtual bool operator<(const FairTimeStamp* rValue) const` changed to `bool operator<(const FairTimeStamp& rValue) const` + * FairModule::svList is gone. This was never intended as a public + API. ### Deprecations diff --git a/fairroot/base/sim/FairModule.h b/fairroot/base/sim/FairModule.h index 4e4c6180ab..8b703bf52b 100644 --- a/fairroot/base/sim/FairModule.h +++ b/fairroot/base/sim/FairModule.h @@ -140,7 +140,9 @@ class FairModule : public TNamed static thread_local inline FairVolumeList* vList{nullptr}; //! /**total number of volumes in a simulaion session*/ static thread_local inline Int_t fNbOfVolumes{0}; //! - /**list of all sensitive volumes in a simulaion session*/ + /** + * For internal use only: list of all sensitive volumes in a simulaion session + */ static thread_local std::vector fAllSensitiveVolumes; //! TString fMotherVolumeName{""}; //!