-
Notifications
You must be signed in to change notification settings - Fork 35
/
aid.imports.java.properties
31 lines (29 loc) · 1.79 KB
/
aid.imports.java.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Property file for imports of LCIO for the Java generator
#
# @author Mark Donszelmann
# @version $Id: aid.imports.java.properties,v 1.12 2004-04-08 09:57:35 gaede Exp $
#
Iterator = java.util.Iterator
Vector = java.util.Vector
LCObject = hep.lcio.event.LCObject
LCEvent = hep.lcio.event.LCEvent
LCCollection = hep.lcio.event.LCCollection
SimCalorimeterHit = hep.lcio.event.SimCalorimeterHit
CalorimeterHit = hep.lcio.event.CalorimeterHit
SimTrackerHit = hep.lcio.event.SimTrackerHit
TPCHit = hep.lcio.event.TPCHit
MCParticle = hep.lcio.event.MCParticle
LCRunHeader = hep.lcio.event.LCRunHeader
Track = hep.lcio.event.Track
TrackState = hep.lcio.event.TrackState
Cluster = hep.lcio.event.Cluster
ReconstructedParticle = hep.lcio.event.ReconstructedParticle
ParticleID = hep.lcio.event.ParticleID
LCIO = hep.lcio.event.LCIO
LCException = hep.lcio.event.LCException
LCException = hep.lcio.exceptions.LCException
EventException = hep.lcio.exceptions.EventException
DataNotAvailableException = hep.lcio.exceptions.DataNotAvailableException
EndOfDataException = hep.lcio.exceptions.EndOfDataException
ReadOnlyExceptions = hep.lcio.exceptions.ReadOnlyExceptions