Functions
NtpMCEventRecord.cxx File Reference
#include "Framework/EventGen/EventRecord.h"
#include "Framework/Messenger/Messenger.h"
#include "Framework/Ntuple/NtpMCEventRecord.h"

Go to the source code of this file.

Functions

 ClassImp (NtpMCEventRecord) namespace genie
 

Function Documentation

ClassImp ( NtpMCEventRecord  )

Definition at line 19 of file NtpMCEventRecord.cxx.

22  {
23  ostream & operator<< (ostream& stream, const NtpMCEventRecord & ntpp)
24  {
25  ntpp.PrintToStream(stream);
26  return stream;
27  }
28 }
QDataStream & operator<<(QDataStream &s, const QString &str)
Definition: qstring.cpp:15066
MINOS-style ntuple record. Each such ntuple record holds a generated EventRecord object. Ntuples of this type are intended for feeding GENIE events into other applications (for example the GEANT4 based MC generation framework of an experiment) if no direct interface exists.
void PrintToStream(ostream &stream) const