swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: de8da1c1cce16263b7332b951733f121b9bcc061 authored by Rene Brun on 30 June 2010, 07:13:13 UTC
tagging v5-27-04
Tip revision: de8da1c
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