G4VDigi Class Reference

#include <G4VDigi.hh>


Public Member Functions

 G4VDigi ()
virtual ~G4VDigi ()
G4int operator== (const G4VDigi &right) const
virtual void Draw ()
virtual void Print ()
virtual const std::map< G4String,
G4AttDef > * 
GetAttDefs () const
virtual std::vector< G4AttValue > * CreateAttValues () const


Detailed Description

Definition at line 48 of file G4VDigi.hh.


Constructor & Destructor Documentation

G4VDigi::G4VDigi (  ) 

Definition at line 34 of file G4VDigi.cc.

00035 {;}

G4VDigi::~G4VDigi (  )  [virtual]

Definition at line 37 of file G4VDigi.cc.

00038 {;}


Member Function Documentation

virtual std::vector<G4AttValue>* G4VDigi::CreateAttValues (  )  const [inline, virtual]

Definition at line 67 of file G4VDigi.hh.

00068       { return 0; }

void G4VDigi::Draw (  )  [virtual]

Definition at line 43 of file G4VDigi.cc.

00044 {;}

virtual const std::map<G4String,G4AttDef>* G4VDigi::GetAttDefs (  )  const [inline, virtual]

Definition at line 60 of file G4VDigi.hh.

00061       { return 0; }

G4int G4VDigi::operator== ( const G4VDigi right  )  const

Definition at line 40 of file G4VDigi.cc.

00041 { return (this==&right); }

void G4VDigi::Print (  )  [virtual]

Definition at line 46 of file G4VDigi.cc.

00047 {;}


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:40 2013 for Geant4 by  doxygen 1.4.7