Package org.jlab.clas.decay.analysis
Class Decay
java.lang.Object
org.jlab.clas.decay.analysis.Particle
org.jlab.clas.decay.analysis.Decay
A class to represent the decay product of a list of reactions
- 
Field SummaryFields inherited from class org.jlab.clas.decay.analysis.Particlebuffer, isEBParticle, isTriggerParticle, isUsed, keepSameIdx, vIndex
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetParticles(List<Particle> _particles) static voidsetVertBank(DataBank vertBank) Methods inherited from class org.jlab.clas.decay.analysis.Particlecombine, combine, combine, getBeta, getCalcBeta, getCharge, getDaughters, getDet, getE, getECM, getIdx, getMass, getMassConstrE, getNdau, getOvx, getOvy, getOvz, getP, getPid, getPt, getPx, getPxcm, getPy, getPycm, getPz, getPzcm, getR, getRecMass, getRecParticle, getStatus, getuE, getUncormass, getUpx, getUpy, getUpz, getVx, getVy, getVz, hasDaughters, isCD, isFD, isFT, massConstrE, setBeta, setCalcBeta, setCharge, setDaughters, setDet, setE, setIdx, setMass, setMassConstrE, setNdau, setOvx, setOvy, setOvz, setP, setPid, setPt, setPx, setPxcm, setPy, setPycm, setPz, setPzcm, setR, setRecMass, setRecParticle, setStatus, setuE, setUncormass, setUpx, setUpy, setUpz, setVx, setVy, setVz, toString
- 
Constructor Details- 
Decaypublic Decay(int parPID, int dau1PID, int dau2PID, int dau3PID, double loMassCut, double hiMassCut, List<Particle> daughters, Swim swim, int pass, double[] xyBeam) - Parameters:
- parPID- the parent pid
- dau1PID- the pid of the first daughter in the decay
- dau2PID- the pid of the second daughter in the decay
- dau3PID- the pid of the third daughter in the decay
- loMassCut- the parent reconstructed invariant mass low mass bound
- hiMassCut- the parent reconstructed invariant mass high mass bound
- daughters- the parent daughters
- swim- swimmer
- pass- analysis pass: pass 1 is the reconstructed decay using fS particles; pass2 is the reconstructed decay using pass1 decay + another particle
- xyBeam- beam spot
 
 
- 
- 
Method Details- 
getParticles- Returns:
- the _particles
 
- 
setParticles- Parameters:
- _particles- the _particles to set
 
- 
getVertBank- Returns:
- the vertBank
 
- 
setVertBank- Parameters:
- vertBank- the vertBank to set
 
 
-