50 stream << this->
hdr << endl;
51 stream << *this->
event << endl;
56 this->
event->Copy(*ev_rec);
57 this->
hdr.ievent = ievent;
62 this->
event->Copy(*ntpmcrec.
event);
83void NtpMCEventRecord::Streamer(TBuffer &R__b) {
87 if (R__b.IsReading()) {
88 Version_t R__v = R__b.ReadVersion(&R__s, &R__c);
91 genie::NtpMCRecordI::Streamer(R__b);
97 R__b.CheckByteCount(R__s, R__c, ::genie::NtpMCEventRecord::IsA());
99 R__c = R__b.WriteVersion(::genie::NtpMCEventRecord::IsA(), kTRUE);
100 genie::NtpMCRecordI::Streamer(R__b);
102 R__b.SetByteCount(R__c, kTRUE);
ClassImp(NtpMCEventRecord) namespace genie
Generated Event Record. It is a GHepRecord object that can accept / be visited by EventRecordVisitorI...
MINOS-style ntuple record. Each such ntuple record holds a generated EventRecord object....
void Fill(unsigned int ievent, const EventRecord *ev_rec)
void Copy(const NtpMCEventRecord &ntpmcrec)
void PrintToStream(ostream &stream) const
void Clear(Option_t *opt="")
virtual ~NtpMCEventRecord()
NtpMCRecHeader hdr
record header
THE MAIN GENIE PROJECT NAMESPACE
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)