Skip to content

Commit

Permalink
FairRunSim: Drop unneeded fMapName
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e847a5)
  • Loading branch information
ChristianTackeGSI authored and karabowi committed Feb 3, 2023
1 parent b68c701 commit cd604e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion base/steer/FairRunSim.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ FairRunSim::FairRunSim(Bool_t isMaster)
: FairRun(isMaster)
, fMCEvHead(nullptr)
, fField(nullptr)
, fMapName("")
, fIons(new TObjArray())
, fParticles(new TObjArray())
, ListOfModules(new TObjArray())
Expand Down
1 change: 0 additions & 1 deletion base/steer/FairRunSim.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ class FairRunSim : public FairRun
FairMCEventHeader* fMCEvHead; //! /** MC Event Header */
static TMCThreadLocal FairRunSim* fginstance; //! /** Singleton Instance */
FairField* fField; /** Magnetic Field */
const char* fMapName; //! /** Input file name map*/
TObjArray* fIons; //! /** Array of user defined ions */
TObjArray* fParticles; //! /** Array of user defined particles*/
TObjArray* ListOfModules; //! /** Array of used modules */
Expand Down

0 comments on commit cd604e6

Please sign in to comment.