Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4INCL::IChannel Class Referenceabstract

#include <G4INCLIChannel.hh>

Inheritance diagram for G4INCL::IChannel:

Public Member Functions

 IChannel ()
 
virtual ~IChannel ()
 
FinalStategetFinalState ()
 
virtual void fillFinalState (FinalState *fs)=0
 

Detailed Description

Channel generates a final state of an avatar.

Definition at line 57 of file G4INCLIChannel.hh.

Constructor & Destructor Documentation

G4INCL::IChannel::IChannel ( )
inline

Definition at line 59 of file G4INCLIChannel.hh.

59 {}
virtual G4INCL::IChannel::~IChannel ( )
inlinevirtual

Definition at line 60 of file G4INCLIChannel.hh.

60 {}

Member Function Documentation

FinalState * G4INCL::IChannel::getFinalState ( )

Definition at line 50 of file G4INCLIChannel.cc.

50  {
51  FinalState *fs = new FinalState;
52  fillFinalState(fs);
53  return fs;
54  }
virtual void fillFinalState(FinalState *fs)=0

Here is the call graph for this function:


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