Fork me on GitHub

Opened 12 years ago

Closed 11 years ago

#52 closed Enhancement (fixed)

Individual events

Reported by: Ben Allanach Owned by:
Priority: major Milestone:
Component: Delphes code Version: all recent versions (> 1.8)
Keywords: Cc:

Description

It would be useful for DELPHES to process a stream of standard input/output events. Many programs can do this, and it allows several desirable possibilities:
. One can stop when one has sufficient stats (which one doesn't always know in advance)
. One can check the output in real time in order to quickly detect bugs etc

Change History (4)

comment:1 by Sourav Mandal, 12 years ago

And also perhaps avoid writing large temporary files, if hadron-level events can be piped directly into Delphes? Delphes.cpp is already using stream operators to read the input file sequentially; that could just read from stdin.

comment:2 by favereau, 12 years ago

There is heavy devlopement in delphes at the moment, partly targeting this issue. Stay tuned in the coming weeks.

comment:3 by Pavel Demin, 11 years ago

Delphes 3 can read standard input.

I could not find how to write ROOT files to standard output.

comment:4 by Pavel Demin, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.