30 bool AR1(
double costheta,
32 bool AR2(
double costheta,
34 bool AR3(
double costheta,
37 void setDTfile(
const char* name ) { datafile = name; }
38 void setMCfile(
const char* name ) { mcfile = name; }
41 TChain * chainMC, *chainDT;
43 const char *datafile, *mcfile;
44 TH2F * MC1, *MC2, *MC3;
45 TH2F * DT1, *DT2, *DT3;
46 TH2F * WT1, *WT2, *WT3;
47 double max1, max2, max3,
max;
48 double costheta1, costheta2, costheta3, m12, m13, m23;
49 double m12_low, m12_up, m13_low, m13_up, m23_low, m23_up;
50 int entriesMC, entriesDT, Ncos, Nmass;