Uses of Class
hep.io.stdhep.StdhepRecord

Uses of StdhepRecord in hep.io.stdhep
 

Subclasses of StdhepRecord in hep.io.stdhep
 class StdhepBeginRun
          A begin run record
 class StdhepEndRun
          An end run record.
 class StdhepEvent
          A stdhep event.
 class StdhepExtendedEvent
          An extended stdhep record containing extra content corresponding to the HEPEV4 common block.
 class StdhepRunRecord
          A base class for stdhep begin/end run records.
 

Methods in hep.io.stdhep that return StdhepRecord
 StdhepRecord StdhepReader.goToRecord(int runNumber, int eventNumber)
          Finds the event with run number and event number specified
 StdhepRecord StdhepReader.nextRecord()
          Read the next stdhep record from the file.
 

Methods in hep.io.stdhep with parameters of type StdhepRecord
 void StdhepWriter.writeRecord(StdhepRecord record)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.