Fork me on GitHub

Opened 4 years ago

Last modified 4 years ago

#1422 new Bug

Detector card overwrites after adding trigger card

Reported by: Dmitriy Owned by:
Priority: major Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Hi,
I use Delphes with MadGraph5. I want to replace default detector and trigger cards with corresponding ATLAS cards. For that I type path to each card and it seems that replacing was successful, but actually after typing path to trigger card it replaces the detector card.
What am I doing wrong?

The following switches determine which programs are run:
/================ Description =================|=========== values ===========| other options =\
| 1. Choose the shower/hadronization program | shower = Pythia8 | OFF |
| 2. Choose the detector simulation program | detector = Delphes | OFF |
| 3. Choose an analysis package (plot/convert) | analysis = ExRoot | OFF |
| 4. Decay onshell particles | madspin = OFF | ON|onshell |
| 5. Add weights to events for new hypp. | reweight = OFF | ON |
\==============================================================================================/
Either type the switch number (1 to 5) to change its setting,
Set any switch explicitly (e.g. type 'shower=OFF' at the prompt)
Type 'help' for the list of all valid option
Type '0', 'auto', 'done' or just press enter when you are done.

Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
| 1. param : param_card.dat |
| 2. run : run_card.dat |
| 3. pythia8 : pythia8_card.dat |
| 4. delphes : delphes_card.dat |
\------------------------------------------------------------/

you can also

  • enter the path to a valid card or banner.
  • use the 'set' command to modify a parameter directly. The set option works only for param_card and run_card. Type 'help set' for more information on this command.
  • call an external program (ASperGE/MadWidth/...). Type 'help' for the list of available command

[0, done, 1, param, 2, run, 3, pythia8, 4, enter path, ... ][90s to answer]

/afs/cern.ch/work/d/dzubov/private/MG5/MG5_aMC_v2_7_0/PROC_sm_1/Cards/delphes_card_ATLAS.dat

INFO: copy /afs/cern.ch/work/d/dzubov/private/MG5/MG5_aMC_v2_7_0/PROC_sm_1/Cards/delphes_card_ATLAS.dat as delphes_card.dat
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
| 1. param : param_card.dat |
| 2. run : run_card.dat |
| 3. pythia8 : pythia8_card.dat |
| 4. delphes : delphes_card.dat |
\------------------------------------------------------------/

you can also

  • enter the path to a valid card or banner.
  • use the 'set' command to modify a parameter directly. The set option works only for param_card and run_card. Type 'help set' for more information on this command.
  • call an external program (ASperGE/MadWidth/...). Type 'help' for the list of available command

[0, done, 1, param, 2, run, 3, pythia8, 4, enter path, ... ]

/afs/cern.ch/work/d/dzubov/private/MG5/MG5_aMC_v2_7_0/PROC_sm_1/Cards/delphes_trigger_ATLAS.dat

INFO: copy /afs/cern.ch/work/d/dzubov/private/MG5/MG5_aMC_v2_7_0/PROC_sm_1/Cards/delphes_trigger_ATLAS.dat as delphes_trigger.dat
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
| 1. param : param_card.dat |
| 2. run : run_card.dat |
| 3. pythia8 : pythia8_card.dat |
| 4. delphes : delphes_card.dat |
\------------------------------------------------------------/

you can also

  • enter the path to a valid card or banner.
  • use the 'set' command to modify a parameter directly. The set option works only for param_card and run_card. Type 'help set' for more information on this command.
  • call an external program (ASperGE/MadWidth/...). Type 'help' for the list of available command

[0, done, 1, param, 2, run, 3, pythia8, 4, enter path, ... ]

Change History (1)

comment:1 by Pavel Demin, 4 years ago

As it is MadGraph that manages the cards, this question should be addressed to the developers of MadGraph.

I can only suggest trying to run Delphes directly as explained in the Delphes documentation:

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

Note: See TracTickets for help on using tickets.