Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 13, 2024
1 parent 67721fd commit 1336448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/TRestGeant4ParticleSourceCosmics.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TRestGeant4ParticleSourceCosmics : public TRestGeant4ParticleSource {
std::map<std::string, double> fParticleWeights;

std::map<std::string, TH2D*> fHistograms;
std::map<std::string, TH2D*> fHistogramsTransformed; //!
std::map<std::string, TH2D*> fHistogramsTransformed; //!

static std::mutex fMutex;
static std::unique_ptr<TRandom3> fRandom;
Expand Down

0 comments on commit 1336448

Please sign in to comment.