-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathclass.rules
26 lines (17 loc) · 906 Bytes
/
class.rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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