Uses of Interface
hep.physics.vec.HepLorentzVector

Packages that use HepLorentzVector
hep.physics.event.generator Event generator infrastructure 
hep.physics.event.generator.diagnostic Diagnostic event generator 
hep.physics.jet Jet finding and event shape utilities. 
hep.physics.particle Simple HEP particle classes. 
hep.physics.vec General classes for operating on 3- and 4- vectors. 
 

Uses of HepLorentzVector in hep.physics.event.generator
 

Methods in hep.physics.event.generator with parameters of type HepLorentzVector
 BasicParticle GeneratorFactory.createParticle(Hep3Vector origin, HepLorentzVector p, ParticleType ptype, int status, double time)
          Create a new particle
 

Uses of HepLorentzVector in hep.physics.event.generator.diagnostic
 

Methods in hep.physics.event.generator.diagnostic that return HepLorentzVector
protected  HepLorentzVector DiagnosticEventGenerator.selectP()
           
 

Uses of HepLorentzVector in hep.physics.jet
 

Fields in hep.physics.jet declared as HepLorentzVector
protected  HepLorentzVector[] AbstractJetFinder.m_part
           
 

Methods in hep.physics.jet that return HepLorentzVector
 HepLorentzVector AbstractJetFinder.jet(int index)
           
 HepLorentzVector JetFinder.jet(int index)
          calculate 4 vector sum for a jet
 HepLorentzVector FixNumberOfJetsFinder.jet(int index)
           
 

Methods in hep.physics.jet with parameters of type HepLorentzVector
protected  double AbstractJetFinder.durham_mass(HepLorentzVector part1, HepLorentzVector part2)
           
protected  double AbstractJetFinder.four_vector_mass(HepLorentzVector part1, HepLorentzVector part2)
           
protected  double AbstractJetFinder.geneva_mass(HepLorentzVector part1, HepLorentzVector part2)
           
protected  double AbstractJetFinder.jade_mass(HepLorentzVector part1, HepLorentzVector part2)
           
 

Uses of HepLorentzVector in hep.physics.particle
 

Methods in hep.physics.particle that return HepLorentzVector
 HepLorentzVector Particle.asFourVector()
          Return this particles momentum and energy as a 4-vector
 HepLorentzVector BasicParticle.asFourVector()
           
 

Constructors in hep.physics.particle with parameters of type HepLorentzVector
BasicParticle(Hep3Vector origin, HepLorentzVector p, ParticleType ptype, int status, double time)
          Create a new BasicParticle
 

Uses of HepLorentzVector in hep.physics.vec
 

Classes in hep.physics.vec that implement HepLorentzVector
 class BasicHepLorentzVector
          BasicImplementation of a HepLorentzVector (4-vector)
 

Methods in hep.physics.vec that return HepLorentzVector
static HepLorentzVector VecOp.add(HepLorentzVector v, HepLorentzVector w)
           
static HepLorentzVector VecOp.boost(HepLorentzVector fourVector, Hep3Vector boostVector)
          Boost fourVector with boostVector.
static HepLorentzVector VecOp.boost(HepLorentzVector fourVector, HepLorentzVector refFourVector)
          Boost fourVector into system of refFourVector.
static HepLorentzVector VecOp.mult(double scalar, HepLorentzVector v)
           
static HepLorentzVector VecOp.neg(HepLorentzVector v)
           
static HepLorentzVector VecOp.sub(HepLorentzVector v, HepLorentzVector w)
           
 

Methods in hep.physics.vec with parameters of type HepLorentzVector
static HepLorentzVector VecOp.add(HepLorentzVector v, HepLorentzVector w)
           
static HepLorentzVector VecOp.boost(HepLorentzVector fourVector, Hep3Vector boostVector)
          Boost fourVector with boostVector.
static HepLorentzVector VecOp.boost(HepLorentzVector fourVector, HepLorentzVector refFourVector)
          Boost fourVector into system of refFourVector.
static double VecOp.dot(HepLorentzVector v, HepLorentzVector w)
           
static HepLorentzVector VecOp.mult(double scalar, HepLorentzVector v)
           
static HepLorentzVector VecOp.neg(HepLorentzVector v)
           
static HepLorentzVector VecOp.sub(HepLorentzVector v, HepLorentzVector w)
           
static java.lang.String VecOp.toString(HepLorentzVector v)
           
 



Copyright © 2000-2010 FreeHEP. All Rights Reserved.