Histogram with run_id '0' was not found in the specified XML source.

Asked by ABHI MUKHERJEE

hi,
    when i am trying to generate event with pythia8 on then this problem occurs with event generation. the debug log is following

#************************************************************
#* MadGraph5_aMC@NLO/MadEvent *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.6.6 2018-06-28 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadEvent *
#* *
#* run as ./bin/madevent.py filename *
#* *
#************************************************************
generate_events run_05
Traceback (most recent call last):
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/extended_cmd.py", line 1514, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/extended_cmd.py", line 1463, in onecmd_orig
    return func(arg, **opt)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/madevent_interface.py", line 2469, in do_generate_events
    self.run_generate_events(switch_mode, args)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/common_run_interface.py", line 6929, in new_fct
    original_fct(obj, *args, **opts)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/madevent_interface.py", line 2577, in run_generate_events
    self.exec_cmd('shower --no_default', postcmd=False, printcmd=False)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/extended_cmd.py", line 1543, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/extended_cmd.py", line 1463, in onecmd_orig
    return func(arg, **opt)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/madevent_interface.py", line 3852, in do_shower
    postcmd=False, printcmd=False)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/extended_cmd.py", line 1543, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/extended_cmd.py", line 1463, in onecmd_orig
    return func(arg, **opt)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/interface/madevent_interface.py", line 4582, in do_pythia8
    new_djr_HwU = histograms.HwUList(djr_file,run_id=0)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/various/histograms.py", line 1651, in __init__
    raw_labels=raw_labels)
  File "/home/abhi/Music/MG5_aMC_v2_6_6/madgraph/various/histograms.py", line 1767, in parse_histos_from_PY8_XML_stream
    "specified XML source."
MadGraph5Error: Histogram with run_id '0' was not found in the specified XML source.
                              Run Options
                              -----------
               stdout_level : 20 (user set)

                         MadEvent Options
                         ----------------
     automatic_html_opening : False (user set)
        notification_center : True
          cluster_temp_path : None
             cluster_memory : None (user set)
               cluster_size : 100
              cluster_queue : None (user set)
                    nb_core : 4 (user set)
               cluster_time : 4 (user set)
                   run_mode : 2

                      Configuration Options
                      ---------------------
                text_editor : None
         cluster_local_path : None
      cluster_status_update : (600, 30)
               pythia8_path : /home/abhi/Music/MG5_aMC_v2_6_6/HEPTools/pythia8 (user set)
                  hwpp_path : None (user set)
            pythia-pgs_path : None (user set)
                    td_path : None (user set)
               delphes_path : None (user set)
                thepeg_path : None (user set)
               cluster_type : condor
          madanalysis5_path : None (user set)
           cluster_nb_retry : 1
                 eps_viewer : None
                web_browser : None
               syscalc_path : None (user set)
           madanalysis_path : None (user set)
                     lhapdf : /home/abhi/Music/MG5_aMC_v2_6_6/HEPTools/lhapdf6/bin/lhapdf-config (user set)
              f2py_compiler : None
                 hepmc_path : None (user set)
         cluster_retry_wait : 300
           fortran_compiler : None
                auto_update : 7 (user set)
        exrootanalysis_path : None (user set)
                    timeout : 60
               cpp_compiler : None

 but without pythia8 the event generation is perfect. i need that .hepmc file for further analysis but cant generate though. please help me with this problem.

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Can you look at those two threads and see if this can help you?

https://answers.launchpad.net/mg5amcnlo/+question/670673
https://answers.launchpad.net/mg5amcnlo/+question/674562

Cheers,

Olivier

Revision history for this message
ABHI MUKHERJEE (abhi006) said :
#2

In the second link where they said that pythia installed perfectly, can't
help me. Because in my case after showering .hep or .hepmc file is not
generating. and as per first link i set the path accordingly but after
pythia8 showering it show same problem. I am attaching error message with
it.

On Tue, 16 Jul 2019 at 02:12, Olivier Mattelaer <
<email address hidden>> wrote:

> Your question #682057 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/682057
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> Can you look at those two threads and see if this can help you?
>
> https://answers.launchpad.net/mg5amcnlo/+question/670673
> https://answers.launchpad.net/mg5amcnlo/+question/674562
>
> Cheers,
>
> Olivier
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/mg5amcnlo/+question/682057/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/682057
>
> You received this question notification because you asked the question.
>

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#3

Could you check that pythia8 works if you do not run a MLM(or CKKW-L) type of generation?

Thanks,

Olivier

> On 16 Jul 2019, at 08:43, ABHI MUKHERJEE <email address hidden> wrote:
>
> Question #682057 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/682057
>
> Status: Answered => Open
>
> ABHI MUKHERJEE is still having a problem:
> In the second link where they said that pythia installed perfectly, can't
> help me. Because in my case after showering .hep or .hepmc file is not
> generating. and as per first link i set the path accordingly but after
> pythia8 showering it show same problem. I am attaching error message with
> it.
>
> On Tue, 16 Jul 2019 at 02:12, Olivier Mattelaer <
> <email address hidden>> wrote:
>
>> Your question #682057 on MadGraph5_aMC@NLO changed:
>> https://answers.launchpad.net/mg5amcnlo/+question/682057
>>
>> Status: Open => Answered
>>
>> Olivier Mattelaer proposed the following answer:
>> Can you look at those two threads and see if this can help you?
>>
>> https://answers.launchpad.net/mg5amcnlo/+question/670673
>> https://answers.launchpad.net/mg5amcnlo/+question/674562
>>
>> Cheers,
>>
>> Olivier
>>
>> --
>> If this answers your question, please go to the following page to let us
>> know that it is solved:
>>
>> https://answers.launchpad.net/mg5amcnlo/+question/682057/+confirm?answer_id=0
>>
>> If you still need help, you can reply to this email or go to the
>> following page to enter your feedback:
>> https://answers.launchpad.net/mg5amcnlo/+question/682057
>>
>> You received this question notification because you asked the question.
>>
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Can you help with this problem?

Provide an answer of your own, or ask ABHI MUKHERJEE for more information if necessary.

To post a message you must log in.