Opened 10 years ago
Closed 10 years ago
#311 closed Bug (fixed)
"Track" error in MG5 pipeline
Reported by: | Ralph Edezhath | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hello,
When I try to pass the MadGraph output through Pythia+Delphes I get the following error:
" WARNING: cannot access branch 'Track', return NULL pointer
* Break * segmentation violation" .I've also attached the log.
I've been using the "FCC_basic" configuration card from the examples. The Delphes root file still contains events, so is it fine to do analyses with this file even though it produced this error?
thanks,
Ralph
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | tag_1_delphes.log added |
---|
comment:1 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
Hi Ralph,
if you are happy with the root file, then ignore the error. I believe it is generated when it tries to convert the root file into an lhco file.
If you need the output in lhco format, you need to modify converters/root2lhco.cpp (which was originally designed to convert the output produced with the CMS and ATLAS cards).
Cheers,
Michele