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().

00497                              { 
00498                 BLNTuple::registerHandler("Ascii",this);
00499                 BLNTuple::registerHandler("ascii",this);
00500                 BLNTuple::registerHandler("ASCII",this);
00501         }


Member Function Documentation

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

Implements BLNTupleHandler.

00503                                                                            {
00504                 return new AsciiNTuple(category,name,fields,filename);
00505         }

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

Implements BLNTupleHandler.

00507                                                                            {
00508                 return 0;
00509         }


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