Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Qiunan Zhang
cbmroot
Commits
a0c6163f
Commit
a0c6163f
authored
Mar 08, 2021
by
Qiunan Zhang
Browse files
the setting for muon transport: processanytrack and allow all the default reaction channels
parent
c01da494
Changes
2
Hide whitespace changes
Inline
Side-by-side
sim/detectors/tof/CbmTof.cxx
View file @
a0c6163f
...
...
@@ -61,7 +61,8 @@ CbmTof::CbmTof()
,
fInactiveCounterIDs
()
,
fCountersInBeam
()
,
fOutputTreeEntry
(
0
)
,
fbProcessAnyTrack
(
kFALSE
)
//, fbProcessAnyTrack(kFALSE)
,
fbProcessAnyTrack
(
kTRUE
)
,
fbAllCountersInactive
(
kFALSE
)
{
fVerboseLevel
=
1
;
}
...
...
@@ -95,7 +96,8 @@ CbmTof::CbmTof(const char* name, Bool_t active)
,
fInactiveCounterIDs
()
,
fCountersInBeam
()
,
fOutputTreeEntry
(
0
)
,
fbProcessAnyTrack
(
kFALSE
)
//, fbProcessAnyTrack(kFALSE)
,
fbProcessAnyTrack
(
kTRUE
)
,
fbAllCountersInactive
(
kFALSE
)
{
fVerboseLevel
=
1
;
}
...
...
sim/transport/steer/CbmVMCSettings.h
View file @
a0c6163f
...
...
@@ -333,7 +333,7 @@ public:
}
private:
Int_t
fProcessPairProduction
{
1
};
/*
Int_t fProcessPairProduction {1};
Int_t fProcessComptonScattering {1};
Int_t fProcessPhotoEffect {1};
Int_t fProcessPhotoFission {0};
...
...
@@ -345,6 +345,19 @@ private:
Int_t fProcessDecay {1};
Int_t fProcessEnergyLossModel {1};
Int_t fProcessMultipleScattering {1};
*/
Int_t
fProcessPairProduction
{
0
};
Int_t
fProcessComptonScattering
{
0
};
Int_t
fProcessPhotoEffect
{
0
};
Int_t
fProcessPhotoFission
{
0
};
Int_t
fProcessDeltaRay
{
0
};
Int_t
fProcessAnnihilation
{
0
};
Int_t
fProcessBremsstrahlung
{
0
};
Int_t
fProcessHadronicInteraction
{
0
};
Int_t
fProcessMuonNuclearInteraction
{
0
};
Int_t
fProcessDecay
{
0
};
Int_t
fProcessEnergyLossModel
{
0
};
Int_t
fProcessMultipleScattering
{
0
};
Double_t
fEnergyCutGammas
{
1.e-3
};
// GeV
Double_t
fEnergyCutElectrons
{
1.e-3
};
// GeV
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment