Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Macros | |
#define | F1(x, y, z) (z ^ (x & (y ^ z))) |
#define | F2(x, y, z) F1(z, x, y) |
#define | F3(x, y, z) (x ^ y ^ z) |
#define | F4(x, y, z) (y ^ (x | ~z)) |
#define | MD5STEP(f, w, x, y, z, in, s) (w += f(x,y,z) + in, w = (w<<s | w>>(32-s)) + x) |
#define | BIGNUMBER 100000 |
#define BIGNUMBER 100000 |
Referenced by simpleRandom::gauss().
Definition at line 122 of file simpleRandom.cc.
View newest version in sPHENIX GitHub at line 122 of file simpleRandom.cc
Referenced by get_A1_sigma(), KFParticleBase::GetDeviationFromParticle(), KFParticleBaseSIMD::GetDeviationFromParticle(), KFParticleSIMD::GetDeviationFromParticleXY(), KFParticleBase::GetDeviationFromVertex(), KFParticleBaseSIMD::GetDeviationFromVertex(), KFParticleSIMD::GetDeviationFromVertexXY(), KFParticleBase::GetMeasurement(), KFParticleBaseSIMD::GetMeasurement(), KFParticle::GetParametersAtPoint(), invertFunc(), genfit::MplTrackRep::RKPropagate(), KFParticleBase::SetProductionVertex(), KFParticleBaseSIMD::SetProductionVertex(), and simpleRandom::xMD5Transform().
Definition at line 123 of file simpleRandom.cc.
View newest version in sPHENIX GitHub at line 123 of file simpleRandom.cc
Referenced by calculate_g1(), get_A1_sigma(), get_g1_sigma(), get_g1_value(), KFParticleBase::GetDeviationFromParticle(), KFParticleBaseSIMD::GetDeviationFromParticle(), KFParticleSIMD::GetDeviationFromParticleXY(), KFParticleBase::GetMeasurement(), KFParticleBaseSIMD::GetMeasurement(), invertFunc(), genfit::MplTrackRep::RKPropagate(), and simpleRandom::xMD5Transform().
Definition at line 124 of file simpleRandom.cc.
View newest version in sPHENIX GitHub at line 124 of file simpleRandom.cc
Referenced by KFParticleBase::GetDeviationFromParticle(), KFParticleBaseSIMD::GetDeviationFromParticle(), KFParticleSIMD::GetDeviationFromParticleXY(), KFParticleBase::GetMeasurement(), KFParticleBaseSIMD::GetMeasurement(), invertFunc(), genfit::MplTrackRep::RKPropagate(), and simpleRandom::xMD5Transform().
Definition at line 125 of file simpleRandom.cc.
View newest version in sPHENIX GitHub at line 125 of file simpleRandom.cc
Referenced by KFParticleBase::GetDeviationFromParticle(), KFParticleBaseSIMD::GetDeviationFromParticle(), KFParticleSIMD::GetDeviationFromParticleXY(), KFParticleBase::GetMeasurement(), KFParticleBaseSIMD::GetMeasurement(), and simpleRandom::xMD5Transform().