I tried to use delphes for detector simulation and got this error

Bug #1483023 reported by atif
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MadGraph5_aMC@NLO
Invalid
Undecided
Unassigned

Bug Description

I tried to use delphes for detector simulation using commands

./bin/aMCatNLO
pgs run_01_LO

its working but when I used

./bin/aMCatNLO
delphes run_01_LO

It is showing error
Command "delphes run_01_LO" interrupted with error: OSError : [Errno 2] No such file or directory: '/home/atif/MG5_aMC_v2_3_0/PROCNLO_loop_sm_2/Cards/delphes_trigger_default.dat'

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1483023] [NEW] I tried to use delphes for detector simulation and got this error

Hi,

Is it possible that you install Delphes2?
Delphes2 mode is only kept for comparison with Delphes when needed (I guess that it should not be the case anymore).
please run “install Delphes” (after typing ./bin/mg5) this will install Delphes3

If this do not solve your problem, please attach your debug file.

Cheers,

Olivier

On 09 Aug 2015, at 18:03, atif <email address hidden> wrote:

> Public bug reported:
>
> I tried to use delphes for detector simulation using commands
>
> ./bin/aMCatNLO
> pgs run_01_LO
>
> its working but when I used
>
> ./bin/aMCatNLO
> delphes run_01_LO
>
> It is showing error
> Command "delphes run_01_LO" interrupted with error: OSError : [Errno 2] No such file or directory: '/home/atif/MG5_aMC_v2_3_0/PROCNLO_loop_sm_2/Cards/delphes_trigger_default.dat'
>
> ** Affects: mg5amcnlo
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1483023
>
> Title:
> I tried to use delphes for detector simulation and got this error
>
> Status in MadGraph5_aMC@NLO:
> New
>
> Bug description:
> I tried to use delphes for detector simulation using commands
>
> ./bin/aMCatNLO
> pgs run_01_LO
>
> its working but when I used
>
> ./bin/aMCatNLO
> delphes run_01_LO
>
> It is showing error
> Command "delphes run_01_LO" interrupted with error: OSError : [Errno 2] No such file or directory: '/home/atif/MG5_aMC_v2_3_0/PROCNLO_loop_sm_2/Cards/delphes_trigger_default.dat'
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mg5amcnlo/+bug/1483023/+subscriptions

Revision history for this message
atif (atifmd-aslam) wrote :

When I tried "install Delphes" it is giving error

classes/DelphesTF2.cc: In member function ‘Int_t DelphesTF2::DefinedVariable(TString&, Int_t&)’:
classes/DelphesTF2.cc:32:12: error: ‘kVariable’ was not declared in this scope
   action = kVariable;
            ^
make: *** [tmp/classes/DelphesTF2.o] Error 1
Error detected during the compilation. Please check the compilation error and run make manually.

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1483023] Re: I tried to use delphes for detector simulation and got this error

I have created a ticket on the Delphes dev team account:
https://cp3.irmp.ucl.ac.be/projects/delphes/ticket/717

Please see with then what you have to do.

Cheers,

Olivier
On 10 Aug 2015, at 10:29, atif <email address hidden> wrote:

> When I tried "install Delphes" it is giving error
>
>
> classes/DelphesTF2.cc: In member function ‘Int_t DelphesTF2::DefinedVariable(TString&, Int_t&)’:
> classes/DelphesTF2.cc:32:12: error: ‘kVariable’ was not declared in this scope
> action = kVariable;
> ^
> make: *** [tmp/classes/DelphesTF2.o] Error 1
> Error detected during the compilation. Please check the compilation error and run make manually.
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1483023
>
> Title:
> I tried to use delphes for detector simulation and got this error
>
> Status in MadGraph5_aMC@NLO:
> New
>
> Bug description:
> I tried to use delphes for detector simulation using commands
>
> ./bin/aMCatNLO
> pgs run_01_LO
>
> its working but when I used
>
> ./bin/aMCatNLO
> delphes run_01_LO
>
> It is showing error
> Command "delphes run_01_LO" interrupted with error: OSError : [Errno 2] No such file or directory: '/home/atif/MG5_aMC_v2_3_0/PROCNLO_loop_sm_2/Cards/delphes_trigger_default.dat'
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mg5amcnlo/+bug/1483023/+subscriptions

Changed in mg5amcnlo:
status: New → Invalid
Revision history for this message
Pavel Demin (pavel-demin) wrote :

Hi,

Current Delphes versions (3.1.2, 3.2.0) are not compatible with the latest ROOT version (6.04). Some of the classes that are used is Delphes changed their interfaces in the latest ROOT version. The fixes for this problem are already in the Delphes code repository and will be available in the next Delphes version.

At the moment, the easiest solution is to use ROOT 5.

Alternatively, you can try to install the latest code from the Delphes code repository:

git clone https://github.com/delphes/delphes.git
cd delphes
make

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.