|
Geant4
10.02.p02
|
Hodoscope hit. More...
#include <B5HodoscopeHit.hh>
Inheritance diagram for B5HodoscopeHit:
Collaboration diagram for B5HodoscopeHit:Public Member Functions | |
| B5HodoscopeHit (G4int i, G4double t) | |
| B5HodoscopeHit (const B5HodoscopeHit &right) | |
| virtual | ~B5HodoscopeHit () |
| const B5HodoscopeHit & | operator= (const B5HodoscopeHit &right) |
| int | operator== (const B5HodoscopeHit &right) const |
| void * | operator new (size_t) |
| void | operator delete (void *aHit) |
| void | Draw () |
| virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
| virtual std::vector< G4AttValue > * | CreateAttValues () const |
| void | Print () |
| G4int | GetID () const |
| void | SetTime (G4double val) |
| G4double | GetTime () const |
| void | SetPos (G4ThreeVector xyz) |
| G4ThreeVector | GetPos () const |
| void | SetRot (G4RotationMatrix rmat) |
| G4RotationMatrix | GetRot () const |
| void | SetLogV (G4LogicalVolume *val) |
| const G4LogicalVolume * | GetLogV () const |
Public Member Functions inherited from G4VHit | |
| G4VHit () | |
| virtual | ~G4VHit () |
| G4int | operator== (const G4VHit &right) const |
Private Attributes | |
| G4int | fId |
| G4double | fTime |
| G4ThreeVector | fPos |
| G4RotationMatrix | fRot |
| const G4LogicalVolume * | fPLogV |
Hodoscope hit.
It records:
Definition at line 52 of file B5HodoscopeHit.hh.
Definition at line 51 of file B5HodoscopeHit.cc.
| B5HodoscopeHit::B5HodoscopeHit | ( | const B5HodoscopeHit & | right | ) |
|
virtual |
Definition at line 57 of file B5HodoscopeHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 137 of file B5HodoscopeHit.cc.
References G4UIcommand::ConvertToString(), fId, fPLogV, fPos, fTime, G4BestUnit, and G4LogicalVolume::GetName().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4VHit.
Definition at line 92 of file B5HodoscopeHit.cc.
References G4VVisManager::Draw(), fPLogV, fPos, fRot, G4VVisManager::GetConcreteInstance(), and G4LogicalVolume::GetVisAttributes().
Here is the call graph for this function:Reimplemented from G4VHit.
Definition at line 110 of file B5HodoscopeHit.cc.
References G4AttDefStore::GetInstance().
Here is the call graph for this function:
|
inline |
Definition at line 70 of file B5HodoscopeHit.hh.
References fId.
|
inline |
Definition at line 82 of file B5HodoscopeHit.hh.
References fPLogV.
|
inline |
Definition at line 76 of file B5HodoscopeHit.hh.
References fPos.
|
inline |
Definition at line 79 of file B5HodoscopeHit.hh.
References fRot.
|
inline |
Definition at line 73 of file B5HodoscopeHit.hh.
References fTime.
|
inline |
Definition at line 103 of file B5HodoscopeHit.hh.
References B5HodoscopeHitAllocator.
|
inline |
Definition at line 96 of file B5HodoscopeHit.hh.
References B5HodoscopeHitAllocator.
| const B5HodoscopeHit & B5HodoscopeHit::operator= | ( | const B5HodoscopeHit & | right | ) |
| int B5HodoscopeHit::operator== | ( | const B5HodoscopeHit & | right | ) | const |
Definition at line 85 of file B5HodoscopeHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 160 of file B5HodoscopeHit.cc.
References fId, fTime, G4cout, G4endl, and ns.
Referenced by B5EventAction::EndOfEventAction().
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file B5HodoscopeHit.hh.
References fPLogV.
Referenced by B5HodoscopeSD::ProcessHits().
Here is the caller graph for this function:
|
inline |
Definition at line 75 of file B5HodoscopeHit.hh.
References fPos.
Referenced by B5HodoscopeSD::ProcessHits().
Here is the caller graph for this function:
|
inline |
Definition at line 78 of file B5HodoscopeHit.hh.
References fRot.
Referenced by B5HodoscopeSD::ProcessHits().
Here is the caller graph for this function:
|
inline |
Definition at line 72 of file B5HodoscopeHit.hh.
References fTime.
|
private |
Definition at line 85 of file B5HodoscopeHit.hh.
Referenced by B5HodoscopeHit(), CreateAttValues(), GetID(), operator=(), and Print().
|
private |
Definition at line 89 of file B5HodoscopeHit.hh.
Referenced by B5HodoscopeHit(), CreateAttValues(), Draw(), GetLogV(), operator=(), and SetLogV().
|
private |
Definition at line 87 of file B5HodoscopeHit.hh.
Referenced by B5HodoscopeHit(), CreateAttValues(), Draw(), GetPos(), operator=(), and SetPos().
|
private |
Definition at line 88 of file B5HodoscopeHit.hh.
Referenced by B5HodoscopeHit(), Draw(), GetRot(), operator=(), and SetRot().
|
private |
Definition at line 86 of file B5HodoscopeHit.hh.
Referenced by B5HodoscopeHit(), CreateAttValues(), GetTime(), operator=(), Print(), and SetTime().