Uses of Class
org.lcsim.reconstructedParticle.ParticleId

Packages that use ParticleId
org.lcsim.reconstructedParticle   
 

Uses of ParticleId in org.lcsim.reconstructedParticle
 

Methods in org.lcsim.reconstructedParticle that return ParticleId
 ParticleId EMIdentifier.identify(ReconstructedParticle part)
          The input ReconstructedParticle is analyzed by the concrete ParticleTypeIdentifier class.
 ParticleId ParticleTypeIdentifier.identify(ReconstructedParticle part)
          The input ReconstructedParticle is analyzed by the concrete ParticleTypeIdentifier class.
 

Methods in org.lcsim.reconstructedParticle with parameters of type ParticleId
 void ReconstructedParticle.addId(ParticleId id)
          Add a ParticleId object to this ReconstructedParticle.