Functions
NtpMCRecHeader.cxx File Reference
#include "Framework/Ntuple/NtpMCRecHeader.h"

Go to the source code of this file.

Functions

 ClassImp (NtpMCRecHeader) namespace genie
 

Function Documentation

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 }
QDataStream & operator<<(QDataStream &s, const QString &str)
Definition: qstring.cpp:15066
void PrintToStream(ostream &stream) const
MINOS-style Ntuple Class to hold an MC Event Record Header.