Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
civanch committed Jul 8, 2022
1 parent 9afbdb7 commit 6e08107
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions SimG4Core/Physics/src/G4ProcessTypeEnumerator.cc
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

static const int nprocesses = 49;
static const std::string g4processes[nprocesses] = {
"Primary", "Transportation", "CoupleTrans", "CoulombScat", "Ionisation", "Brems",
"PairProdCharged", "Annih", "AnnihToMuMu", "AnnihToHad", "NuclearStopp", "Msc",
"Rayleigh", "PhotoElectric", "Compton", "Conv", "ConvToMuMu", "Cerenkov",
"Scintillation", "SynchRad", "TransRad", "OpAbsorp", "OpBoundary", "OpRayleigh",
"OpWLS", "OpMieHG", "MuDBrem", "MuMuonPairProd", "DNAIonisation", "DNAVibExcit",
"DNAAttachment", "DNAChargeDec", "DNAChargeInc", "HadElastic", "HadInelastic", "HadCapture",
"HadFission", "HadAtRest", "HadCEX", "Decay", "DecayWSpin", "DecayPiWSpin",
"DecayRadio", "DecayUnKnown", "DecayExt", "GFlash", "StepLimiter", "UsrSpecCuts",
"Primary", "Transportation", "CoupleTrans", "CoulombScat", "Ionisation", "Brems",
"PairProdCharged", "Annih", "AnnihToMuMu", "AnnihToHad", "NuclearStopp", "Msc",
"Rayleigh", "PhotoElectric", "Compton", "Conv", "ConvToMuMu", "Cerenkov",
"Scintillation", "SynchRad", "TransRad", "OpAbsorp", "OpBoundary", "OpRayleigh",
"OpWLS", "OpMieHG", "MuDBrem", "MuMuonPairProd", "DNAIonisation", "DNAVibExcit",
"DNAAttachment", "DNAChargeDec", "DNAChargeInc", "HadElastic", "HadInelastic", "HadCapture",
"HadFission", "HadAtRest", "HadCEX", "Decay", "DecayWSpin", "DecayPiWSpin",
"DecayRadio", "DecayUnKnown", "DecayExt", "GFlash", "StepLimiter", "UsrSpecCuts",
"NeutronKiller"};
static const int g4subtype[nprocesses] = {
0, // Primary generator
@@ -32,7 +32,7 @@ static const int g4subtype[nprocesses] = {
21, 22, 23, 24, 31, 32, 33, 34, 35,
40, // muDBrem
49, // MuMuonPairProd
53, 54, 55, 56, 57,
53, 54, 55, 56, 57,
111, // HadElastic
121, // HadInelastic
131, // HadCapture

0 comments on commit 6e08107

Please sign in to comment.