Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #434


Ignore:
Timestamp:
Mar 16, 2015, 3:18:15 PM (9 years ago)
Author:
Pavel Demin
Comment:

A similar problem was reported in ticket #340:

https://cp3.irmp.ucl.ac.be/projects/delphes/ticket/340

The root2lhco converter needs the Track and Tower branches.

If the root file that you need to convert to LHCO does not contain these branches, the easiest solution would be to regenerate this file with all the required branches enabled.

In more recent Delphes releases, lhco2root converter checks if the input ROOT file contains all required branches. Otherwise, it cleanly exits with the following error message:

** WARNING: cannot access branch 'Track', return NULL pointer
** ERROR: ROOT file doesn't contain all required branches

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #434 – Description

    initial v1  
    1  Hi,
    2     I am attempting to analyze the 100 TeV pp samples for the FHC studies that are listed here:
     1Hi,
     2
     3I am attempting to analyze the 100 TeV pp samples for the FHC studies that are listed here:
    34
    45​http://www.snowmass2013.org/tiki-index.php?page=Energy_Frontier_FastSimulation
     6
    57I have downloaded v3.0.9 of Delphes from
    6 ​https://github.com/zhenbinwu/CMSUpgrade/tree/master/Delphes-3.0.9
     8
     9https://github.com/zhenbinwu/CMSUpgrade/tree/master/Delphes-3.0.9
     10
    711and I'm using ROOT 5.34,but conversion this file to LHCO file using root2lhco encountered following error:
     12{{{
    813** Reading /home/dingran/example_root2lhco/B-4p-0-1-v1510_14TEV_NoPileUp_9762392.root
    914   #  typ      eta      phi      pt    jmas   ntrk   btag  had/em   dum1   dum2
     
    3944#6  0x0000000000472a35 in main ()
    4045===========================================================
    41 
     46}}}
    4247
    4348It seems the root file do not contain the 'Track' and 'Tower' branches,I appreciate that if you have any suggestion.