#include <H02MuonHit.hh>
Definition at line 39 of file H02MuonHit.hh.
H02MuonHit::H02MuonHit |
( |
| ) |
|
H02MuonHit::~H02MuonHit |
( |
| ) |
|
H02MuonHit::H02MuonHit |
( |
const H02MuonHit & |
right | ) |
|
void H02MuonHit::Draw |
( |
| ) |
|
|
virtual |
Reimplemented from G4VHit.
Definition at line 87 of file H02MuonHit.cc.
94 circle.SetScreenSize(5.);
97 G4Color color, goodColor(1.,0.,0.), badColor(0.,0.,1.);
98 if(momentum.
perp()>pt_min) color=goodColor;
102 circle.SetVisAttributes(attribs);
103 pVVisManager->
Draw(circle);
virtual void Draw(const G4Circle &, const G4Transform3D &objectTransformation=G4Transform3D())=0
static G4VVisManager * GetConcreteInstance()
static constexpr double GeV
G4int H02MuonHit::GetModuleID |
( |
| ) |
const |
|
inline |
G4String H02MuonHit::GetParticle |
( |
| ) |
const |
|
inline |
void H02MuonHit::operator delete |
( |
void * |
aHit | ) |
|
|
inline |
Definition at line 108 of file H02MuonHit.hh.
G4Allocator< H02MuonHit > H02MuonHitAllocator
void * H02MuonHit::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 101 of file H02MuonHit.hh.
G4Allocator< H02MuonHit > H02MuonHitAllocator
Definition at line 69 of file H02MuonHit.cc.
71 moduleID= right.moduleID;
73 momentum= right.momentum;
Definition at line 81 of file H02MuonHit.cc.
83 return (
this==&right) ? 1 : 0;
Reimplemented from G4VHit.
Definition at line 108 of file H02MuonHit.cc.
116 G4cout << tag <<
id <<
" :" << std::setw(12) <<
pname.c_str()
117 <<
" : pT=" << std::setprecision(3) << momentum.
perp()/
GeV
118 <<
" : TOF=" << std::setprecision(3) << tof/
ns
119 <<
" : x=" << std::setprecision(3) <<
position*(1./
m)
G4GLOB_DLL std::ostream G4cout
static constexpr double m
static constexpr double GeV
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02MuonHit.hh
- source/geant4.10.03.p03/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonHit.cc