|
Geant4
10.03
|
#include <RE05TrackerHit.hh>
Inheritance diagram for RE05TrackerHit:
Collaboration diagram for RE05TrackerHit:Public Member Functions | |
| RE05TrackerHit () | |
| virtual | ~RE05TrackerHit () |
| RE05TrackerHit (const RE05TrackerHit &right) | |
| const RE05TrackerHit & | operator= (const RE05TrackerHit &right) |
| G4int | operator== (const RE05TrackerHit &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 | SetEdep (G4double de) |
| G4double | GetEdep () |
| void | SetPos (G4ThreeVector xyz) |
| G4ThreeVector | GetPos () |
Public Member Functions inherited from G4VHit | |
| G4VHit () | |
| virtual | ~G4VHit () |
| G4int | operator== (const G4VHit &right) const |
Private Attributes | |
| G4double | fEdep |
| G4ThreeVector | fPos |
Static Private Attributes | |
| static std::map< G4String, G4AttDef > | fAttDefs |
Definition at line 43 of file RE05TrackerHit.hh.
| RE05TrackerHit::RE05TrackerHit | ( | ) |
Definition at line 47 of file RE05TrackerHit.cc.
|
virtual |
Definition at line 54 of file RE05TrackerHit.cc.
| RE05TrackerHit::RE05TrackerHit | ( | const RE05TrackerHit & | right | ) |
Definition at line 59 of file RE05TrackerHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 113 of file RE05TrackerHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 84 of file RE05TrackerHit.cc.
References G4VVisManager::Draw(), G4VMarker::filled, fPos, G4VVisManager::GetConcreteInstance(), G4VMarker::SetFillStyle(), G4VMarker::SetScreenSize(), and G4Visible::SetVisAttributes().
Here is the call graph for this function:
|
inline |
Definition at line 69 of file RE05TrackerHit.hh.
References fEdep.
|
inline |
Definition at line 73 of file RE05TrackerHit.hh.
References fPos.
|
inline |
Definition at line 87 of file RE05TrackerHit.hh.
References RE05TrackerHitAllocator.
|
inline |
Definition at line 81 of file RE05TrackerHit.hh.
References RE05TrackerHitAllocator.
| const RE05TrackerHit & RE05TrackerHit::operator= | ( | const RE05TrackerHit & | right | ) |
Definition at line 68 of file RE05TrackerHit.cc.
| G4int RE05TrackerHit::operator== | ( | const RE05TrackerHit & | right | ) | const |
Definition at line 77 of file RE05TrackerHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 125 of file RE05TrackerHit.cc.
|
inline |
Definition at line 67 of file RE05TrackerHit.hh.
Referenced by RE05TrackerSD::ProcessHits().
Here is the caller graph for this function:
|
inline |
Definition at line 71 of file RE05TrackerHit.hh.
Referenced by RE05TrackerSD::ProcessHits().
Here is the caller graph for this function:Definition at line 64 of file RE05TrackerHit.hh.
Referenced by GetAttDefs().
|
private |
Definition at line 62 of file RE05TrackerHit.hh.
Referenced by GetEdep(), operator=(), and RE05TrackerHit().
|
private |
Definition at line 63 of file RE05TrackerHit.hh.
Referenced by Draw(), GetPos(), operator=(), and RE05TrackerHit().