FairRoot/PandaRoot
|
#include <PndEventShape.h>
Public Member Functions | |
PndEventShape (RhoCandList &l, TLorentzVector cms, double neutMinE=0.0, double chrgMinP=0.0) | |
~PndEventShape () | |
int | NParticles () const |
int | NCharged () const |
int | NNeutral () const |
double | PmaxLab () const |
double | PmaxCms () const |
double | PminLab () const |
double | PminCms () const |
double | Ptmax () const |
double | Ptmin () const |
double | PRapmax () const |
double | EmaxNeutLab () const |
double | EmaxNeutCms () const |
double | PmaxChrgLab () const |
double | PmaxChrgCms () const |
double | PtSumLab () const |
double | NeutEtSumLab () const |
double | NeutESumLab () const |
double | ChrgPtSumLab () const |
double | ChrgPSumLab () const |
double | PtSumCms () const |
double | NeutEtSumCms () const |
double | NeutESumCms () const |
double | ChrgPtSumCms () const |
double | ChrgPSumCms () const |
double | DetEmcSum () const |
double | DetEmcMax () const |
int | MultPminLab (double pmin) |
int | MultPmaxLab (double pmax) |
int | MultPminCms (double pmin) |
int | MultPmaxCms (double pmax) |
int | MultPtminLab (double ptmin) |
int | MultPtmaxLab (double ptmax) |
int | MultPtminCms (double ptmin) |
int | MultPtmaxCms (double ptmax) |
int | MultElectronPminLab (double prob, double pmin=0) |
int | MultMuonPminLab (double prob, double pmin=0) |
int | MultPionPminLab (double prob, double pmin=0) |
int | MultKaonPminLab (double prob, double pmin=0) |
int | MultProtonPminLab (double prob, double pmin=0) |
int | MultElectronPminCms (double prob, double pmin=0) |
int | MultMuonPminCms (double prob, double pmin=0) |
int | MultPionPminCms (double prob, double pmin=0) |
int | MultKaonPminCms (double prob, double pmin=0) |
int | MultProtonPminCms (double prob, double pmin=0) |
int | MultNeutEminLab (double emin) |
int | MultNeutEmaxLab (double emax) |
int | MultNeutEminCms (double emin) |
int | MultNeutEmaxCms (double emax) |
int | MultChrgPminLab (double pmin) |
int | MultChrgPmaxLab (double pmax) |
int | MultChrgPminCms (double pmin) |
int | MultChrgPmaxCms (double pmax) |
double | SumPminLab (double pmin) |
double | SumPmaxLab (double pmax) |
double | SumPminCms (double pmin) |
double | SumPmaxCms (double pmax) |
double | SumPtminLab (double ptmin) |
double | SumPtmaxLab (double ptmax) |
double | SumPtminCms (double ptmin) |
double | SumPtmaxCms (double ptmax) |
double | SumNeutEminLab (double emin) |
double | SumNeutEmaxLab (double emax) |
double | SumNeutEminCms (double emin) |
double | SumNeutEmaxCms (double emax) |
double | SumChrgPminLab (double pmin) |
double | SumChrgPmaxLab (double pmax) |
double | SumChrgPminCms (double pmin) |
double | SumChrgPmaxCms (double pmax) |
double | Sphericity () |
double | Aplanarity () |
double | Planarity () |
double | Circularity () |
double | FoxWolfMomH (int order) |
double | FoxWolfMomR (int order) |
double | Thrust (int Nmax=4) |
TVector3 | ThrustVector () |
Private Member Functions | |
void | ComputeSphericity () |
double | Eps (const TVector3 v1, const TVector3 v2) |
double | Legendre (int l, double x) |
Static Private Member Functions | |
static bool | CmpTVect3Mag (TVector3 v1, TVector3 v2) |
Private Attributes | |
std::vector< TLorentzVector > | fLabList |
std::vector< TLorentzVector > | fCmsList |
std::vector< int > | fCharge |
std::vector< double > | fElProb |
std::vector< double > | fMuProb |
std::vector< double > | fPiProb |
std::vector< double > | fKaProb |
std::vector< double > | fPrProb |
int | fnChrg |
int | fnNeut |
int | fN |
double | fpmaxlab |
double | fpmaxcms |
double | fpminlab |
double | fpmincms |
double | fptmax |
double | fptmin |
double | fprapmax |
double | femaxneutlab |
double | femaxneutcms |
double | fpmaxchlab |
double | fpmaxchcms |
double | fdetemcsum |
double | fdetemcmax |
double | fptsumlab |
double | fneutetsumlab |
double | fneutesumlab |
double | fchrgptsumlab |
double | fchrgpsumlab |
double | fptsumcms |
double | fneutetsumcms |
double | fneutesumcms |
double | fchrgptsumcms |
double | fchrgpsumcms |
double | fsph |
double | fapl |
double | fpla |
double | fcir |
double | fFWmom [FWMAX] |
bool | fFWready |
double | fthr |
TVector3 | fThrVect |
TVector3 | fBoost |
Definition at line 11 of file PndEventShape.h.
PndEventShape::PndEventShape | ( | RhoCandList & | l, |
TLorentzVector | cms, | ||
double | neutMinE = 0.0 , |
||
double | chrgMinP = 0.0 |
||
) |
Definition at line 12 of file PndEventShape.cxx.
References fBoost, fCharge, fchrgpsumcms, fchrgpsumlab, fchrgptsumcms, fchrgptsumlab, fCmsList, fdetemcmax, fdetemcsum, fElProb, femaxneutcms, femaxneutlab, fFWmom, fKaProb, fLabList, fMuProb, fN, fnChrg, fneutesumcms, fneutesumlab, fneutetsumcms, fneutetsumlab, fnNeut, fPiProb, fpmaxchcms, fpmaxchlab, fpmaxcms, fpmaxlab, fpmincms, fpminlab, fprapmax, fPrProb, fptmax, fptmin, fptsumcms, fptsumlab, fThrVect, FWMAX, PndPidCandidate::GetEmcCalEnergy(), RhoCandList::GetLength(), and i.
|
inline |
Definition at line 14 of file PndEventShape.h.
double PndEventShape::Aplanarity | ( | ) |
Definition at line 198 of file PndEventShape.cxx.
References ComputeSphericity(), and fapl.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESEventVars().
|
inline |
Definition at line 46 of file PndEventShape.h.
References fchrgpsumcms.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESSum().
|
inline |
Definition at line 39 of file PndEventShape.h.
References fchrgpsumlab.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESSum().
|
inline |
Definition at line 45 of file PndEventShape.h.
References fchrgptsumcms.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESSum().
|
inline |
Definition at line 38 of file PndEventShape.h.
References fchrgptsumlab.
Referenced by PndRhoTupleQA::qaESSum().
double PndEventShape::Circularity | ( | ) |
Definition at line 207 of file PndEventShape.cxx.
References ComputeSphericity(), and fcir.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESEventVars().
|
inlinestaticprivate |
|
private |
Definition at line 146 of file PndEventShape.cxx.
References fapl, fcir, fCmsList, fN, fpla, fsph, i, min(), and v.
Referenced by Aplanarity(), Circularity(), Planarity(), and Sphericity().
|
inline |
Definition at line 50 of file PndEventShape.h.
References fdetemcmax.
Referenced by PndRhoTupleQA::qaEventShape().
|
inline |
Definition at line 49 of file PndEventShape.h.
References fdetemcsum.
Referenced by PndRhoTupleQA::qaEventShape().
|
inline |
|
inline |
|
inlineprivate |
double PndEventShape::FoxWolfMomH | ( | int | order | ) |
Definition at line 384 of file PndEventShape.cxx.
References cos(), fCmsList, fFWmom, fFWready, fN, FWMAX, i, Legendre(), p1, p2, and s.
Referenced by FoxWolfMomR().
double PndEventShape::FoxWolfMomR | ( | int | order | ) |
Definition at line 442 of file PndEventShape.cxx.
References FoxWolfMomH().
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESEventVars().
|
private |
int PndEventShape::MultChrgPmaxCms | ( | double | pmax | ) |
int PndEventShape::MultChrgPmaxLab | ( | double | pmax | ) |
int PndEventShape::MultChrgPminCms | ( | double | pmin | ) |
Definition at line 722 of file PndEventShape.cxx.
References cnt, fCharge, fCmsList, fN, i, and P.
Referenced by PndRhoTupleQA::qaEventShape().
int PndEventShape::MultChrgPminLab | ( | double | pmin | ) |
Definition at line 700 of file PndEventShape.cxx.
References cnt, fCharge, fLabList, fN, i, and P.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), PndRhoTupleQA::qaEventShape(), and PndRhoTupleQA::qaEventShapeShort().
int PndEventShape::MultElectronPminCms | ( | double | prob, |
double | pmin = 0 |
||
) |
int PndEventShape::MultElectronPminLab | ( | double | prob, |
double | pmin = 0 |
||
) |
Definition at line 541 of file PndEventShape.cxx.
References cnt, fCharge, fElProb, fLabList, fN, and i.
Referenced by PndRhoTupleQA::qaESPidMult().
int PndEventShape::MultKaonPminCms | ( | double | prob, |
double | pmin = 0 |
||
) |
int PndEventShape::MultKaonPminLab | ( | double | prob, |
double | pmin = 0 |
||
) |
Definition at line 574 of file PndEventShape.cxx.
References cnt, fCharge, fKaProb, fLabList, fN, and i.
Referenced by PndRhoTupleQA::qaESPidMult().
int PndEventShape::MultMuonPminCms | ( | double | prob, |
double | pmin = 0 |
||
) |
int PndEventShape::MultMuonPminLab | ( | double | prob, |
double | pmin = 0 |
||
) |
Definition at line 552 of file PndEventShape.cxx.
References cnt, fCharge, fLabList, fMuProb, fN, and i.
Referenced by PndRhoTupleQA::qaESPidMult().
int PndEventShape::MultNeutEmaxCms | ( | double | emax | ) |
int PndEventShape::MultNeutEmaxLab | ( | double | emax | ) |
int PndEventShape::MultNeutEminCms | ( | double | emin | ) |
int PndEventShape::MultNeutEminLab | ( | double | emin | ) |
Definition at line 654 of file PndEventShape.cxx.
References cnt, fCharge, fLabList, fN, and i.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), PndRhoTupleQA::qaEventShape(), and PndRhoTupleQA::qaEventShapeShort().
int PndEventShape::MultPionPminCms | ( | double | prob, |
double | pmin = 0 |
||
) |
int PndEventShape::MultPionPminLab | ( | double | prob, |
double | pmin = 0 |
||
) |
Definition at line 563 of file PndEventShape.cxx.
References cnt, fCharge, fLabList, fN, fPiProb, and i.
Referenced by PndRhoTupleQA::qaESPidMult().
int PndEventShape::MultPmaxCms | ( | double | pmax | ) |
int PndEventShape::MultPmaxLab | ( | double | pmax | ) |
int PndEventShape::MultPminCms | ( | double | pmin | ) |
Definition at line 473 of file PndEventShape.cxx.
References cnt, fCmsList, fN, i, and P.
Referenced by PndRhoTupleQA::qaEventShape(), and PndRhoTupleQA::qaEventShapeShort().
int PndEventShape::MultPminLab | ( | double | pmin | ) |
Definition at line 451 of file PndEventShape.cxx.
References cnt, fLabList, fN, i, and P.
Referenced by PndRhoTupleQA::qaEventShape().
int PndEventShape::MultProtonPminCms | ( | double | prob, |
double | pmin = 0 |
||
) |
int PndEventShape::MultProtonPminLab | ( | double | prob, |
double | pmin = 0 |
||
) |
Definition at line 585 of file PndEventShape.cxx.
References cnt, fCharge, fLabList, fN, fPrProb, and i.
Referenced by PndRhoTupleQA::qaESPidMult().
int PndEventShape::MultPtmaxCms | ( | double | ptmax | ) |
int PndEventShape::MultPtmaxLab | ( | double | ptmax | ) |
int PndEventShape::MultPtminCms | ( | double | ptmin | ) |
Definition at line 518 of file PndEventShape.cxx.
References cnt, fCmsList, fN, and i.
Referenced by PndRhoTupleQA::qaEventShape(), and PndRhoTupleQA::qaEventShapeShort().
int PndEventShape::MultPtminLab | ( | double | ptmin | ) |
|
inline |
Definition at line 18 of file PndEventShape.h.
References fnChrg.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMult().
|
inline |
Definition at line 44 of file PndEventShape.h.
References fneutesumcms.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESSum().
|
inline |
Definition at line 37 of file PndEventShape.h.
References fneutesumlab.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESSum().
|
inline |
Definition at line 43 of file PndEventShape.h.
References fneutetsumcms.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESSum().
|
inline |
Definition at line 36 of file PndEventShape.h.
References fneutetsumlab.
Referenced by PndRhoTupleQA::qaESSum().
|
inline |
Definition at line 19 of file PndEventShape.h.
References fnNeut.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMult().
|
inline |
Definition at line 17 of file PndEventShape.h.
References fN.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMult().
double PndEventShape::Planarity | ( | ) |
Definition at line 189 of file PndEventShape.cxx.
References ComputeSphericity(), and fpla.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESEventVars().
|
inline |
|
inline |
|
inline |
Definition at line 23 of file PndEventShape.h.
References fpmaxcms.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMinMax().
|
inline |
Definition at line 22 of file PndEventShape.h.
References fpmaxlab.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMinMax().
|
inline |
Definition at line 25 of file PndEventShape.h.
References fpmincms.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMinMax().
|
inline |
Definition at line 24 of file PndEventShape.h.
References fpminlab.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMinMax().
|
inline |
Definition at line 28 of file PndEventShape.h.
References fprapmax.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESEventVars().
|
inline |
Definition at line 26 of file PndEventShape.h.
References fptmax.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMinMax().
|
inline |
Definition at line 27 of file PndEventShape.h.
References fptmin.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESMinMax().
|
inline |
Definition at line 42 of file PndEventShape.h.
References fptsumcms.
Referenced by PndRhoTupleQA::qaESSum().
|
inline |
Definition at line 35 of file PndEventShape.h.
References fptsumlab.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESSum().
double PndEventShape::Sphericity | ( | ) |
Definition at line 180 of file PndEventShape.cxx.
References ComputeSphericity(), and fsph.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), and PndRhoTupleQA::qaESEventVars().
double PndEventShape::SumChrgPmaxCms | ( | double | pmax | ) |
double PndEventShape::SumChrgPmaxLab | ( | double | pmax | ) |
double PndEventShape::SumChrgPminCms | ( | double | pmin | ) |
Definition at line 906 of file PndEventShape.cxx.
References fCharge, fCmsList, fLabList, fN, i, and P.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), PndRhoTupleQA::qaEventShape(), and PndRhoTupleQA::qaEventShapeShort().
double PndEventShape::SumChrgPminLab | ( | double | pmin | ) |
Definition at line 884 of file PndEventShape.cxx.
References fCharge, fLabList, fN, i, and P.
Referenced by PndRhoTupleQA::qaEventShape().
double PndEventShape::SumNeutEmaxCms | ( | double | emax | ) |
double PndEventShape::SumNeutEmaxLab | ( | double | emax | ) |
double PndEventShape::SumNeutEminCms | ( | double | emin | ) |
Definition at line 860 of file PndEventShape.cxx.
References fCharge, fCmsList, fLabList, fN, and i.
Referenced by PndRhoTupleQA::qaEventShape().
double PndEventShape::SumNeutEminLab | ( | double | emin | ) |
Definition at line 838 of file PndEventShape.cxx.
References fCharge, fLabList, fN, and i.
Referenced by PndRhoTupleQA::qaEventShape().
double PndEventShape::SumPmaxCms | ( | double | pmax | ) |
double PndEventShape::SumPmaxLab | ( | double | pmax | ) |
double PndEventShape::SumPminCms | ( | double | pmin | ) |
double PndEventShape::SumPminLab | ( | double | pmin | ) |
double PndEventShape::SumPtmaxCms | ( | double | ptmax | ) |
double PndEventShape::SumPtmaxLab | ( | double | ptmax | ) |
double PndEventShape::SumPtminCms | ( | double | ptmin | ) |
Definition at line 814 of file PndEventShape.cxx.
References fCmsList, fLabList, fN, and i.
Referenced by PndRhoTupleQA::qaEventShape().
double PndEventShape::SumPtminLab | ( | double | ptmin | ) |
double PndEventShape::Thrust | ( | int | Nmax = 4 | ) |
Definition at line 230 of file PndEventShape.cxx.
References CmpTVect3Mag(), Eps(), fabs(), fCmsList, fN, fthr, fThrVect, i, min(), and n.
Referenced by PndSoftTriggerTask::FillEventShapeVarArray(), PndRhoTupleQA::qaESEventVars(), and ThrustVector().
TVector3 PndEventShape::ThrustVector | ( | ) |
|
private |
Definition at line 173 of file PndEventShape.h.
Referenced by Aplanarity(), and ComputeSphericity().
|
private |
Definition at line 182 of file PndEventShape.h.
Referenced by PndEventShape().
|
private |
Definition at line 134 of file PndEventShape.h.
Referenced by MultChrgPmaxCms(), MultChrgPmaxLab(), MultChrgPminCms(), MultChrgPminLab(), MultElectronPminCms(), MultElectronPminLab(), MultKaonPminCms(), MultKaonPminLab(), MultMuonPminCms(), MultMuonPminLab(), MultNeutEmaxCms(), MultNeutEmaxLab(), MultNeutEminCms(), MultNeutEminLab(), MultPionPminCms(), MultPionPminLab(), MultProtonPminCms(), MultProtonPminLab(), PndEventShape(), SumChrgPmaxCms(), SumChrgPmaxLab(), SumChrgPminCms(), SumChrgPminLab(), SumNeutEmaxCms(), SumNeutEmaxLab(), SumNeutEminCms(), and SumNeutEminLab().
|
private |
Definition at line 170 of file PndEventShape.h.
Referenced by ChrgPSumCms(), and PndEventShape().
|
private |
Definition at line 164 of file PndEventShape.h.
Referenced by ChrgPSumLab(), and PndEventShape().
|
private |
Definition at line 169 of file PndEventShape.h.
Referenced by ChrgPtSumCms(), and PndEventShape().
|
private |
Definition at line 163 of file PndEventShape.h.
Referenced by ChrgPtSumLab(), and PndEventShape().
|
private |
Definition at line 175 of file PndEventShape.h.
Referenced by Circularity(), and ComputeSphericity().
|
private |
Definition at line 133 of file PndEventShape.h.
Referenced by ComputeSphericity(), FoxWolfMomH(), MultChrgPmaxCms(), MultChrgPminCms(), MultElectronPminCms(), MultKaonPminCms(), MultMuonPminCms(), MultNeutEmaxCms(), MultNeutEminCms(), MultPionPminCms(), MultPmaxCms(), MultPminCms(), MultProtonPminCms(), MultPtmaxCms(), MultPtminCms(), PndEventShape(), SumChrgPmaxCms(), SumChrgPminCms(), SumNeutEmaxCms(), SumNeutEminCms(), SumPmaxCms(), SumPminCms(), SumPtmaxCms(), SumPtminCms(), and Thrust().
|
private |
Definition at line 158 of file PndEventShape.h.
Referenced by DetEmcMax(), and PndEventShape().
|
private |
Definition at line 157 of file PndEventShape.h.
Referenced by DetEmcSum(), and PndEventShape().
|
private |
Definition at line 135 of file PndEventShape.h.
Referenced by MultElectronPminCms(), MultElectronPminLab(), and PndEventShape().
|
private |
Definition at line 153 of file PndEventShape.h.
Referenced by EmaxNeutCms(), and PndEventShape().
|
private |
Definition at line 152 of file PndEventShape.h.
Referenced by EmaxNeutLab(), and PndEventShape().
|
private |
Definition at line 177 of file PndEventShape.h.
Referenced by FoxWolfMomH(), and PndEventShape().
|
private |
Definition at line 178 of file PndEventShape.h.
Referenced by FoxWolfMomH().
|
private |
Definition at line 138 of file PndEventShape.h.
Referenced by MultKaonPminCms(), MultKaonPminLab(), and PndEventShape().
|
private |
Definition at line 132 of file PndEventShape.h.
Referenced by MultChrgPmaxLab(), MultChrgPminLab(), MultElectronPminLab(), MultKaonPminLab(), MultMuonPminLab(), MultNeutEmaxLab(), MultNeutEminLab(), MultPionPminLab(), MultPmaxLab(), MultPminLab(), MultProtonPminLab(), MultPtmaxLab(), MultPtminLab(), PndEventShape(), SumChrgPmaxCms(), SumChrgPmaxLab(), SumChrgPminCms(), SumChrgPminLab(), SumNeutEmaxCms(), SumNeutEmaxLab(), SumNeutEminCms(), SumNeutEminLab(), SumPmaxCms(), SumPmaxLab(), SumPminCms(), SumPminLab(), SumPtmaxCms(), SumPtmaxLab(), SumPtminCms(), and SumPtminLab().
|
private |
Definition at line 136 of file PndEventShape.h.
Referenced by MultMuonPminCms(), MultMuonPminLab(), and PndEventShape().
|
private |
Definition at line 143 of file PndEventShape.h.
Referenced by ComputeSphericity(), FoxWolfMomH(), MultChrgPmaxCms(), MultChrgPmaxLab(), MultChrgPminCms(), MultChrgPminLab(), MultElectronPminCms(), MultElectronPminLab(), MultKaonPminCms(), MultKaonPminLab(), MultMuonPminCms(), MultMuonPminLab(), MultNeutEmaxCms(), MultNeutEmaxLab(), MultNeutEminCms(), MultNeutEminLab(), MultPionPminCms(), MultPionPminLab(), MultPmaxCms(), MultPmaxLab(), MultPminCms(), MultPminLab(), MultProtonPminCms(), MultProtonPminLab(), MultPtmaxCms(), MultPtmaxLab(), MultPtminCms(), MultPtminLab(), NParticles(), PndEventShape(), SumChrgPmaxCms(), SumChrgPmaxLab(), SumChrgPminCms(), SumChrgPminLab(), SumNeutEmaxCms(), SumNeutEmaxLab(), SumNeutEminCms(), SumNeutEminLab(), SumPmaxCms(), SumPmaxLab(), SumPminCms(), SumPminLab(), SumPtmaxCms(), SumPtmaxLab(), SumPtminCms(), SumPtminLab(), and Thrust().
|
private |
Definition at line 141 of file PndEventShape.h.
Referenced by NCharged(), and PndEventShape().
|
private |
Definition at line 168 of file PndEventShape.h.
Referenced by NeutESumCms(), and PndEventShape().
|
private |
Definition at line 162 of file PndEventShape.h.
Referenced by NeutESumLab(), and PndEventShape().
|
private |
Definition at line 167 of file PndEventShape.h.
Referenced by NeutEtSumCms(), and PndEventShape().
|
private |
Definition at line 161 of file PndEventShape.h.
Referenced by NeutEtSumLab(), and PndEventShape().
|
private |
Definition at line 142 of file PndEventShape.h.
Referenced by NNeutral(), and PndEventShape().
|
private |
Definition at line 137 of file PndEventShape.h.
Referenced by MultPionPminCms(), MultPionPminLab(), and PndEventShape().
|
private |
Definition at line 174 of file PndEventShape.h.
Referenced by ComputeSphericity(), and Planarity().
|
private |
Definition at line 155 of file PndEventShape.h.
Referenced by PmaxChrgCms(), and PndEventShape().
|
private |
Definition at line 154 of file PndEventShape.h.
Referenced by PmaxChrgLab(), and PndEventShape().
|
private |
Definition at line 146 of file PndEventShape.h.
Referenced by PmaxCms(), and PndEventShape().
|
private |
Definition at line 145 of file PndEventShape.h.
Referenced by PmaxLab(), and PndEventShape().
|
private |
Definition at line 148 of file PndEventShape.h.
Referenced by PminCms(), and PndEventShape().
|
private |
Definition at line 147 of file PndEventShape.h.
Referenced by PminLab(), and PndEventShape().
|
private |
Definition at line 151 of file PndEventShape.h.
Referenced by PndEventShape(), and PRapmax().
|
private |
Definition at line 139 of file PndEventShape.h.
Referenced by MultProtonPminCms(), MultProtonPminLab(), and PndEventShape().
|
private |
Definition at line 149 of file PndEventShape.h.
Referenced by PndEventShape(), and Ptmax().
|
private |
Definition at line 150 of file PndEventShape.h.
Referenced by PndEventShape(), and Ptmin().
|
private |
Definition at line 166 of file PndEventShape.h.
Referenced by PndEventShape(), and PtSumCms().
|
private |
Definition at line 160 of file PndEventShape.h.
Referenced by PndEventShape(), and PtSumLab().
|
private |
Definition at line 172 of file PndEventShape.h.
Referenced by ComputeSphericity(), and Sphericity().
|
private |
Definition at line 180 of file PndEventShape.h.
Referenced by Thrust(), and ThrustVector().
|
private |
Definition at line 181 of file PndEventShape.h.
Referenced by PndEventShape(), Thrust(), and ThrustVector().