1 #include "TLorentzVector.h"
21 void SetP4(
double x,
double y,
double z,
double t) {
fLV.SetXYZT(x,y,z,t);}
39 TLorentzVector
P4()
const {
return fLV;}
void SetP4(TLorentzVector lv)
SimpleCand * Dau(int idx)
void SetMcPid(bool mct=true)
std::vector< SimpleCand > CandList
void SetMarker(unsigned int i)
void SetP4(double x, double y, double z, double t)
void SetMct(bool mct=true)
std::vector< SimpleCand * > fDaus
void SetMass(double mass)
bool IsDau(int idx) const
void Set(TLorentzVector lv, int pid, int id, int ch)
TLorentzVector P4() const
friend F32vec4 fabs(const F32vec4 &a)
SimpleCand(TLorentzVector lv, int pid, int id, int ch)
void AddDau(SimpleCand *c)
void SetMotherIdx(int idx)
void SetDau(int n, int m=0)
unsigned int Marker() const
SimpleCand(double x, double y, double z, double t, int pid, int id, int ch)