Geant4
10.01.p03
|
#include <eRositaTrackerHit.hh>
Public Member Functions | |
eRositaTrackerHit () | |
~eRositaTrackerHit () | |
eRositaTrackerHit (const eRositaTrackerHit &) | |
const eRositaTrackerHit & | operator= (const eRositaTrackerHit &) |
G4int | operator== (const eRositaTrackerHit &) const |
void * | operator new (size_t) |
void | operator delete (void *) |
void | Draw () |
void | Print () |
void | PrintToFile () |
void | SetTrackID (G4int track) |
void | SetChamberNb (G4int chamb) |
void | SetEdep (G4double de) |
void | SetPos (G4ThreeVector xyz) |
G4int | GetTrackID () |
G4int | GetChamberNb () |
G4double | GetEdep () |
G4ThreeVector | GetPos () |
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 | |
G4int | trackID |
G4int | chamberNb |
G4double | edep |
G4ThreeVector | pos |
Definition at line 44 of file eRositaTrackerHit.hh.
eRositaTrackerHit::eRositaTrackerHit | ( | ) |
Definition at line 42 of file eRositaTrackerHit.cc.
eRositaTrackerHit::~eRositaTrackerHit | ( | ) |
Definition at line 45 of file eRositaTrackerHit.cc.
eRositaTrackerHit::eRositaTrackerHit | ( | const eRositaTrackerHit & | right | ) |
|
virtual |
Reimplemented from G4VHit.
Definition at line 74 of file eRositaTrackerHit.cc.
References G4VVisManager::Draw(), G4VMarker::filled, G4VVisManager::GetConcreteInstance(), pos, G4VMarker::SetFillStyle(), G4VMarker::SetScreenSize(), and G4Visible::SetVisAttributes().
|
inline |
Definition at line 69 of file eRositaTrackerHit.hh.
|
inline |
Definition at line 70 of file eRositaTrackerHit.hh.
|
inline |
Definition at line 71 of file eRositaTrackerHit.hh.
|
inline |
Definition at line 68 of file eRositaTrackerHit.hh.
|
inline |
Definition at line 95 of file eRositaTrackerHit.hh.
References G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 87 of file eRositaTrackerHit.hh.
References G4Allocator< Type >::MallocSingle().
const eRositaTrackerHit & eRositaTrackerHit::operator= | ( | const eRositaTrackerHit & | right | ) |
G4int eRositaTrackerHit::operator== | ( | const eRositaTrackerHit & | right | ) | const |
Definition at line 68 of file eRositaTrackerHit.cc.
|
virtual |
Reimplemented from G4VHit.
Definition at line 90 of file eRositaTrackerHit.cc.
References edep, G4BestUnit, G4cout, G4endl, pos, and trackID.
void eRositaTrackerHit::PrintToFile | ( | ) |
Definition at line 98 of file eRositaTrackerHit.cc.
References edep, AnalysisManager::Instance(), and AnalysisManager::Score().
|
inline |
Definition at line 64 of file eRositaTrackerHit.hh.
|
inline |
Definition at line 65 of file eRositaTrackerHit.hh.
Referenced by eRositaTrackerSD::ProcessHits().
|
inline |
Definition at line 66 of file eRositaTrackerHit.hh.
References pos.
Referenced by eRositaTrackerSD::ProcessHits().
|
inline |
Definition at line 63 of file eRositaTrackerHit.hh.
Referenced by eRositaTrackerSD::ProcessHits().
|
private |
Definition at line 76 of file eRositaTrackerHit.hh.
Referenced by eRositaTrackerHit(), and operator=().
|
private |
Definition at line 77 of file eRositaTrackerHit.hh.
Referenced by eRositaTrackerHit(), operator=(), Print(), and PrintToFile().
|
private |
Definition at line 78 of file eRositaTrackerHit.hh.
Referenced by Draw(), eRositaTrackerHit(), operator=(), and Print().
|
private |
Definition at line 71 of file eRositaTrackerHit.hh.
Referenced by eRositaTrackerHit(), operator=(), and Print().