Fork me on GitHub

Opened 7 years ago

Last modified 6 years ago

#1118 new Bug

ATLAS card does not use muons for MET

Reported by: sbaum Owned by:
Priority: major Milestone:
Component: Delphes code Version: Delphes 3
Keywords: muons, MET Cc:

Description

Dear Delphes team,

I am using Delphes3 to simulate events created with MadGraph5 and PYTHIA8.
The 'delphes_card_ATLAS.tcl' (I am using Delphes-3.4.1) appears to use only calorimeter entries to calculate the MET by default, hence, muons are neglected.

From the delphes_card_ATLAS.tcl :
###################
# Missing ET merger
###################

module Merger MissingET {
# add InputArray InputArray

add InputArray Calorimeter/towers
set MomentumOutputArray momentum

}

Could you please advise me on the correct settings for the ATLAS card to get a MET output which takes into account muons and not just calorimeter entries?

Best,
Sebastian

Change History (1)

comment:1 by Michele Selvaggi, 6 years ago

Fixed in 3.4.2

Note: See TracTickets for help on using tickets.