ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/dna/management/include/G4ITType.hh>
Public Member Functions | |
G4ITType (const int d_=0) | |
G4ITType (const G4ITType &d_) | |
G4ITType & | operator= (const G4ITType &rhs) |
G4ITType & | operator= (const int &rhs) |
operator int & () | |
operator const int & () const | |
G4bool | operator== (const G4ITType &rhs) const |
G4bool | operator== (const int &rhs) const |
G4bool | operator< (const G4ITType &rhs) const |
void | operator++ () |
Static Public Member Functions | |
static size_t | size () |
Private Attributes | |
int | fValue |
Friends | |
G4ITType | operator+ (const G4ITType &left, const int &right) |
G4ITType | operator- (const G4ITType &left, const int &right) |
Tag the G4IT Should be automatically setup by G4IT using : ITDef(MyIT) and ITImp(MyIT)
Definition at line 59 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 59 of file G4ITType.hh
|
inline |
Definition at line 70 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 70 of file G4ITType.hh
|
inline |
Definition at line 71 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 71 of file G4ITType.hh
|
inline |
Definition at line 75 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 75 of file G4ITType.hh
References fValue.
|
inline |
Definition at line 74 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 74 of file G4ITType.hh
References fValue.
|
inline |
Definition at line 79 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 79 of file G4ITType.hh
References fValue.
Definition at line 78 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 78 of file G4ITType.hh
References fValue.
Definition at line 50 of file G4ITType.cc.
View newest version in sPHENIX GitHub at line 50 of file G4ITType.cc
References fValue.
Definition at line 73 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 73 of file G4ITType.hh
References fValue.
Definition at line 76 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 76 of file G4ITType.hh
References fValue.
Definition at line 77 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 77 of file G4ITType.hh
References fValue.
|
static |
Definition at line 45 of file G4ITType.cc.
View newest version in sPHENIX GitHub at line 45 of file G4ITType.cc
References G4ITTypeManager::Instance(), and G4ITTypeManager::size().
Definition at line 82 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 82 of file G4ITType.hh
Definition at line 87 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 87 of file G4ITType.hh
|
private |
Definition at line 64 of file G4ITType.hh.
View newest version in sPHENIX GitHub at line 64 of file G4ITType.hh
Referenced by operator const int &(), operator int &(), operator+(), operator++(), operator-(), operator<(), operator=(), and operator==().