Ignore:
Timestamp:
03/08/16 13:11:42 (9 years ago)
Author:
ftemme
Message:
Implemented the method AsciiWrite for MPhotonEvent
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msim/MPhotonEvent.h

    r10060 r18447  
    4343    TClonesArray &GetArray() { return fData; }
    4444    const TClonesArray &GetArray() const { return fData; }
     45
     46    Bool_t AsciiWrite(ostream &out) const;
    4547
    4648    MPhotonData &Add(Int_t n);
Note: See TracChangeset for help on using the changeset viewer.