-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Question
Hi,
I am generating my signal and background within MG5+pythia8+delphes within cmd defaults card. but when I am tryin o analysis this data at ma5, I find some probleme like:
MA5-ERROR: The dataset '/home/mohamed/MG5_aMC_v3_5_5/BP1_Delphes/Events/runBPn_decayed_1/tag_1_delphes_events.root' has not been found or has a unsupported format.
MA5: ma5>set BP1.xsection = 0.01794491279
MA5-ERROR: no object called 'BP1' is found
MA5: ma5>set BP1.weighted_events = true
MA5-ERROR: no object called 'BP1' is found
Also, I have issues on how to apply Btagging in ma5
MA5: ma5>select N(Jet where Jet.BTag == 1) >= 2
MA5-ERROR: 'Jet' is not a defined (multi)particle.
this is the script used for run ma5 in reco mode
"set main.fastsim.package = delphesMA5tune
set main.fastsim.detector = cms
set main.stacking_method = normalize2one
set main.lumi = 300.
set main.normalize = lumi
set main.fom.formula = 6
import /home/mohamed/MG5_aMC_v3_5_5/BP1_Delphes/Events/runBPn_decayed_1/tag_1_delphes_events.root as BP1
set BP1.xsection = 0.01794491279
set BP1.weighted_events = true"
Any idea please?
Best regards, MO