31 bool AR1(
double costheta,
double mass);
32 bool AR2(
double costheta,
double mass);
33 bool AR3(
double costheta,
double mass);
40 TChain *chainMC, *chainDT;
42 const char *datafile, *mcfile;
43 TH2F *MC1, *MC2, *MC3;
44 TH2F *DT1, *DT2, *DT3;
45 TH2F *WT1, *WT2, *WT3;
46 double max1,max2,max3,max;
47 double costheta1,costheta2,costheta3,m12,m13,m23;
48 double m12_low, m12_up, m13_low, m13_up, m23_low, m23_up;
49 int entriesMC,entriesDT,Ncos,Nmass;
bool AR3(double costheta, double mass)
bool AR2(double costheta, double mass)
void setDTfile(const char *name)
int calculateBins(int entries)
void setMCfile(const char *name)
bool AR1(double costheta, double mass)