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

Go to the source code of this file.

Functions

 ClassImp (NtpMCRecHeader) namespace genie

Function Documentation

◆ ClassImp()

ClassImp ( NtpMCRecHeader )

Definition at line 15 of file NtpMCRecHeader.cxx.

18 {
19 ostream & operator<< (ostream& stream, const NtpMCRecHeader & hdr)
20 {
21 hdr.PrintToStream(stream);
22 return stream;
23 }
24}
MINOS-style Ntuple Class to hold an MC Event Record Header.
void PrintToStream(ostream &stream) const
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)

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