GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
genie::NtpMCRecordI Class Referenceabstract

MINOS-style base class for ntuple records. More...

#include <NtpMCRecordI.h>

Inheritance diagram for genie::NtpMCRecordI:
Inheritance graph
[legend]
Collaboration diagram for genie::NtpMCRecordI:
Collaboration graph
[legend]

Public Member Functions

virtual ~NtpMCRecordI ()
 
virtual void Fill (unsigned int ievent, const EventRecord *ev_rec)=0
 

Public Attributes

NtpMCRecHeader hdr
 record header More...
 

Protected Member Functions

 NtpMCRecordI ()
 

Detailed Description

MINOS-style base class for ntuple records.

Author
Costas Andreopoulos <c.andreopoulos cern.ch> University of Liverpool
Created:
October 1, 2004
License:
Copyright (c) 2003-2024, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org

Definition at line 29 of file NtpMCRecordI.h.

Constructor & Destructor Documentation

NtpMCRecordI::~NtpMCRecordI ( )
virtual

Definition at line 24 of file NtpMCRecordI.cxx.

25 {
26 
27 }
NtpMCRecordI::NtpMCRecordI ( )
protected

Definition at line 18 of file NtpMCRecordI.cxx.

18  :
19 TObject()
20 {
21 
22 }

Member Function Documentation

virtual void genie::NtpMCRecordI::Fill ( unsigned int  ievent,
const EventRecord ev_rec 
)
pure virtual

Implemented in genie::NtpMCEventRecord.

Member Data Documentation

NtpMCRecHeader genie::NtpMCRecordI::hdr

The documentation for this class was generated from the following files: