AsciiNTupleHandler Class Reference

Inheritance diagram for AsciiNTupleHandler:

BLNTupleHandler

List of all members.

Public Member Functions

 AsciiNTupleHandler ()
BLNTuplecreate (G4String type, G4String category, G4String name, G4String fields, G4String filename)
BLNTupleread (G4String type, G4String category, G4String name, G4String fields, G4String filename)


Constructor & Destructor Documentation

AsciiNTupleHandler::AsciiNTupleHandler (  )  [inline]

References BLNTuple::registerHandler().

00493                              { 
00494                 BLNTuple::registerHandler("Ascii",this);
00495                 BLNTuple::registerHandler("ascii",this);
00496                 BLNTuple::registerHandler("ASCII",this);
00497         }


Member Function Documentation

BLNTuple* AsciiNTupleHandler::create ( G4String  type,
G4String  category,
G4String  name,
G4String  fields,
G4String  filename 
) [inline, virtual]

Implements BLNTupleHandler.

00499                                                                            {
00500                 return new AsciiNTuple(category,name,fields,filename);
00501         }

BLNTuple* AsciiNTupleHandler::read ( G4String  type,
G4String  category,
G4String  name,
G4String  fields,
G4String  filename 
) [inline, virtual]

Implements BLNTupleHandler.

00503                                                                            {
00504                 return 0;
00505         }


The documentation for this class was generated from the following file:
g4beamline