-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from JeffersonLab/DEV
Dev
- Loading branch information
Showing
6 changed files
with
221 additions
and
86 deletions.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
MCwrapper/Generators/gen_omega_radiative/examples/gen_omega_radiative.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
##################################### | ||
#### THIS IS A CONFIG FILE #### | ||
##################################### | ||
## | ||
## Blank lines or lines beginning with a "#" are ignored. | ||
## | ||
## Double colons (::) are treated like a space. | ||
## This is sometimes useful for grouping (for example, | ||
## grouping strings like "reaction::sum::amplitudeName") | ||
## | ||
## All non-comment lines must begin with one of the following keywords. | ||
## | ||
## (note: <word> means necessary | ||
## (word) means optional) | ||
## | ||
## include <file> | ||
## define <word> (defn1) (defn2) (defn3) ... | ||
## fit <fitname> | ||
## keyword <keyword> <min arguments> <max arguments> | ||
## reaction <reaction> <particle1> <particle2> (particle3) ... | ||
## data <reaction> <class> (arg1) (arg2) (arg3) ... | ||
## genmc <reaction> <class> (arg1) (arg2) (arg3) ... | ||
## accmc <reaction> <class> (arg1) (arg2) (arg3) ... | ||
## normintfile <reaction> <file> | ||
## sum <reaction> <sum> (sum2) (sum3) ... | ||
## amplitude <reaction> <sum> <amp> <class> (arg1) (arg2) ([par]) ... | ||
## initialize <reaction> <sum> <amp> <"events"/"polar"/"cartesian"> | ||
## <value1> <value2> ("fixed"/"real") | ||
## scale <reaction> <sum> <amp> <value or [parameter]> | ||
## constrain <reaction1> <sum1> <amp1> <reaction2> <sum2> <amp2> ... | ||
## permute <reaction> <sum> <amp> <index1> <index2> ... | ||
## parameter <par> <value> ("fixed"/"bounded"/"gaussian") | ||
## (lower/central) (upper/error) | ||
## DEPRECATED: | ||
## datafile <reaction> <file> (file2) (file3) ... | ||
## genmcfile <reaction> <file> (file2) (file3) ... | ||
## accmcfile <reaction> <file> (file2) (file3) ... | ||
## | ||
##################################### | ||
|
||
fit radiative | ||
|
||
reaction Pi0Gamma gamma p Pi0 gamma | ||
|
||
# consider just x polarized amplitudes | ||
sum Pi0Gamma xpol | ||
|
||
amplitude Pi0Gamma::xpol::omegaS TwoPiAnglesRadiative 0.0 0.0 0.0 0.0 0.0 0.0 0.4 0.0 -0.2 TEMPPOLANGLE TEMPPOLFRAC | ||
amplitude Pi0Gamma::xpol::omegaS BreitWigner 0.783 0.008 1 2 3 | ||
|
||
initialize Pi0Gamma::xpol::omegaS cartesian 1.0 0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.