Skip to content
Snippets Groups Projects
Commit c43cb3b3 authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Apply clang-format

parent ff6717fe
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@
#include "TGeant4.h"
#include "TGeoManager.h"
#include "TPythia6Decayer.h"
#include "TRandom.h"
#include "TROOT.h"
#include "TRandom.h"
#include "TStopwatch.h"
#include "TString.h"
#include "TSystem.h"
......
......@@ -304,15 +304,13 @@ public:
Double_t phiMax = 2. * TMath::Pi());
/** @brief Set global random seed value
/** @brief Set global random seed value
** @param seedValue
**
** This function allows to set the global seed value used
** by ROOTs random number generator TRandom
**/
void SetRandomSeed(const ULong_t seedValue) {
fRandomSeed = seedValue;
}
void SetRandomSeed(const ULong_t seedValue) { fRandomSeed = seedValue; }
/** @brief Enable smearing of event vertex in x and y.
** @param choice If kTRUE(default), smearing is enabled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment