Fork me on GitHub

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#1183 closed Bug (fixed)

Invalid PDF format

Reported by: Amin Abou Ibrahim Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description (last modified by Pavel Demin)

Dear Delphes team,

I am trying to run Delphes on an HepMC event file generated with Sherpa. I am attaching this file here.
Running ./DelphesHepMC produces this error:

** Reading events.hepmc2g
** ERROR: invalid PDF format----------------------------------------] (0.04%)
** [################################################################] (100.00%)
** Exiting...

What is wrong with this file?
Thank you in advance.

Best,
Amin

Attachments (1)

events.hepmc2g (2.8 MB ) - added by Amin Abou Ibrahim 7 years ago.

Change History (4)

by Amin Abou Ibrahim, 7 years ago

Attachment: events.hepmc2g added

comment:1 by Pavel Demin, 7 years ago

Resolution: fixed
Status: newclosed

The file should be unpacked before processing it with Delphes. Here is the command to unpack the file:

gunzip < events.hepmc2g > events.hepmc
Last edited 7 years ago by Pavel Demin (previous) (diff)

comment:2 by Pavel Demin, 7 years ago

Description: modified (diff)

comment:3 by Amin Abou Ibrahim, 7 years ago

Thank you Pavel. It works now.

Best,
Amin

Note: See TracTickets for help on using tickets.