Skip to content

Commit de2a2b3

Browse files
akanuganAnkush Kanuganti
andauthored
Backport of PR #767 (Embedding pp510 setup) into SL20c (#771)
- This PR #767 is for tpc calibration used in embedding jobs for latest pp510 setup by Xianglei - Needs a new tag once merged. - Will attach the QA to the main PR in couple of weeks. --------- Co-authored-by: Ankush Kanuganti <[email protected]>
1 parent 3f9857f commit de2a2b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
outputs: type=docker,dest=/tmp/star-sw-${{ env.STARENV }}.tar
3737

3838
- name: Save built image for test jobs
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: star-sw-${{ env.STARENV }}
4242
path: /tmp/star-sw-${{ env.STARENV }}.tar
@@ -53,7 +53,7 @@ jobs:
5353
STARENV: root5-${{ matrix.compiler }}
5454
steps:
5555
- name: Download artifact
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: star-sw-${{ env.STARENV }}
5959
path: /tmp
@@ -78,7 +78,7 @@ jobs:
7878
STARENV: root5-${{ matrix.compiler }}
7979
steps:
8080
- name: Download artifact
81-
uses: actions/download-artifact@v3
81+
uses: actions/download-artifact@v4
8282
with:
8383
name: star-sw-${{ env.STARENV }}
8484
path: /tmp
@@ -103,7 +103,7 @@ jobs:
103103
STARENV: root5-${{ matrix.compiler }}
104104
steps:
105105
- name: Download artifact
106-
uses: actions/download-artifact@v3
106+
uses: actions/download-artifact@v4
107107
with:
108108
name: star-sw-${{ env.STARENV }}
109109
path: /tmp

StarDb/Calibrations/tpc/TpcResponseSimulator.20161220.000001.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ TDataSet *CreateTable() {
9595
row.tauXO = 74.6e-9;// secs Tpx Outer integration time
9696
row.tauCI = 0;
9797
row.tauCO = 0;
98-
row.SigmaJitterTI = 0;// 0.4317;// 0.25;//ad 0.0;// b for Tpx inner
99-
row.SigmaJitterTO = 0;// 0.4300;// E: 0.4801;//0.25;//ad 0.0;// b for Tpx outer
98+
row.SigmaJitterTI = 0.53;// 0.4317;// 0.25;//ad 0.0;// b for Tpx inner
99+
row.SigmaJitterTO = 0.33;// 0.4300;// E: 0.4801;//0.25;//ad 0.0;// b for Tpx outer
100100
row.SigmaJitterXI = 0;// 0.1027785; // P: 0.1353*1.05/1.10; //O: 0.1353*1.05;// N: 0.1353; // C:0.;
101101
row.SigmaJitterXO = 0;// 0.107525; // P: 0.1472*1.05/1.03; //O: 0.1472*1.05;// N: 0.1472; // C:0.;
102102
row.longitudinalDiffusion = 0.03624; // Magboltz // HD 0.03624*1.5; //HC 0.03624; // Magboltz

0 commit comments

Comments
 (0)