65{
67 c->Clear();
68 c->Divide(2,3);
69
70 TCut
p =
"abs(s.eTY)<.02&&abs(s.eTX+.3)<.02";
71 TCut sp = "sqrt(s.eTX*s.eTX+s.eTY*s.eTY)<.33&&sqrt(s.eTX*s.eTX+s.eTY*s.eTY)>.27";
72
73 ph_1->cd();
couples->Draw(
"eCHI2",
p );
74 ph_2->cd();
couples->Draw(
"eCHI2", sp && !
p );
75 ph_3->cd();
couples->Draw(
"s.eW",
p );
76 ph_4->cd();
couples->Draw(
"s.eW", sp && !
p );
77 ph_5->cd();
couples->Draw(
"s.eW", sp && !
p &&
"eCHI2<1.2" );
78 ph_6->cd();
couples->Draw(
"s.eW", sp && !
p &&
"eCHI2>1.2" );
79
80 c->SaveAs("puls.gif");
81}
p
Definition: testBGReduction_AllMethods.C:8