#include <ExN02TrackerHit.hh>
Definition at line 49 of file ExN02TrackerHit.hh.
ExN02TrackerHit::ExN02TrackerHit |
( |
| ) |
|
ExN02TrackerHit::~ExN02TrackerHit |
( |
| ) |
|
Definition at line 54 of file ExN02TrackerHit.cc.
57 trackID = right.trackID;
58 chamberNb = right.chamberNb;
static const G4double pos
void ExN02TrackerHit::Draw |
( |
| ) |
|
|
virtual |
Reimplemented from G4VHit.
Definition at line 83 of file ExN02TrackerHit.cc.
89 circle.SetScreenSize(2.);
93 circle.SetVisAttributes(attribs);
94 pVVisManager->
Draw(circle);
virtual void Draw(const G4Circle &, const G4Transform3D &objectTransformation=G4Transform3D())=0
static G4VVisManager * GetConcreteInstance()
static const G4double pos
G4int ExN02TrackerHit::GetChamberNb |
( |
| ) |
const |
|
inline |
G4double ExN02TrackerHit::GetEdep |
( |
| ) |
const |
|
inline |
G4int ExN02TrackerHit::GetTrackID |
( |
| ) |
const |
|
inline |
void ExN02TrackerHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 112 of file ExN02TrackerHit.hh.
G4Allocator< ExN02TrackerHit > ExN02TrackerHitAllocator
void * ExN02TrackerHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 105 of file ExN02TrackerHit.hh.
G4Allocator< ExN02TrackerHit > ExN02TrackerHitAllocator
Definition at line 65 of file ExN02TrackerHit.cc.
67 trackID = right.trackID;
68 chamberNb = right.chamberNb;
static const G4double pos
Reimplemented from G4VHit.
Definition at line 100 of file ExN02TrackerHit.cc.
102 G4cout <<
" trackID: " << trackID <<
" chamberNb: " << chamberNb
103 <<
" energy deposit: " <<
G4BestUnit(edep,
"Energy")
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4GLOB_DLL std::ostream G4cout
static const G4double pos
void ExN02TrackerHit::SetChamberNb |
( |
G4int |
chamb | ) |
|
|
inline |
void ExN02TrackerHit::SetTrackID |
( |
G4int |
track | ) |
|
|
inline |
The documentation for this class was generated from the following files: