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

00446                              { 
00447                 BLNTuple::registerHandler("Ascii",this);
00448                 BLNTuple::registerHandler("ascii",this);
00449                 BLNTuple::registerHandler("ASCII",this);
00450         }


Member Function Documentation

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

Implements BLNTupleHandler.

00452                                                                            {
00453                 return new AsciiNTuple(category,name,fields,filename);
00454         }

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

Implements BLNTupleHandler.

00456                                                                            {
00457                 return 0;
00458         }


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