ES1_7590.cxx 4.99 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
void ES1_7590()
{
	//open chain with Be events only and draw E_Be

	//order: al0, noal0, al180, noal180

	TStopwatch sw;
	sw.Start();

	BeAnalysis ana;

	ana.SetCMAngularRange(75, 90);

14 15 16 17 18 19
//	TString configuration = "v5_7590";

//	ana.SetFigures("figures/", ".eps");

//	ana.SetChainsToDraw(0, 0, 0, 0, 1, 1);
	ana.SetChainsToDraw();
20
	Bool_t epsilonT[6] = {0,0,1,0,0};
21
	Bool_t cosThetaT[6] = {0,0,1,0,0};
22

23 24
	Bool_t epsilonY[6] = {0,0,1,0,0};
	Bool_t cosThetaY[6] = {0,0,1,0,0};
25

26
	Bool_t thetaAT[6] = {0,0,1,0,0};
27

28 29 30 31 32 33 34 35 36

	ana.SetExpChain("../../../be/rootdata/correlations/v5_exp/Be.", 0, 40);

	const Long64_t eMaxEvents = 5000000;
	Long64_t eEvents[6] = {eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents};
	ana.SetNoExpEvents(eEvents);

	const Long64_t sMaxEvents = 3000000;
	Long64_t sEvents[6] = {2050000, 2050000, 2050000, 2050000, 1900000, 1950000};
37
//	cout << sEvents << endl;
38 39
	ana.SetNoSimEvents(sEvents);

40 41 42
	Int_t lowSimFile[6] = {0, 0, 0, 0, 0, 0};
//	Int_t upSimFile[6] = {5, 5, 5, 5, 5, 5};
	Int_t upSimFile[6] = {12, 12, 12, 12, 12, 12};
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
	ana.SetNoSimFiles(lowSimFile, upSimFile);
	ana.SetSimChains("../../../be/rootdata/correlations/v5_7590/Sim_mix_br_al_0_65-100_",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_noal_0_65-100_",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_al_180_65-100_",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_noal_180_65-100_",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_al_90_65-100_",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_noal_90_65-100_");

	ana.SetInputChains("../../../be/rootdata/correlations/v5_7590/Sim_mix_br_al_0_65-100_000.root",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_noal_0_65-100_000.root",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_al_180_65-100_000.root",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_noal_180_65-100_000.root",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_al_90_65-100_000.root",
			"../../../be/rootdata/correlations/v5_7590/Sim_mix_br_noal_90_65-100_000.root");


	ana.OpenExpChain();
	ana.OpenSimChains();


63
	ana.SetSpectra();
64 65 66
	ana.Spectra();


67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
	ana.SetRatiosGStoEX("sRatio>0.075 && sRatio<0.125",
						"sRatio>0.076 && sRatio<0.126",
						"sRatio>0.070 && sRatio<0.120",
						"sRatio>0.070 && sRatio<0.120",
						"sRatio>0.075 && sRatio<0.125",
						"sRatio>0.076 && sRatio<0.126");
	ana.SetCuts();

	Long64_t eEventsECuts[5][6] = {eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents,
									eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents,
									eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents,
									eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents,
									eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents, eMaxEvents};
//	ana.ExpEventsECuts();
	ana.ExpEventsECuts(eEventsECuts);

	const Long64_t sMaxEvents = 3000000;
	Long64_t sEventsECuts[5][6] = {/*sMaxEvents, sMaxEvents, sMaxEvents, sMaxEvents, sMaxEvents, sMaxEvents,*/
									2020000, 2040000, 2130000, 2080000, 2060000, 2080000,
									2000000, 2020000, 2000000, 2010000, 1990000, 1970000,
									2320000, 2300000, 2340000, 2310000, 2300000, 2290000,
									2060000, 2070000, 2110000, 2110000, 2070000, 2060000,
									2050000, 2050000, 2110000, 2110000, 2050000, 2050000};
	ana.SimEventsECuts(sEventsECuts);

	TCut sRatioAl0 = "sRatio>0.075 && sRatio<0.125";
	TCut sRatioNoAl0 = "sRatio>0.076 && sRatio<0.126";
	TCut sRatioAl180 = "sRatio>0.070 && sRatio<0.120";
	//	TCut sRatioAl180 = "sRatio>0.050 && sRatio<0.100";
	TCut sRatioNoAl180 = "sRatio>0.070 && sRatio<0.120";
	//	TCut sRatioNoAl180 = "sRatio>0.010 && sRatio<0.150";
	TCut sRatioAl90 = "sRatio>0.075 && sRatio<0.125";
	TCut sRatioNoAl90 = "sRatio>0.076 && sRatio<0.126";
	TCut sRatio[6] = {sRatioAl0, sRatioNoAl0, sRatioAl180, sRatioNoAl180, sRatioAl90, sRatioNoAl90};
101 102


103 104 105 106 107 108
	ana.SetRangeProportion(1.1, 1);
//	const Double_t eTRange[5][6] = {280, 280, 280, 280, 280, 280,
//									350, 350, 350, 350, 350, 350,
//									350, 350, 350, 350, 350, 350,
//									630, 630, 630, 630, 630, 630,
//									700, 700, 700, 700, 700, 700};
109

110 111
	ana.SetEpsilonTintervals(epsilonT);
//	ana.SetEpsilonTintervals();
112 113 114 115
//	ana.EpsilonT();

	sw.Print();
	sw.Continue();
116

117
	ana.SetCosThetaTkIntervals(cosThetaT);
118
//	ana.CosThetaTk();
119 120 121 122 123

	sw.Print();
	sw.Continue();

	ana.SetEpsilonYintervals(epsilonY);
124
//	ana.EpsilonY();
125 126 127 128 129

	sw.Print();
	sw.Continue();

	ana.SetCosThetaYkIntervals(cosThetaY);
130
//	ana.CosThetaYk();
131

132 133 134
	sw.Print();
	sw.Continue();

135
	ana.SetThetaATintervals(thetaAT);
136 137
////	ana.SetThetaATintervals();
//	ana.ThetaAT();
138 139 140 141

	sw.Print();
	sw.Continue();

142 143 144 145
	Info("ES1_7590.cxx", "Finished.");

	return;

146
///////////////////////////////////////////////////////////
147 148 149 150 151 152 153 154 155 156

	const Bool_t kVerbose = 1;
	const Float_t kRangeProportionIn = 2.0;


	const Double_t eTRange[5][6] = {280, 280, 280, 280, 280, 280,
									350, 350, 350, 350, 350, 350,
									350, 350, 350, 350, 350, 350,
									630, 630, 630, 630, 630, 630,
									700, 700, 700, 700, 700, 700};
157

158 159 160 161

}