hep.lcd.event
Interface MuonStripHits


public interface MuonStripHits

A collection of muon strip hits

See Also:
MuonStripHit
Source Code:
MuonStripHits.java

Method Summary
 Enumeration getHits()
          Get the collection of Muon Strip hits
 int getNHits()
          Get the number of MuonStripHit objects
 

Method Detail

getHits

public Enumeration getHits()
Get the collection of Muon Strip hits
Returns:
An Enumeration of MuonStripHit objects
See Also:
MuonStripHit

getNHits

public int getNHits()
Get the number of MuonStripHit objects


The LCD Group