Revision 0b7e7f5384c009a10a902a338552e5e950955601 authored by Pere Mato on 17 June 2016, 16:45:16 UTC, committed by Pere Mato on 17 June 2016, 16:46:07 UTC
1 parent c61a1b2
Raw File
class.rules
# This file contains a set of ROOT I/O customization rules.
# The short form of those rules is
#    [type=Read] classname membername [attributes=... ] [version=[...] ] [checksum=[...] ] [oldtype=...] [code={...}]
#
# See the documentation for TClass::AddRule for more details.
#
# Each rule must be on one line (possibly split with a trailing \)

# HepMC Rules

HepMC::GenVertex   m_event             attributes=NotOwner

HepMC::GenParticle m_production_vertex attributes=NotOwner
HepMC::GenParticle m_end_vertex        attributes=NotOwner

HepMC::Flow        m_particle_owner    attributes=NotOwner

HepMC::GenEvent    m_vertex_barcodes   attributes=Owner
HepMC::GenEvent    m_particle_barcodes attributes=Owner

HepMC::GenEvent    m_signal_process_vertex attributes=NotOwner
HepMC::GenEvent    m_beam_particle_1       attributes=NotOwner
HepMC::GenEvent    m_beam_particle_2       attributes=NotOwner



back to top