Fork me on GitHub

Opened 8 years ago

Last modified 8 years ago

#970 new Bug

problem with DelphesSTDHEP compiler

Reported by: Deepanjali Goswami Owned by: Deepanjali Goswami
Priority: major Milestone:
Component: Delphes miscellaneous Version: Delphes 3
Keywords: Cc:

Description

Hi,
I am trying to get one .root file by using three hep file obtained by using multi_run in mg5_aMC.
I have given the command like this

$./DelphesSTDHEP cards/delphes_card_CMS.tcl output.root run1.hep.gz run2.hep.gz run3.hep.gz

and after compiling its saying

Reading run1.hep.gz
ERROR: Unsupported block type.

May I ask you where is the problem happening.

Thanks a lot.
With regards,
Deepanjali

Change History (1)

comment:1 by Pavel Demin, 8 years ago

Please unpack the run1.hep.gz, run2.hep.gz and run3.hep.gz files with the gunzip command and try to run Delphes with the unpacked files:

./DelphesSTDHEP cards/delphes_card_CMS.tcl output.root run1.hep run2.hep run3.hep
Last edited 8 years ago by Pavel Demin (previous) (diff)
Note: See TracTickets for help on using tickets.