Fork me on GitHub

Opened 9 years ago

Closed 9 years ago

#672 closed Bug (fixed)

Empty Plots for Delphes

Reported by: caglar Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 2
Keywords: Cc:

Description (last modified by Pavel Demin)

Hi there,

I installed Delphes, MadAnalysis, ExRootAnalysis and pythia to my mg5 then i generated events with

generate p p > j j
launch
1 pythia=on
2 pgs=on
3 Delphes=on
0 done
0 done
and after this run ends without any error or something i get empty plots from Delphes

and the Delphes log is something like this

####### Start reading DETECTOR parameters #######        **
**        Opening configuration card:   ../Cards/tmp_card.dat      **
**        Parameters summarised in:     delphes_run.log            **
**                                                                 **
**        ########### Start reading TRIGGER card ##########        **
**        Opening configuration card:   ../Cards/delphes_trigger.dat**
**                                                                 **
**                                                                 **
**        ####### Start conversion to TRoot format ########        **
**                 StdHEP file format detected                     **
**                This can take several minutes                    **
 mcfio_NextEvent: XDR Error decoding the EventTable 
     StdHepXdrRead: unrecognized status - stop
**   ERROR: Unexpected end of file after         0         entries **
**                       Exiting conversion...                     **
**                                                                 **
**        ####### Start fast detector simulation ########          **
**              Total number of events to run:      0              **
**                 Exiting detector simulation...                  **
**                                                                 **
**        ########### Start Trigger selection ###########          **
**                 Exiting trigger simulation...                   **
**                                                                 **
**        ################## Start FROG #################          **
**     ERROR: number of entries to display > available events      **
**                  Exiting FROG preparation...                    **
**                                                                 **
**        ################## Time report #################         **
**              Time report for 0                   events         **
**                                                                 **
**        Time (s):                  CPU           Real            **
**         +  Global:               0.11       0.353357            **
**         +  Events:                  0       0.084203            **
**         +  Trigger:              0.01       0.066783            **
**         +  Frog:                 0.01     0.00541806            **
**              2/07/2015 20:51:12                                 **
**                                                                 **
**                        Exiting Delphes ...                      **
**                                                                 **
*********************************************************************
*********************************************************************
**        INFO:     delphes_events.lhco           created          **
** Exiting...

Attachments (3)

tag_1_delphes.log (6.5 KB ) - added by caglar 9 years ago.
Delphes log
36.png (311.6 KB ) - added by caglar 9 years ago.
Screenshot of the terminal after i launch
01.png (292.0 KB ) - added by caglar 9 years ago.
terminal, webpage and Dhelphes log

Download all attachments as: .zip

Change History (14)

by caglar, 9 years ago

Attachment: tag_1_delphes.log added

Delphes log

by caglar, 9 years ago

Attachment: 36.png added

Screenshot of the terminal after i launch

comment:1 by Pavel Demin, 9 years ago

Description: modified (diff)

comment:2 by Pavel Demin, 9 years ago

Looks like you are using Delphes 2. This version is not supported any more. Could you try to switch to Delphes 3?

in reply to:  2 comment:3 by caglar, 9 years ago

Replying to pavel:

Looks like you are using Delphes 2. This version is not supported any more. Could you try to switch to Delphes 3?

Thx for the quick response. I installed Delphes2 from the mg5 with the

install Delphes2

command and i think there is no Delphes3 in there. Can you tell me how can i install Delphes3 outside of the mg5 program? Sorry for the lack of knowledge i am a fresh starter to linux.

comment:4 by Pavel Demin, 9 years ago

The command to install Delphes 3 from mg5 is

install Delphes

You can install Delphes 3 outside of the mg5 program by following the instructions from the Quick Tour:

https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/QuickTour

comment:5 by caglar, 9 years ago

installed Delphes3 and generated new events with same order still empty Delphes plots

by caglar, 9 years ago

Attachment: 01.png added

terminal, webpage and Dhelphes log

comment:6 by Pavel Demin, 9 years ago

Is it possible that it's still Delphes 2 is running when you generate new events?

I don't know how mg5 behaves when you have two Delphes versions installed in the same time.

comment:7 by caglar, 9 years ago

I removed my old Delphes directory simply by "right click and delete" and then installed Delphes3 and then used configure and make commands.

comment:8 by caglar, 9 years ago

thx for the quick replys i appreciate it.

comment:9 by Pavel Demin, 9 years ago

I've just noticed the error message about an unknown DETECTOR command on the last screen shot. It means that Cards/delphes_card.dat still points to the Delphes 2 configuration file.

The easiest solution that I know about is to remove the mg5 directory and then reinstall/reconfigure mg5.

comment:10 by caglar, 9 years ago

I'll do it then thank you for your time.

comment:11 by Pavel Demin, 9 years ago

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