Geant4-11
|
#include <G4FakeParticleID.hh>
Public Member Functions | |
G4FakeParticleID () | |
G4FakeParticleID (const G4FakeParticleID &d_) | |
G4FakeParticleID (const int d_) | |
operator const int & () const | |
operator int & () | |
G4bool | operator< (const G4FakeParticleID &rhs) const |
G4FakeParticleID & | operator= (const G4FakeParticleID &rhs) |
G4FakeParticleID & | operator= (const int &rhs) |
G4bool | operator== (const G4FakeParticleID &rhs) const |
G4bool | operator== (const int &rhs) const |
Static Public Member Functions | |
static G4FakeParticleID | Create () |
static G4FakeParticleID | Initialize (int i) |
static int | Last () |
Private Attributes | |
int | fValue |
Static Private Attributes | |
static G4ThreadLocal int | fLastValue = 999666999 |
Friends | |
G4FakeParticleID | operator+ (const G4FakeParticleID &left, const int &right) |
G4FakeParticleID | operator- (const G4FakeParticleID &left, const int &right) |
Definition at line 52 of file G4FakeParticleID.hh.
|
inline |
Definition at line 80 of file G4FakeParticleID.hh.
|
inline |
Definition at line 82 of file G4FakeParticleID.hh.
References fValue.
Referenced by Create(), and Initialize().
|
inline |
Definition at line 83 of file G4FakeParticleID.hh.
|
inlinestatic |
Definition at line 68 of file G4FakeParticleID.hh.
References fLastValue, and G4FakeParticleID().
|
inlinestatic |
Definition at line 74 of file G4FakeParticleID.hh.
References fLastValue, and G4FakeParticleID().
|
inlinestatic |
Definition at line 63 of file G4FakeParticleID.hh.
References fLastValue.
|
inline |
|
inline |
|
inline |
Definition at line 90 of file G4FakeParticleID.hh.
References fValue.
|
inline |
Definition at line 84 of file G4FakeParticleID.hh.
References fValue.
|
inline |
Definition at line 85 of file G4FakeParticleID.hh.
|
inline |
Definition at line 88 of file G4FakeParticleID.hh.
References fValue.
|
inline |
|
friend |
|
friend |
|
inlinestaticprivate |
Definition at line 59 of file G4FakeParticleID.hh.
Referenced by Create(), Initialize(), and Last().
|
private |
Definition at line 57 of file G4FakeParticleID.hh.
Referenced by G4FakeParticleID(), operator const int &(), operator int &(), operator<(), operator=(), and operator==().