Geant4
10.01.p02
|
Drift chamber hit. More...
#include <B5DriftChamberHit.hh>
Public Member Functions | |
B5DriftChamberHit () | |
B5DriftChamberHit (G4int z) | |
B5DriftChamberHit (const B5DriftChamberHit &right) | |
virtual | ~B5DriftChamberHit () |
const B5DriftChamberHit & | operator= (const B5DriftChamberHit &right) |
int | operator== (const B5DriftChamberHit &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 | SetTime (G4double t) |
G4double | GetTime () const |
void | SetLocalPos (G4ThreeVector xyz) |
G4ThreeVector | GetLocalPos () 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 |
G4double | fTime |
G4ThreeVector | fLocalPos |
G4ThreeVector | fWorldPos |
Drift chamber hit.
It records:
Definition at line 52 of file B5DriftChamberHit.hh.
B5DriftChamberHit::B5DriftChamberHit | ( | ) |
Definition at line 51 of file B5DriftChamberHit.cc.
B5DriftChamberHit::B5DriftChamberHit | ( | G4int | z | ) |
Definition at line 57 of file B5DriftChamberHit.cc.
B5DriftChamberHit::B5DriftChamberHit | ( | const B5DriftChamberHit & | right | ) |
|
virtual |
Definition at line 63 of file B5DriftChamberHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 137 of file B5DriftChamberHit.cc.
References G4UIcommand::ConvertToString(), fLayerID, fTime, fWorldPos, and G4BestUnit.
|
virtual |
Reimplemented from G4VHit.
Definition at line 96 of file B5DriftChamberHit.cc.
References G4VVisManager::Draw(), G4VMarker::filled, fWorldPos, G4VVisManager::GetConcreteInstance(), G4VMarker::SetFillStyle(), G4VMarker::SetScreenSize(), and G4Visible::SetVisAttributes().
Reimplemented from G4VHit.
Definition at line 113 of file B5DriftChamberHit.cc.
References G4AttDefStore::GetInstance().
|
inline |
Definition at line 72 of file B5DriftChamberHit.hh.
References fLayerID.
Referenced by B5EventAction::EndOfEventAction().
|
inline |
Definition at line 78 of file B5DriftChamberHit.hh.
References fLocalPos.
Referenced by B5EventAction::EndOfEventAction().
|
inline |
Definition at line 75 of file B5DriftChamberHit.hh.
References fTime.
|
inline |
Definition at line 81 of file B5DriftChamberHit.hh.
References fWorldPos.
|
inline |
Definition at line 101 of file B5DriftChamberHit.hh.
References B5DriftChamberHitAllocator.
|
inline |
Definition at line 94 of file B5DriftChamberHit.hh.
References B5DriftChamberHitAllocator.
const B5DriftChamberHit & B5DriftChamberHit::operator= | ( | const B5DriftChamberHit & | right | ) |
int B5DriftChamberHit::operator== | ( | const B5DriftChamberHit & | right | ) | const |
Definition at line 89 of file B5DriftChamberHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 155 of file B5DriftChamberHit.cc.
References fLayerID, fLocalPos, fTime, G4cout, G4endl, and ns.
Referenced by B5EventAction::EndOfEventAction().
|
inline |
Definition at line 71 of file B5DriftChamberHit.hh.
|
inline |
Definition at line 77 of file B5DriftChamberHit.hh.
References fLocalPos.
Referenced by B5DriftChamberSD::ProcessHits().
|
inline |
Definition at line 74 of file B5DriftChamberHit.hh.
References fTime.
Referenced by B5DriftChamberSD::ProcessHits().
|
inline |
Definition at line 80 of file B5DriftChamberHit.hh.
References fWorldPos.
Referenced by B5DriftChamberSD::ProcessHits().
|
private |
Definition at line 84 of file B5DriftChamberHit.hh.
Referenced by B5DriftChamberHit(), CreateAttValues(), GetLayerID(), operator=(), Print(), and SetLayerID().
|
private |
Definition at line 86 of file B5DriftChamberHit.hh.
Referenced by B5DriftChamberHit(), GetLocalPos(), operator=(), Print(), and SetLocalPos().
|
private |
Definition at line 85 of file B5DriftChamberHit.hh.
Referenced by B5DriftChamberHit(), CreateAttValues(), GetTime(), operator=(), Print(), and SetTime().
|
private |
Definition at line 87 of file B5DriftChamberHit.hh.
Referenced by B5DriftChamberHit(), CreateAttValues(), Draw(), GetWorldPos(), operator=(), and SetWorldPos().