(updated code 기준) Sanghoon Jeon

Similar presentations


Presentation on theme: "(updated code 기준) Sanghoon Jeon"— Presentation transcript:

1 (updated code 기준) Sanghoon Jeon
마크 코드를 파헤쳐보자 (updated code 기준) Sanghoon Jeon

2 결과부터 봅시당

3 cpViolation(unknown MH)

4 cpViolation(known MH)

5 cpPrecision

6 massHierarchy

7 코드를 파헤쳐보자

8 Executables cpPrecision fitting을 통해 얻은 deltaCP 값의 오차 cpViolation
fitting을 통해 얻은 cpviolation 여부의 신뢰도 massHierarchy fitting을 통해 얻은 massHierarchy의 신뢰도

9 Inputs Command Line ./bin/cpPrecision -c1 input_hk.card –c2 input_kd_1p5 –o output.root –co osc_param.card –cs syst_param_total.card –d 0

10 Input 1. Input card file(input_kd_1p5.root)
1줄 : flux weights file 2~25줄 짝수줄 : mc weights 홀수줄 : event rate predictions in bins of true neutrino energy and reconstructed neutrino energy 각각의 file안의 histogram들은 바로 위에 있는 POT weight가 곱해진다. 26줄 : baseline in [km] 27줄 : average matter density in [g/cm^3] 28줄 : fiducial mass in [kton] 29줄 : neutrino mode POT in [10^21] 30줄 : anti-neutrino mode POT in [10^21]

11 Input 2. osc_param.card(6 params)

12 Input 3. syst_param_total.card(23 params)

13 Systematic Error Table (from mark’s ppt)

14 Code Structure input 불러옴 이전 for loop로부터 얻어낸 least Chi2를 output으로 보냄.
input card file, osc. parameters, syst. Parameters로 simulated data를 만듬 for loop(discrete fitting param.(mh(CPP, CPV만 해당), oct, dcp(CPV, MH만 해당))) 1. fitting을 통해 fitting parameter들이 변하면서 해당 parameter들로 predicted data를 만듬. 2. 초기의 (predicted data, parmeters)와 변화된 (predicted data, parameters)로 Chi2 계산. 3. least Chi2를 얻음. 4. 이 discrete fitting을 위한 for loop중에서도 가장 작은 least Chi2를 얻음

15 5번 osc. param.(dcp) : fixed
cpPrecision(1) Fitting for loop(mh o, oct o, dcp x) 0~4번 osc. param. : floated 5번 osc. param.(dcp) : fixed 0~22번 syst. Param. : floated 19개의 least chi2 => TGraph

16 cpPrecision(2) 1 차이/2 101개의 true dcp에 대해 101회 run
Executable을 run 할 때 input으로 넣은 true dcp 한 개 당 값 한 개

17 5번 osc. param.(dcp) : fixed
cpViolation MinUnknown : mh floated MinKnown : mh fixed(true mh) 0 or PI Fitting for loop(mh, oct o, dcp o) 0~4번 osc. param. : floated 5번 osc. param.(dcp) : fixed 0~22번 syst. Param. : floated 101개의 true dcp에 대해 101회 run 1개의 least chi2

18 5번 osc. param.(dcp) : floated
massHierarchy dcp는 0 ~ 2PI의 균일한 간격의 16개 값으로 fitting Fitting for loop(mh x, oct o, dcp o) 0~4번 osc. param. : floated 5번 osc. param.(dcp) : floated 0~22번 syst. Param. : floated 101개의 true dcp에 대해 101회 run 2개의 least chi2의 차이

19 Chi2 Data Chi2 Oscillation Parameter Chi2 Systematic Parameter Chi2

20 (1) Data Chi2 electron muon

21 (1) Data Chi2 Loglikelihood에 들어가지 않는 electron flux
neutrino mode / anti-neutrino mode bin electron Loglikelihood에 들어가지 않는 electron flux energy < 0.1(muon의 경우 0.2) energy > 1.2 & baseline < 300 (muon의 경우 해당x) Terms of loglikelihood

22 Data Histogram & Pred Histogram
main() cardfile로부터 flux weight, POT weight를 가져옴 completed data histogram discrete fitting for loop for() myFcn() updating pred histogram during continuous fitting & discrete fitting Chi2 += DataChi2 + O.P.Chi2 + S.P.Chi2

23 (2) Oscillation Parameter Chi2
Terms of Chi2

24 (3) Systematic Parameter Chi2
Terms of Chi2

25 아직 제대로 이해하지 못한 부분

26 Data Histogram & Pred Histogram
main() cardfile로부터 flux weight, POT weight를 가져옴 flux weight, POT weight, prob로부터 fake data를 얻어내는 과정이 너무 방대…아마 이 부분이 NUET simulation인 듯 completed data histogram discrete fitting for loop for() myFcn() updating pred histogram during continuous fitting & discrete fitting Chi2 += DataChi2 + O.P.Chi2 + S.P.Chi2

27 inputs object particle POT mode

28 inputs channel 1Re : single electron-like ring candidates
1Rmu : single muon-like ring candidates

29 CP Violation study(Unknown M.H.)

30

31

32 Data를 만들어보자

33 준비물 Oscillation cardfile Systematic cardfile 각 detector의 cardfile
- 각 detector의 cardfile에서 지정하는 flux weight 1-D hist file, detector energy resolution 2-D hist file - 위 2개 hist file은 “inputs” directory에 들어있음.

34 Oscillation cardfile

35 Systematic cardfile

36 Emin, Emax : 보정되는 bin의 energy range
Value Error Emin, Emax : 보정되는 bin의 energy range FluxMode : “true particle” X “rec. particle” 인 것으로 추정 -> XsecMode : channel -> “CCQE”, “CCnQE”, “NC” PIDType : rec. event type을 의미하는 것으로 추정 -> “1Re event” or “1Rmu event” PolarityMode : accelerator mode -> “FHC(nu mode)” or “RHC(anti-nu mode)” Detectors : Det. ID -> “1번 detector”(HK) or “2번 detector”(KD) Type : systematic param. 분류 -> 0 : Erec/1 : Etrue/2 : energy scale/3 : matter density Correlation : Systematic param. Random generation할 때/Chi^2 fitting 할 때 고려되는 것으로 추정

37 Detector cardfile 1줄 : flux weights file 2~25줄 26줄 : baseline in [km]
짝수줄 : mc weights 홀수줄 : event rate predictions in bins of true neutrino energy and reconstructed neutrino energy 각각의 file안의 histogram들은 바로 위에 있는 POT weight가 곱해진다. 26줄 : baseline in [km] 27줄 : average matter density in [g/cm^3] 28줄 : fiducial mass in [kton] 29줄 : neutrino mode POT in [10^21] 30줄 : anti-neutrino mode POT in [10^21]

38 FluxWeights file particle POT mode

39 TrueE x RecE hist. file channel
1Re : single electron-like ring candidates 1Rmu : single muon-like ring candidates Y축 recE X축 trueE

40 Data를 만드는 과정 MakeHistograms ApplyFluxWeights ApplyOscillations
GetPredictions

41 1. MakeHistograms Detector cardfile을 입력 받아 아래 hist. 선언
1. Flux weight file로부터 1-D hist. 8개 fluxRatio[i][l] -> i : mode(0-FHC, 1-RHC) l : particle(0-nmu, 1-nmub, 2-ne, 3-nebar) 2. trueE x recE hist file로부터 2-D hist. 72개 raw1Re[i][j][k] raw1Rmu[i][j][k] -> i : mode(0-FHC, 1-RHC) j : flavor(0~5) k : channel(0-CCQE, 1-CCnQE, 2-NC) Rec E True E

42 ApplyFluxWeights MakeHistograms 이후, raw1Re[i][j][k] raw1Rmu[i][j][k]
의 각 bin * fweight * mcWeights[i][j] * massWeight * potWeight[i]로 보정 fweight : MakeHistograms의 fluxRatio[i][l]로부터 얻은 값 mcWeights[i][j] : detector card file의 짝수 줄에 있는 factors massWeight : detector card file의 fiducial mass potWeight[i] : detector card file의 pot weight(nu mode, nubar mode) Rec E True E

43 ApplyOscillations ApplyFluxWeights 이후, raw1Re[i][j][k]
raw1Rmu[i][j][k] 의 각 bin * w -> raw1ReOsc[i][j][k] raw1RmuOsc[i][j][k] 에 대입 w : osc. prob. weight로써 “ProbWrapper” class로부터 얻음 **특이한 점은 k=2, 즉 NC channel에서는 j=0,1,2,3의 경우 w=1 j=4,5의 경우 w=0 => NC channel의 경우 nu의 flavor가 바뀔 수 없음을 나타내는 것으로 추정 Rec E True E

44 GetPredictions (without systematics)
ApplyOscillations 이후, raw1ReOsc[i][j][k] => pred1Re[i][j][k] raw1RmuOsc[i][j][k] => pred1Rmu[i][j][k] 2-D hist (Y축(recE)으로 projection) 1-D hist. pred1Re[0][j][k] => hists1Re[0] pred1Re[1][j][k] => hists1Re[1] pred1Rmu[0][j][k] => hists1Rmu[0] pred1Rmu[1][j][k] => hists1Rmu[1] 1-D hist (각 6(j)*3(k)=18개 hist. 모두 더함.) 1-D hist. Rec E True E Χ 2

45 Systemactic Param. Type
Systematic parameter type - 0 : reconstructed E - 1 : true E - 2 : energy scale - 3 : matter density 0, 1은 GetPredictions의 raw1ReOsc[i][j][k] raw1RmuOsc[i][j][k] 에서 보정 2는 GetPredictions의 hists1Re[i] hists1Rmu[i] 에서 보정 3은 ApplyOscillations의 “ProbWrapper” class 내에서 osc. prob. weight를 계산할 때 보정되는 것으로 추정 현재 “1 : true E” type의 param.는 없음.

46 GetPredictions (with systematics)
Type 0, 1 correction ApplyOscillations 이후, raw1ReOsc[i][j][k] => pred1Re[i][j][k] raw1RmuOsc[i][j][k] => pred1Rmu[i][j][k] 2-D hist (Y축(recE)으로 projection) 1-D hist. pred1Re[0][j][k] => hists1Re[0] pred1Re[1][j][k] => hists1Re[1] pred1Rmu[0][j][k] => hists1Rmu[0] pred1Rmu[1][j][k] => hists1Rmu[1] 1-D hist (각 6(j)*3(k)=18개 hist. 모두 더함.) 1-D hist. Rec E True E Type 2 correction Χ 2

47 Rec E systematics ApplyOscillations 이후, raw1ReOsc[i][j][k]
raw1RmuOsc[i][j][k] 의 y축 each bin에 systematic param.마다 random generation된 value를 곱해서 보정 (단, 각 systematic param.가 적용되는 Emin~Emax에 해당하는 bin만 보정) Rec E True E E max E min

48 Energy scale systematics
1-D hist. hists1Re[i](이하 hist)을 energy scale systematics로 보정하는 과정(escale은 random generation된 energy scale param. value) 1) l : hist의 bin index일 때, X축 : hist의 lth bin center value * escale Y축 : hist의 lth bin content value / ( hist의 lth bin width * escale) => 단위 rec E 당 event(content) 밀도를 의미하는 것으로 추정 로 하는 graph를 만든다.( 즉, graph의 # of point는 hist의 빈수와 같음) 2) graph에서 interpolation을 통해, 기존 hist의 lth bin center value가 x축 에 대응되는 point를 찾아, 그 point의 y축에 대응되는 단위 rec E 당 event 밀도를 구함. 3) 그 밀도 값을 기존 hist의 lth content에 곱해서 reset. 4) 위 2), 3)을 모든 l에 대해 반복. => 즉, hist의 모든 bin에 대해 보정.

49 1. FluxMode A x B A : osc 전 particle/B : osc 후 particle 2. CCQE 는 signal/CCnQE, NC는 background => hists1Re, hists1Rmu에는 signal, background 둘다 포함 3. CCQE, CCnQE, NC로 나뉘는 channel(xSecMode)는 channel in J-PARK? or channel in detector? => 아직 답변 없음. 4. Systematic param. value를 random generation하는 부분에 대해 공부하는 중.


Download ppt "(updated code 기준) Sanghoon Jeon"

Similar presentations


Ads by Google