|
Geant4
10.01.p03
|
#include <ExN02TrackerHit.hh>
Inheritance diagram for ExN02TrackerHit:
Collaboration diagram for ExN02TrackerHit:Public Member Functions | |
| ExN02TrackerHit () | |
| ~ExN02TrackerHit () | |
| ExN02TrackerHit (const ExN02TrackerHit &) | |
| const ExN02TrackerHit & | operator= (const ExN02TrackerHit &) |
| G4int | operator== (const ExN02TrackerHit &) const |
| void * | operator new (size_t) |
| void | operator delete (void *) |
| void | Draw () |
| void | Print () |
| void | SetTrackID (G4int track) |
| void | SetChamberNb (G4int chamb) |
| void | SetEdep (G4double de) |
| void | SetPos (G4ThreeVector xyz) |
| G4int | GetTrackID () const |
| G4int | GetChamberNb () const |
| G4double | GetEdep () const |
| G4ThreeVector | GetPos () const |
Public Member Functions inherited from G4VHit | |
| G4VHit () | |
| virtual | ~G4VHit () |
| G4int | operator== (const G4VHit &right) const |
| virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
| virtual std::vector< G4AttValue > * | CreateAttValues () const |
Private Attributes | |
| G4ThreeVector | pos |
| G4double | edep |
| G4int | trackID |
| G4int | chamberNb |
Definition at line 49 of file ExN02TrackerHit.hh.
| ExN02TrackerHit::ExN02TrackerHit | ( | ) |
Definition at line 46 of file ExN02TrackerHit.cc.
| ExN02TrackerHit::~ExN02TrackerHit | ( | ) |
Definition at line 50 of file ExN02TrackerHit.cc.
| ExN02TrackerHit::ExN02TrackerHit | ( | const ExN02TrackerHit & | right | ) |
|
virtual |
Reimplemented from G4VHit.
Definition at line 83 of file ExN02TrackerHit.cc.
References G4VVisManager::Draw(), G4VMarker::filled, G4VVisManager::GetConcreteInstance(), pos, G4VMarker::SetFillStyle(), G4VMarker::SetScreenSize(), and G4Visible::SetVisAttributes().
Here is the call graph for this function:
|
inline |
Definition at line 93 of file ExN02TrackerHit.hh.
References chamberNb.
|
inline |
Definition at line 94 of file ExN02TrackerHit.hh.
References edep.
|
inline |
Definition at line 95 of file ExN02TrackerHit.hh.
References pos.
|
inline |
Definition at line 92 of file ExN02TrackerHit.hh.
References trackID.
|
inline |
Definition at line 112 of file ExN02TrackerHit.hh.
References G4Allocator< Type >::FreeSingle().
Here is the call graph for this function:
|
inline |
Definition at line 105 of file ExN02TrackerHit.hh.
References G4Allocator< Type >::MallocSingle().
Here is the call graph for this function:| const ExN02TrackerHit & ExN02TrackerHit::operator= | ( | const ExN02TrackerHit & | right | ) |
| G4int ExN02TrackerHit::operator== | ( | const ExN02TrackerHit & | right | ) | const |
Definition at line 76 of file ExN02TrackerHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 100 of file ExN02TrackerHit.cc.
References chamberNb, edep, G4BestUnit, G4cout, G4endl, pos, and trackID.
|
inline |
Definition at line 88 of file ExN02TrackerHit.hh.
Referenced by ExN02TrackerSD::ProcessHits().
Here is the caller graph for this function:
|
inline |
Definition at line 89 of file ExN02TrackerHit.hh.
Referenced by ExN02TrackerSD::ProcessHits().
Here is the caller graph for this function:
|
inline |
Definition at line 90 of file ExN02TrackerHit.hh.
Referenced by ExN02TrackerSD::ProcessHits().
Here is the caller graph for this function:
|
inline |
Definition at line 87 of file ExN02TrackerHit.hh.
Referenced by ExN02TrackerSD::ProcessHits().
Here is the caller graph for this function:
|
private |
Definition at line 80 of file ExN02TrackerHit.hh.
Referenced by ExN02TrackerHit(), GetChamberNb(), operator=(), and Print().
|
private |
Definition at line 72 of file ExN02TrackerHit.hh.
Referenced by ExN02TrackerHit(), GetEdep(), operator=(), and Print().
|
private |
Definition at line 68 of file ExN02TrackerHit.hh.
Referenced by Draw(), ExN02TrackerHit(), GetPos(), operator=(), and Print().
|
private |
Definition at line 76 of file ExN02TrackerHit.hh.
Referenced by ExN02TrackerHit(), GetTrackID(), operator=(), and Print().