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 Summary
Fields inherited from class org.jlab.clas.decay.analysis.Particle
buffer, isEBParticle, isTriggerParticle, isUsed, keepSameIdx, vIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setParticles
(List<Particle> _particles) static void
setVertBank
(DataBank vertBank) Methods inherited from class org.jlab.clas.decay.analysis.Particle
combine, 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
-
Decay
public 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 piddau1PID
- the pid of the first daughter in the decaydau2PID
- the pid of the second daughter in the decaydau3PID
- the pid of the third daughter in the decayloMassCut
- the parent reconstructed invariant mass low mass boundhiMassCut
- the parent reconstructed invariant mass high mass bounddaughters
- the parent daughtersswim
- swimmerpass
- analysis pass: pass 1 is the reconstructed decay using fS particles; pass2 is the reconstructed decay using pass1 decay + another particlexyBeam
- 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
-