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

Go to the source code of this file.

Functions

 ClassImp (NtpMCEventRecord) namespace genie

Function Documentation

◆ ClassImp()

ClassImp ( NtpMCEventRecord )

Definition at line 20 of file NtpMCEventRecord.cxx.

23 {
24 ostream & operator<< (ostream& stream, const NtpMCEventRecord & ntpp)
25 {
26 ntpp.PrintToStream(stream);
27 return stream;
28 }
29}
MINOS-style ntuple record. Each such ntuple record holds a generated EventRecord object....
void PrintToStream(ostream &stream) const
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)

References genie::operator<<(), and genie::NtpMCEventRecord::PrintToStream().