Fork me on GitHub

Opened 10 years ago

Closed 10 years ago

#305 closed Bug (fixed)

min bias file missing

Reported by: olivier Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Hi guys,

I receive this bug report today:
https://answers.launchpad.net/mg5amcnlo/+question/251614

INFO: adding module PileUpMerger PileUpMerger
INFO: adding module ParticlePropagator ParticlePropagator
INFO: adding module Efficiency ChargedHadronTrackingEfficiency
INFO: adding module Efficiency ElectronTrackingEfficiency
INFO: adding module Efficiency MuonTrackingEfficiency
INFO: adding module MomentumSmearing ChargedHadronMomentumSmearing
INFO: adding module EnergySmearing ElectronEnergySmearing
INFO: adding module MomentumSmearing MuonMomentumSmearing
INFO: adding module Merger TrackMerger
INFO: adding module Calorimeter Calorimeter
INFO: adding module TrackPileUpSubtractor TrackPileUpSubtractor
INFO: adding module Merger NeutralTowerMerger
INFO: adding module Merger EFlowMerger
INFO: adding module FastJetFinder Rho
INFO: adding module FastJetFinder GenJetFinder
INFO: adding module FastJetFinder FastJetFinder
INFO: adding module PileUpJetID PileUpJetID
INFO: adding module JetPileUpSubtractor JetPileUpSubtractor
INFO: adding module EnergyScale JetEnergyScale
INFO: adding module Efficiency PhotonEfficiency
INFO: adding module Isolation PhotonIsolation
INFO: adding module Efficiency ElectronEfficiency
INFO: adding module Isolation ElectronIsolation
INFO: adding module Efficiency MuonEfficiency
INFO: adding module Isolation MuonIsolation
INFO: adding module Merger MissingET
INFO: adding module Merger ScalarHT
INFO: adding module BTagging BTagging
INFO: adding module TauTagging TauTagging
INFO: adding module UniqueObjectFinder UniqueObjectFinder
INFO: adding module TreeWriter TreeWriter
INFO: initializing module Delphes
INFO: initializing module PileUpMerger
ERROR: can't open pile-up file MinBias.pileup
Reading delphes.root
Error in <TChain::LoadTree>: Cannot find tree with name Delphes in file delphes.root
Input file contains 0 events

Is this linked to a new version of Delphes which needs one additional input file (and therefore incompatible with MG?)

Actually would not be easier, if you create a Delphes Team inside Launchpad? Such that I do not have to copy-paste such kind of bug?
(just have to assign the Delphes Team to the bug/question).

Cheers,

Olivier

Change History (3)

comment:1 by olivier, 10 years ago

By opening the other bug, I suceed to reach this page.
So any news about this?

I ask since I face the problem myself and that it probably means that it is impossible to use Delphes from MG for the moment.

Would it be possible to revert the version of Delphes downloaded by MG?

Cheers,

Olivier

comment:2 by Pavel Demin, 10 years ago

Hi Olivier,

Could you make sure that the following Delphes condfiguration files are used in MG5?

examples/delphes_card_CMS.tcl
examples/delphes_card_ATLAS.tcl

NOT the following ones:

examples/delphes_card_CMS_PileUp.tcl
examples/delphes_card_ATLAS_PileUp.tcl

comment:3 by olivier, 10 years ago

Resolution: fixed
Status: newclosed

Hi Pavel,

Ok Indeed the default card that MG was using was the examples/delphes_card_CMS_PileUp.tcl
So this is on your side, I will change the default card used in MG.

Thanks,

Olivier.

PS: For all the people that I redirect to this thread one simple fix is to do:
cp Template/Common/Cards/delphes_card_CMS.dat Template/Common/Cards/delphes_card_default.dat

Note: See TracTickets for help on using tickets.