Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Duncan Macleod
gstlal
Commits
4da87c35
Commit
4da87c35
authored
5 years ago
by
Daichi Tsuna
Browse files
Options
Downloads
Patches
Plain Diff
gstlal_cs_triggergen: record search_summary.nevents
dump number of events in the coinc_events table.
parent
5dc20a30
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-burst/bin/gstlal_cs_triggergen
+6
-5
6 additions, 5 deletions
gstlal-burst/bin/gstlal_cs_triggergen
with
6 additions
and
5 deletions
gstlal-burst/bin/gstlal_cs_triggergen
+
6
−
5
View file @
4da87c35
...
...
@@ -495,12 +495,13 @@ if options.verbose:
print
>>
sys
.
stderr
,
"
running pipeline ...
"
mainloop
.
run
()
handler
.
flush
()
#
# write output to disk
# FIXME vetoes table also needs to be dumped here
#
with ligolw_add
#
obtain nevents from the coinc event table, and
write output to disk
# FIXME vetoes table also needs to be dumped here
with ligolw_add
#
handler
.
flush
()
# FIXME search_summary.nevents is still zero
search_summary
.
nevents
=
len
(
lsctables
.
CoincTable
.
get_table
(
xmldoc
))
ligolw_utils
.
write_filename
(
xmldoc
,
options
.
output
,
gz
=
(
options
.
output
or
"
stdout
"
).
endswith
(
"
.gz
"
),
verbose
=
options
.
verbose
)
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