ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
RMC01DoubleWithWeightHit (G4double value, G4double weight) | |
virtual | ~RMC01DoubleWithWeightHit () |
RMC01DoubleWithWeightHit (const RMC01DoubleWithWeightHit &right) | |
const RMC01DoubleWithWeightHit & | operator= (const RMC01DoubleWithWeightHit &right) |
G4bool | operator== (const RMC01DoubleWithWeightHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
G4double | GetValue () |
G4double | GetWeight () |
Public Member Functions inherited from G4VHit | |
G4VHit () | |
virtual | ~G4VHit () |
G4bool | operator== (const G4VHit &right) const |
virtual void | Draw () |
virtual void | Print () |
virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
Private Attributes | |
G4double | fValue |
G4double | fWeight |
Definition at line 56 of file RMC01DoubleWithWeightHit.hh.
View newest version in sPHENIX GitHub at line 56 of file RMC01DoubleWithWeightHit.hh
Definition at line 47 of file RMC01DoubleWithWeightHit.cc.
View newest version in sPHENIX GitHub at line 47 of file RMC01DoubleWithWeightHit.cc
|
virtual |
Definition at line 55 of file RMC01DoubleWithWeightHit.cc.
View newest version in sPHENIX GitHub at line 55 of file RMC01DoubleWithWeightHit.cc
RMC01DoubleWithWeightHit::RMC01DoubleWithWeightHit | ( | const RMC01DoubleWithWeightHit & | right | ) |
Definition at line 61 of file RMC01DoubleWithWeightHit.cc.
View newest version in sPHENIX GitHub at line 61 of file RMC01DoubleWithWeightHit.cc
|
inline |
Definition at line 74 of file RMC01DoubleWithWeightHit.hh.
View newest version in sPHENIX GitHub at line 74 of file RMC01DoubleWithWeightHit.hh
References fValue.
|
inline |
Definition at line 76 of file RMC01DoubleWithWeightHit.hh.
View newest version in sPHENIX GitHub at line 76 of file RMC01DoubleWithWeightHit.hh
References fWeight.
Definition at line 99 of file RMC01DoubleWithWeightHit.hh.
View newest version in sPHENIX GitHub at line 99 of file RMC01DoubleWithWeightHit.hh
References G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 90 of file RMC01DoubleWithWeightHit.hh.
View newest version in sPHENIX GitHub at line 90 of file RMC01DoubleWithWeightHit.hh
References G4Allocator< Type >::MallocSingle().
const RMC01DoubleWithWeightHit & RMC01DoubleWithWeightHit::operator= | ( | const RMC01DoubleWithWeightHit & | right | ) |
Definition at line 71 of file RMC01DoubleWithWeightHit.cc.
View newest version in sPHENIX GitHub at line 71 of file RMC01DoubleWithWeightHit.cc
G4bool RMC01DoubleWithWeightHit::operator== | ( | const RMC01DoubleWithWeightHit & | right | ) | const |
Definition at line 82 of file RMC01DoubleWithWeightHit.cc.
View newest version in sPHENIX GitHub at line 82 of file RMC01DoubleWithWeightHit.cc
References right.
|
private |
Definition at line 80 of file RMC01DoubleWithWeightHit.hh.
View newest version in sPHENIX GitHub at line 80 of file RMC01DoubleWithWeightHit.hh
Referenced by GetValue(), operator=(), and RMC01DoubleWithWeightHit().
|
private |
Definition at line 81 of file RMC01DoubleWithWeightHit.hh.
View newest version in sPHENIX GitHub at line 81 of file RMC01DoubleWithWeightHit.hh
Referenced by GetWeight(), operator=(), and RMC01DoubleWithWeightHit().