GENIEGenerator
Loading...
Searching...
No Matches
EventRecord.cxx File Reference
Include dependency graph for EventRecord.cxx:

Go to the source code of this file.

Functions

 ClassImp (EventRecord) namespace genie

Function Documentation

◆ ClassImp()

ClassImp ( EventRecord )

Definition at line 19 of file EventRecord.cxx.

22 {
23 ostream & operator<< (ostream& stream, const EventRecord & event_record)
24 {
25 event_record.Print(stream);
26 return stream;
27 }
28}
Generated Event Record. It is a GHepRecord object that can accept / be visited by EventRecordVisitorI...
Definition EventRecord.h:37
virtual void Print(ostream &stream) const
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)

References genie::operator<<(), and genie::EventRecord::Print().