Skip to content

Commit 39ded3a

Browse files
chore: Drop FairModule::volNumber
It's not used anywhere to our knowledge.
1 parent befca57 commit 39ded3a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

fairroot/base/sim/FairModule.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2014-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
33
* *
44
* This software is distributed under the terms of the *
55
* GNU Lesser General Public Licence (LGPL) version 3, *
@@ -143,8 +143,7 @@ class FairModule : public TNamed
143143
/**list of all sensitive volumes in a simulaion session*/
144144
static thread_local inline TRefArray* svList{0}; //!
145145

146-
static thread_local inline TArrayI* volNumber{0}; //!
147-
TString fMotherVolumeName{""}; //!
146+
TString fMotherVolumeName{""}; //!
148147
FairVolume* getFairVolume(FairGeoNode* fNode);
149148
void AddSensitiveVolume(TGeoVolume* v);
150149

0 commit comments

Comments
 (0)