| 
    Geant4
    10.01.p03
    
   | 
 
#include <RMC01DoubleWithWeightHit.hh>
 Inheritance diagram for RMC01DoubleWithWeightHit:
 Collaboration diagram for RMC01DoubleWithWeightHit:Public Member Functions | |
| RMC01DoubleWithWeightHit (G4double value, G4double weight) | |
| virtual | ~RMC01DoubleWithWeightHit () | 
| RMC01DoubleWithWeightHit (const RMC01DoubleWithWeightHit &right) | |
| const RMC01DoubleWithWeightHit & | operator= (const RMC01DoubleWithWeightHit &right) | 
| int | 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 () | 
| G4int | 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 57 of file RMC01DoubleWithWeightHit.hh.
Definition at line 48 of file RMC01DoubleWithWeightHit.cc.
      
  | 
  virtual | 
Definition at line 56 of file RMC01DoubleWithWeightHit.cc.
| RMC01DoubleWithWeightHit::RMC01DoubleWithWeightHit | ( | const RMC01DoubleWithWeightHit & | right | ) | 
Definition at line 62 of file RMC01DoubleWithWeightHit.cc.
      
  | 
  inline | 
Definition at line 75 of file RMC01DoubleWithWeightHit.hh.
References fValue.
      
  | 
  inline | 
Definition at line 77 of file RMC01DoubleWithWeightHit.hh.
References fWeight.
      
  | 
  inline | 
Definition at line 100 of file RMC01DoubleWithWeightHit.hh.
References G4Allocator< Type >::FreeSingle().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 91 of file RMC01DoubleWithWeightHit.hh.
References G4Allocator< Type >::MallocSingle().
 Here is the call graph for this function:| const RMC01DoubleWithWeightHit & RMC01DoubleWithWeightHit::operator= | ( | const RMC01DoubleWithWeightHit & | right | ) | 
Definition at line 72 of file RMC01DoubleWithWeightHit.cc.
| int RMC01DoubleWithWeightHit::operator== | ( | const RMC01DoubleWithWeightHit & | right | ) | const | 
Definition at line 83 of file RMC01DoubleWithWeightHit.cc.
References right.
      
  | 
  private | 
Definition at line 81 of file RMC01DoubleWithWeightHit.hh.
Referenced by GetValue(), operator=(), and RMC01DoubleWithWeightHit().
      
  | 
  private | 
Definition at line 82 of file RMC01DoubleWithWeightHit.hh.
Referenced by GetWeight(), operator=(), and RMC01DoubleWithWeightHit().