Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OrcaSong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Machine Learning
OrcaSong
Commits
7d3eb4d7
Commit
7d3eb4d7
authored
6 years ago
by
ViaFerrata
Browse files
Options
Downloads
Patches
Plain Diff
Minor.
parent
f123674d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
orcasong/default_config.toml
+2
-0
2 additions, 0 deletions
orcasong/default_config.toml
utilities/count_number_of_events_in_folder.py
+0
-4
0 additions, 4 deletions
utilities/count_number_of_events_in_folder.py
with
2 additions
and
4 deletions
orcasong/default_config.toml
+
2
−
0
View file @
7d3eb4d7
...
...
@@ -41,6 +41,8 @@
# This is e.g. useful, if you use events from two different mc productions, e.g. the 1-5GeV & 3-100GeV Orca 2016 MC.
# In this case, the events are not fully distinguishable with only the run_id and the event_id!
# In order to keep a separation, an integer can be set in the event_track for all events, such that they stay distinguishable.
# Currently, the convention of the OrcaSong author is the following:
# For neutrinos: 1: 3-100 GeV prod, 2: 1-5 GeV prod ; mupage: 3 ; random_noise: 4
# timecut_mode : str
# Defines what timecut should be used in hits_to_histograms.py.
# Currently available:
...
...
This diff is collapsed.
Click to expand it.
utilities/count_number_of_events_in_folder.py
+
0
−
4
View file @
7d3eb4d7
...
...
@@ -76,9 +76,5 @@ def main():
print
(
'
--------------------------------------------------------
'
)
if
__name__
==
'
__main__
'
:
main
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment