-
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 branch 'main' into rcdb-sqlite
- Loading branch information
Showing
34 changed files
with
1,335 additions
and
169 deletions.
There are no files selected for viewing
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
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
21 changes: 12 additions & 9 deletions
21
examples/config/my_config_directory/algorithms/clas12/ZVertexFilter/Config.yaml
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 |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# Cut values for different run periods | ||
clas12::ZVertexFilter: | ||
|
||
# default cuts | ||
- default: | ||
electron_vz: [ -15.0, 15.0 ] | ||
# scattered electron cuts | ||
electron: | ||
|
||
# RG-A fall2018 inbending | ||
- runs: [ 4760, 5419 ] | ||
electron_vz: [ -5.0, 3.0 ] | ||
# default cuts | ||
- default: | ||
vz: [ -15.0, 15.0 ] | ||
|
||
# RG-A fall2018 outbending | ||
- runs: [ 5420, 5674 ] | ||
electron_vz: [ -8.0, 7.0 ] | ||
# RG-A fall2018 inbending | ||
- runs: [ 4760, 5419 ] | ||
vz: [ -5.0, 3.0 ] | ||
|
||
# RG-A fall2018 outbending | ||
- runs: [ 5420, 5674 ] | ||
vz: [ -8.0, 7.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
# Cut values for different run periods | ||
clas12::ZVertexFilter: | ||
|
||
# default cuts | ||
- default: | ||
electron_vz: [ -1.5, 1.3 ] | ||
################################################################################### | ||
# NOTE: for convenience, you can also set the log level from the configuration file | ||
log: trace | ||
################################################################################### | ||
|
||
# RG-A fall2018 inbending | ||
- runs: [ 4760, 5419 ] | ||
electron_vz: [ -0.5, 0.5 ] | ||
# scattered electron cuts | ||
electron: | ||
|
||
# RG-A fall2018 outbending | ||
- runs: [ 5420, 5674 ] | ||
electron_vz: [ -0.8, 0.7 ] | ||
# default cuts | ||
- default: | ||
vz: [ -1.5, 1.3 ] | ||
|
||
# RG-A fall2018 inbending | ||
- runs: [ 4760, 5419 ] | ||
vz: [ -0.5, 0.5 ] | ||
|
||
# RG-A fall2018 outbending | ||
- runs: [ 5420, 5674 ] | ||
vz: [ -0.8, 0.7 ] |
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
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
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
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
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 |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# Cut values for different run periods | ||
clas12::ZVertexFilter: | ||
|
||
# default cuts | ||
- default: | ||
electron_vz: [ -20.0, 20.0 ] | ||
# scattered electron cuts | ||
electron: | ||
|
||
# RG-A fall2018 inbending | ||
- runs: [ 4760, 5419 ] | ||
electron_vz: [ -13.0, 12.0 ] | ||
# default cuts | ||
- default: | ||
vz: [ -20.0, 20.0 ] | ||
|
||
# RG-A fall2018 outbending | ||
- runs: [ 5420, 5674 ] | ||
electron_vz: [ -18.0, 10.0 ] | ||
# RG-A fall2018 inbending | ||
- runs: [ 4760, 5419 ] | ||
vz: [ -13.0, 12.0 ] | ||
|
||
# RG-A fall2018 outbending | ||
- runs: [ 5420, 5674 ] | ||
vz: [ -18.0, 10.0 ] |
Oops, something went wrong.