MUST2 SAMURAI_2018 S3-LEB-LPC SUPERNEMO MUGAST EXPAND SCALP GALATRON HiCARI VELO
  MUST2, Page 30 of 48  Not logged in MUST2
Status ExpNbr Date Authordown Type Category Target-Source Subject
Ongoinge744 Tue May 29 05:07:33 2018 ValerianOFFLINEGeneralCH2Fusion evaporation background and physics data
Comparison between the fusion evaporation background and the data for the telescope 5 ~0degree angles and rough subtraction of this background.
Ongoinge744 Tue May 29 05:24:34 2018 ValerianEXL-PPTGeneralCH2Comparison of background and physics data for gamma ray detectors
Gamma ray spectrum for both targets seem extremely close. Subtraction is then made but no gamma show. More statistic is needed
Ongoinge744 Tue May 29 18:49:21 2018 ValerianOFFLINEGeneralCH2Comparison of gamma prompt spectrum for EXL and PPT
Quick note, there is less data seen in EXL prompt. This should be investigated
Ongoinge744 Wed May 30 01:30:34 2018 ValerianOFFLINEGeneralCH2Checking the T4
After checking every telescope, it seems that the calibration of T4 is very off, I think that for now, it might be a good thing to consider this telescope out of the analysis ?
Fixede744 Fri Jun 1 12:06:47 2018 ValerianEXL-PPTGeneral60Corun #3002 Calib PPT
run #3002
start @11h09
stop @12h04
Fixede744 Fri Jun 1 19:19:20 2018 ValerianMUST2GeneralN/ACalimero end
For the end of e744 the calimero runs are the following ones :

run 3009 X T1-4
run 3010 Y T1-4
run 3011 X T5
run 3013 Y T5
Fixede755 Thu Jun 21 16:08:32 2018 ValerianMUST2HardwareN/ARun 3045 : Calimero T1-4 X
run 3045 :
start @ 15h35
stop @ 15h59
T1-4 X
Pinnede755 Thu Jun 21 17:07:14 2018 ValerianMUST2GeneralN/Arun 3046 : Calimero T1-4Y
run 3046 : Calimero T1-4Y
start @ 16h28
stop @ 16h53
Fixede755 Sat Jun 23 19:41:49 2018 ValerianOFFLINEGeneralCryo-LH2De_E plot
Pinnede755 Tue Jun 26 18:43:35 2018 ValerianDAQGeneralN/AIn case of a data acqusition crash
If the acquisition crash :  

In the acquisition terminal : 

    Type TK 

    Type KNA 

    Type KALL 

    Press enter 

    Type q and y 

    Close the terminal 

Open a new terminal : 

    Type ssh -X e748@lpcgrit 

    Type start_acq e755 

    Type RC 

Once the run control is on : 

    Go back in the terminal  

    Type NA 

Then in the run control : 

    Click mode and select monitoring mode 

    Click Init 

You should be able to do start once everything is : READY
Fixede755 Wed Jun 27 16:03:26 2018 ValerianOFFLINEGeneralCryo-LH2Status on 38Ca pt
Fixede748 Thu Jul 6 21:35:29 2017 Thomas R + shift U (Valérie L) +S (Daisuke, Marlène, Shumpei) RUNGeneralCD2Run 346 e748+e748chio

Run 346 started at 21h37
Beam around 7µA CATS 2 46k
22h00 beam lost
22h08 beam back 6 µA. CATS 34 kpps.
22h32 beam 7.5 µA. Very stable since then.

We have checked the CATS reconstruction and the Chio spectra (with the CheckPID macro) and they look OK (see attachement).
However the signal from the CHIO looks nice in the oscilloscope but not in the online (see spectra attached). Some events sound good, some are flat... to be checked


DAQ 748
/data/e748X/e748/acquisition/run
e748 Exxx 5,5M 6 juil. 21:39 run_0346.dat.06-07-17_21h37m36s

DAQ e748chio
/data/e748chioX/e748chio/acquisition/run
e748chio Exxx 1,6K 6 juil. 21:37 run_0346.dat.06-07-17_21h37m14s
Fixede748 Thu Jul 6 20:46:15 2017 Thomas R + shift U (Valérie L) +S (Daisuke, Marlène, Shumpei) RUNGeneralCD2Run 345 DAQ+344 chio after chio problem
The HV on cathode is now set again at 2900V. At 20h50 we get back the beam for the run.
(Grid still ok at 920V)
Beam problem cf the scalers. Losing beam somewhere.

DAQ e748
-rw-r--r-- 1 e748 Exxx 640K 6 juil. 20:51 run_0345.dat.06-07-17_20h50m01s
DAQ echio
-rw-r--r-- 1 e748chio Exxx 2,8K 6 juil. 20:50 run_0344.dat.06-07-17_20h49m34s
Fixede748 Thu Jul 6 21:27:52 2017 Thomas R + shift U (Valérie L) +S (Daisuke, Marlène, Shumpei) RUNGeneralCD2Run 345 beam intensity loss
The beam rate was low after intervention with the CHIO HV.

Thomas contacted Jean-Charles and PCP. It turned out that some quadrupoles (Q31, Q34, Q21) of LISE were turned off. Thomas put correct parameters and turned on the magnet.

21h25 full beam.
run 345 daq e748 run 344 e748chio was ongoing during the problem of Qpole. We stop at 21h35 and realign run numbers.
Fixede748 Wed Jun 28 15:07:43 2017 ThomasCHIOSoftwareN/ATrapezoidal filter for CHIO
const int nCHIO=200; // nb samples. sera ajuste en manip

float SIG[nCHIO];
int k=25; /// PLATEAU
int l=5; /// INTEGRATION
float M=300.; /// PZC
float vn, vnk, vnl, vnkl, dkl[nCHIO], p[nCHIO], r[nCHIO], s[nCHIO];

float THR=2.E5; // Seuil a ajuster en fonction de "l"
float Max=0;
int nPREV=5; // pour calcul baseline, a ajuster en ligne
int nBL=5; // pour calcul baseline, a ajuster en ligne
int tTHR=0;
float BLmean=0;

for(int i=0;i<nCHIO;i++)
{
vn=CHIO; // vecteur CHIO[]: samples
if(i-k>=0) vnk=CHIO[i-k];
else vnk=0;
if(i-l>=0) vnl=CHIO[i-l];
else vnl=0;
if(i-k-l>=0) vnkl=CHIO[i-k-l];
else vnkl=0;

dkl=vn-vnk-vnl+vnkl;
if(i>0) p=p[i-1]+dkl;
else p=dkl;
r=p+M*dkl;
if(i>0) s=s[i-1]+r;
else s=r;

if(i>0) SIG=s[i-1]+r;
else SIG=r;

hCHIO_FILTER->SetBinContent(i+1,SIG);
//if(SIG>Max) Max=SIG;
if(SIG>THR && i>nPREV+nBL && tTHR==0) tTHR=i;
if(tTHR)
{
for(int j=tTHR-(nPREV+nBL);j<tTHR-nPREV;j++) BLmean+=SIG;
BLmean/=nBL;
if(SIG>Max) Max=SIG;
if(i<nCHIO-1 && SIG<Max && SIG[i+1]<Max)
{
hECHIO_RAW->Fill(Max);
tTHR=0;
}
}

}
Fixede744 Mon May 28 22:27:14 2018 Simon et LouisRUNGeneralCH2RUN 2102 DATA target 4
run #2102
start @22h20
stop @23h30
target 4

Evening shift team:
LISE and E744 François, Iulan, Valérian, Louis, Jean-Charles, Marlete A., Pierre D., Simon G., Valérie L.
E744
Beam on CATS 1.3 10**5 pps
CH2 183 µm // ERROR THIS SHOULD BE 100um
Div as before
All Triggers in GMT (without LISE)
Fixede744 Mon May 28 23:52:19 2018 Simon and Louis (start), Franck (stop)RUNGeneralCarbonRUN 2103 DATA target 1 Carbon
run #2103
start @23h49
stop @1h51
target 1 Carbon

Evening shift team:
LISE and E744 François, Iulan, Valérian, Louis, Jean-Charles, Marlete A., Pierre D., Simon G., Valérie L.
E744
Beam on CATS 1.3 10**5 pps
Carbon 75um
Div as before
All Triggers in GMT (without LISE)
Fixede738 Tue Jul 10 00:46:26 2018 Shumpei, ValérieRUNGeneralCryo-LH2RUN 323 + Brho line settings
Run 323 start: 0h20 stop: 2h45
e748 Exxx 3,5G 10 juil. 02:45 run_0323.dat.10-07-18_00h20m04s
Beam: 9C
All Triggers: T1 to T8, CATS1% CATS2% PLASTIC%
Divisions: CATS1, CATS2 3. 10**4 ; Plastic% 10**4

Dead time between 8 and 15%
CATS2 X19 strip not running since Run 322
Total beam I from 1.2 to 1.4*10**5 pps in CATS1, CATS2
I=1.8uA primary beam
Purity = 5.1% of 9C from T_CATS1_HF
Integral 4 peaks NP_T_CATS1_HF = 7341 [channels 10 to 8000];
peak of 8B [channels 10 to 2000]; integ=609 --> 8.3 %
peak 9C [ch. 2600 to 4200]:376 --> 5.1% ;
7Be[channels 4200 to 6300], integ= 4535 --> 61.7%
peak of 6Li [channels 6300 to 8000]: 1834 --> 24.9%
CATS1 670V 0.14 µA (sparkles at 0.5 µA)
CATS2 700V 0.12 µA
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Primary beam 12C 75 MeV/u 1.5 µA ==> 1.4 10**5 pps on CATS

Brho1(RMN) = 1.7301 T.m ; I _D3P1 = 305.3 A
Brho2(RMN) = 1.6352 T.m ; I _D3P1 = 375.3 A
--> Energy (9C) = 55.3 MeV/u

Brho_DA1(RMN) = 1.6301 T.m ; I _DAP = 164 A
Brho_DA2(RMN) = 1.6555 T.m ; I _DAC2 = 3 A
Wien Filter 0/0 kV
SLITS.
FH31 = +/-20mm;
FH42 = +/-10 ; FV43 = +/-10.4 ; FH51 = +/-30 ;
FH61 = +/-30 ; FV61 = +/-25.5 ; FH62 = +/-15 mm; FV62 = +/-20
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Fixede738 Tue Jul 10 02:47:10 2018 Shumpei, ValérieRUNGeneralCryo-LH2RUN 324
Run 324 start: 2h45 stop 5h10
e748 Exxx 3,8G 10 juil. 05:10 run_0324.dat.10-07-18_02h44m52s
Beam: 9C
All Triggers: T1 to T8, CATS1% CATS2% PLASTIC%
Divisions: CATS1, CATS2 3. 10**4 ; Plastic% 10**4

CATS2 X19 strip not running since Run 322
Total beam I 1.4*10**5 pps in CATS1, CATS2
I=1.8uA primary beam
Purity = 4.7% of 9C from T_CATS1_HF
Integral 4 peaks
peak of 8B [channels 10 to 2000]; 7Be[channels 4200 to 6300];
peak of 6Li [channels 6300 to 8000]:
total NP_T_CATS1_HF = 44060 [channels 10 to 8000];

peak 9C [ch. 2600 to 4200]:2060--> 4.7% ;

CATS1 670V 0.20µA for beam at 1.4 10**5 pps
CATS2 700V 0.16 µA

Dead time between 8 and 15%
Fixede738 Tue Jul 10 05:12:31 2018 Shumpei, ValérieRUNGeneralCryo-LH2RUN 325
Run 325 start: 5h10 stop 6h53 due to CATS1 -->tripping
e748 Exxx 2,5G 10 juil. 06:53 run_0325.dat.10-07-18_05h09m53s
Beam: 9C
All Triggers: T1 to T8, CATS1% CATS2% PLASTIC%
Divisions: CATS1, CATS2 3. 10**4 ; Plastic% 10**4
CATS2 X19 strip not running since Run 322
Total beam I 1.3 to 1.4 10**5 pps in CATS1, CATS2
I ~ 1.8uA primary beam
Purity = 4.7 to 5% of 9C from T_CATS1_HF
I
CATS1 670V 0.20µA for beam at 1.4 10**5 pps
CATS2 700V 0.16 µA

Dead time between 8 and 15%

ELOG Home Page