34 int iIH, iIB, iDG, iNP;
35 int iIPX, iIPY, iLXD, iLXG, iLYD, iLYG, iNUPM, iIAUX, iJAUX;
41 BananaGate(
const TCutG &cutg, TH2 &hist,
int iBID,
int iHID,
const char *fileName);
45 void SetIH(
int iIH) { this->iIH = iIH; };
46 void SetIB(
int iIB) { this->iIB = iIB; };
47 void SetDG(
int iDG) { this->iDG = iDG; };
48 void SetNP(
int iNP) { this->iNP = iNP; };
49 void SetIPX(
int iIPX) { this->iIPX = iIPX; };
50 void SetIPY(
int iIPY) { this->iIPY = iIPY; };
51 void SetLXD(
int iLXD) { this->iLXD = iLXD; };
52 void SetLXG(
int iLXG) { this->iLXG = iLXG; };
53 void SetLYD(
int iLYD) { this->iLYD = iLYD; };
54 void SetLYG(
int iLYG) { this->iLYG = iLYG; };
55 void SetNUPM(
int iNUPM) { this->iNUPM = iNUPM; };
56 void SetIAUX(
int iIAUX) { this->iIAUX = iIAUX; };
57 void SetJAUX(
int iJAUX) { this->iJAUX = iJAUX; };
58 void SetFileName(std::string fileName) { this->fileName = fileName; };
59 int GetIH() {
return this->iIH; };
60 int GetIB() {
return this->iIB; };
61 int GetDG() {
return this->iDG; };
62 int GetNP() {
return this->iNP; };
72 TCutG
GetTCutG() {
return TCutG(this->GetName(), this->GetN(), this->GetX(), this->GetY()); };