|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRACKRECORDSTREAMER_P0_H
6 #define TRACKRECORDSTREAMER_P0_H
void SetPDGCode(int pcode)
Set PDG code.
void SetVolName(const std::string &theName)
Set Volume name.
void SetTime(double time)
Set time.
void SetPosition(CLHEP::Hep3Vector p)
Set position.
void SetBarcode(int barcode)
Set barcode.
void SetMomentum(CLHEP::Hep3Vector e)
Set momentum.
void SetClassNameAndChecksum(const std::string &classname, unsigned checksum)
Set the name of the class for which this converter is implemented and the particualar ROOT streamerIn...
Athena ROOT Streaming Converter - template class to be extended by a user prividing a conversion func...
void SetEnergy(double e)
Set energy.
void CopyOldToNew(const TrackRecord_p0 &old_obj, TrackRecord &new_obj)
The converter function which copies the content of the object from its old shape to the new shape To ...