Fork me on GitHub

Opened 3 years ago

Closed 3 years ago

#1493 closed Bug (fixed)

DELPHES stops at "Reading standard input"

Reported by: Viesturs Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

I run Delphes as:

./DelphesHepMC cards/delphes_card_CMS.tcl output_test2.root

After hours of waiting it does not proceed further than the step

Reading standard input

What standard input is it reading? What is going on? What to check?

Change History (2)

comment:1 by Pavel Demin, 3 years ago

./DelphesHepMC cards/delphes_card_CMS.tcl output_test2.root

This command isn't correct. Please try the commands from the WorkBook/QuickTour.

What standard input is it reading?

Some information about standard input can be found at the following links:

https://en.wikipedia.org/wiki/Standard_streams

For DelphesHepMC to read data from the standard input, its standard input must be connected to the standard output of another program using a pipe:

curl http://cp3.irmp.ucl.ac.be/~demin/test.hepmc.gz | gunzip | ./DelphesHepMC cards/delphes_card_CMS.tcl delphes_output.root 

comment:2 by Pavel Demin, 3 years ago

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