Geant4
10.01.p02
|
#include <ExExChSensitiveDetectorHit.hh>
Public Member Functions | |
ExExChSensitiveDetectorHit () | |
ExExChSensitiveDetectorHit (G4int z) | |
virtual | ~ExExChSensitiveDetectorHit () |
ExExChSensitiveDetectorHit (const ExExChSensitiveDetectorHit &right) | |
const ExExChSensitiveDetectorHit & | operator= (const ExExChSensitiveDetectorHit &right) |
int | operator== (const ExExChSensitiveDetectorHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
virtual void | Draw () |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
virtual void | Print () |
void | SetLayerID (G4int z) |
G4int | GetLayerID () const |
void | SetWorldPos (G4ThreeVector xyz) |
G4ThreeVector | GetWorldPos () const |
Public Member Functions inherited from G4VHit | |
G4VHit () | |
virtual | ~G4VHit () |
G4int | operator== (const G4VHit &right) const |
Private Attributes | |
G4int | fLayerID |
G4ThreeVector | fWorldPos |
Definition at line 42 of file ExExChSensitiveDetectorHit.hh.
ExExChSensitiveDetectorHit::ExExChSensitiveDetectorHit | ( | ) |
Definition at line 51 of file ExExChSensitiveDetectorHit.cc.
References fLayerID.
ExExChSensitiveDetectorHit::ExExChSensitiveDetectorHit | ( | G4int | z | ) |
Definition at line 57 of file ExExChSensitiveDetectorHit.cc.
|
virtual |
Definition at line 63 of file ExExChSensitiveDetectorHit.cc.
ExExChSensitiveDetectorHit::ExExChSensitiveDetectorHit | ( | const ExExChSensitiveDetectorHit & | right | ) |
Definition at line 68 of file ExExChSensitiveDetectorHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 128 of file ExExChSensitiveDetectorHit.cc.
References G4UIcommand::ConvertToString(), fLayerID, fWorldPos, and G4BestUnit.
|
virtual |
Reimplemented from G4VHit.
Definition at line 93 of file ExExChSensitiveDetectorHit.cc.
References G4VVisManager::Draw(), G4VMarker::filled, fWorldPos, G4VVisManager::GetConcreteInstance(), G4VMarker::SetFillStyle(), G4VMarker::SetScreenSize(), and G4Visible::SetVisAttributes().
Reimplemented from G4VHit.
Definition at line 110 of file ExExChSensitiveDetectorHit.cc.
References G4AttDefStore::GetInstance().
|
inline |
Definition at line 68 of file ExExChSensitiveDetectorHit.hh.
References fLayerID.
Referenced by ExExChEventAction::EndOfEventAction().
|
inline |
Definition at line 70 of file ExExChSensitiveDetectorHit.hh.
References fWorldPos.
Referenced by ExExChEventAction::EndOfEventAction().
|
inline |
Definition at line 98 of file ExExChSensitiveDetectorHit.hh.
References G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 84 of file ExExChSensitiveDetectorHit.hh.
References G4Allocator< Type >::MallocSingle().
const ExExChSensitiveDetectorHit & ExExChSensitiveDetectorHit::operator= | ( | const ExExChSensitiveDetectorHit & | right | ) |
Definition at line 77 of file ExExChSensitiveDetectorHit.cc.
int ExExChSensitiveDetectorHit::operator== | ( | const ExExChSensitiveDetectorHit & | right | ) | const |
Definition at line 87 of file ExExChSensitiveDetectorHit.cc.
|
virtual |
|
inline |
Definition at line 67 of file ExExChSensitiveDetectorHit.hh.
References z.
Referenced by ExExChSensitiveDetector::ProcessHits().
|
inline |
Definition at line 69 of file ExExChSensitiveDetectorHit.hh.
Referenced by ExExChSensitiveDetector::ProcessHits().
|
private |
Definition at line 63 of file ExExChSensitiveDetectorHit.hh.
Referenced by CreateAttValues(), ExExChSensitiveDetectorHit(), GetLayerID(), operator=(), and Print().
|
private |
Definition at line 64 of file ExExChSensitiveDetectorHit.hh.
Referenced by CreateAttValues(), Draw(), ExExChSensitiveDetectorHit(), GetWorldPos(), operator=(), and Print().