Status |
ExpNbr |
Date |
Author |
Type |
Category |
Target-Source |
Subject |
Fixed | e768s |
Fri Jul 19 09:38:05 2019 |
mugast | GRIT | General | LiF | Impact matrix for MUGAST |
|
Fixed | e768s |
Fri Jul 19 10:35:05 2019 |
OttoRun | RUN | General | LiF | Run113 |
*************************
Run : 113
*************************
Start at 2019-07-19 10:35:00.811685
JUNK
Stop at 2019-07-19 10:42:58.694755
Stop comment: type your message here
Stop at 2019-07-19 10:51:03.268053
Stop comment: type your message here |
Fixed | e768s |
Fri Jul 19 12:06:44 2019 |
OttoRun | RUN | General | LiF | Run115 |
*************************
Run : 115
*************************
Start at 2019-07-19 10:53:00.945262
same conditions as before
LiF target
Brho=0556
GMT triggers :
MG
Square
MM
Vamos div
Baf2 div
Beam optimization during this run to try to improve intensity |
Fixed | e768s |
Fri Jul 19 13:09:14 2019 |
mugast | BEAM | General | LiF | Counting rates as a function of beam intensity |
checking counting rates as a function of increasing beam intensity |
Fixed | e768s |
Fri Jul 19 13:24:01 2019 |
mugast | OFFLINE | General | LiF | g-ray spectrum (run 112) requiring 19Ne in VAMOS |
|
Fixed | e768s |
Fri Jul 19 14:44:30 2019 |
adrien | OTHER | Hardware | LiF | The diamond detector is not behaving properly |
On the image attached we can see the counting rate of the diamond (Red) going up linearly while Vamos (blue) staty stables.
This is understood as the diamond's graphite impurities charging up with the beam, so the baseline is moving up and we trigger more and more on noise. At some point I expect the counting rate to start dropping as the detector is no longer polarized. |
Fixed | e768s |
Fri Jul 19 15:11:10 2019 |
mugast | OFFLINE | General | | Procedure for run conversion and analysis |
Here is the procedure to convert a run with VAMOS and AGATA data and add those data to the Kinematic plot.
Every 4GB there will be a file change, to see if there is a file change type:
ls -ltrh /data/mugastX/e768s/acquisition/run/
Convert the last 4GB file and add it to the chain through the following steps:
Open a terminal from one of the Mugast computer:
Type: source $HOME/GoToVamosAna
Type: MyVAna -d2Ar -f /data/mugastX/e768s/acquisition/run/run_$$$$-DD-MM-YY.HHhMMmSSs /data/mugastX/e768s/acquisition/run/RootA/r$$$$_000a.root
OR (in case the run is split in more files)
Type: MyVAna -d2Ar -f /data/mugastX/e768s/acquisition/run/run_$$$$-DD-MM-YY.HHhMMmSSs.N /data/mugastX/e768s/acquisition/run/RootA/r$$$$_00Na.root
(If you get the error "Could not find the BrhoRef for the run <RunNr> ", update the ./Calibs/ListBrho.dat file with relevant Brho for RunNr)
Now you would be already able to run npanalysis to analyze the data VAMOS+Mugast with the following procedure:
Type: exit (to exit the VAMOS environment)
Type: lpcgrit (to load the analysis environment)
Type: npp MUGAST
Edit the exe_e768s.sh to specify which runs to analyze. The command should be the following:
npanalysis -D mugast.detector -C Calibration.txt -E ./Reaction/15N7Lit.reaction -T /data/mugastX/e768s/acquisition/run/RootA/r$$$$_00Na.root AD -O run_$$$$_N.root
Type: ./exe_e768s.sh
To convert a run including the AGATA data, the procedure is the following:
Go to the AGATA analysis computer (last on the right close to the window in the acquisition room), open a terminal and type the following commands:
> a4
> t e768s
> cd Replay
>./do_global_replay.sh -run ## (## is the number of the run you want to convert).
When it is finished, copy the root file to the GANIL world:
> mkdir /dataganil/e768s/acquisition/root_agata/run_00##/
> cp ./run_00##/Out/Analysis/Tree_00*.root /dataganil/e768s/acquisition/root_agata/run_00##/.
Now you can analyze the file using npanalysis.
The command in the exe_e768s.sh file should now look like:
npanalysis -D mugast.detector -C Calibration.txt -E ./Reaction/15N7Lit.reaction -T /data/mugastX/e768s/acquisition/root_agata/run_00##/Tree_000N.root TreeMaster -O run_00##_N_agata.root
The run will be created in the ./NPOutputs folder.
Bon courage! |
Fixed | e768s |
Fri Jul 19 15:15:47 2019 |
Diego Ramos | OFFLINE | General | LiF | 19Ne identification in VAMOS together with MUGAST |
|
Fixed | e768s |
Fri Jul 19 15:18:38 2019 |
Diego Ramos | OFFLINE | General | LiF | Position of 19Ne in dE:E in VAMOS |
Conclusion: IC pressure not needed to be reduced. |
Fixed | e768s |
Fri Jul 19 15:55:38 2019 |
mugast | RUN | General | | Beam is fluctuating |
Run 115 stopped at 16h40. |
Fixed | e768s |
Fri Jul 19 16:43:08 2019 |
OttoRun | RUN | General | LiF | Run116 |
*************************
Run : 116
*************************
Start at 2019-07-19 16:42:58.163547
Stop at 2019-07-20 04:34:58.716855
Stop comment: type your message here
Stop at 2019-07-20 10:40:22.875934
Stop comment: loss beam, premary beam monitor |
Fixed | e768s |
Fri Jul 19 17:15:46 2019 |
mugast | RUN | General | LiF | Run 116 |
|
Fixed | e768s |
Fri Jul 19 17:33:21 2019 |
Nicolas | OTHER | General | | AGATA: what if a crystal status get red |
1. Go to the AGATA Digitizer: Control tab of the browser
2. Select the detector and crystal, then click 'Select'
3. Click the 'ReSync Current Digitizer Optical Link'
Normally it should go green again, otherwise call AGATA people |
Fixed | e768s |
Fri Jul 19 17:52:24 2019 |
Nicolas | OTHER | General | | AGATA: replaying runs |
1. Go to the AGATA analysis computer, open a terminal and execute the following commands:
> a4
> t e768s
> cd Replay
> ./do_global_replay.sh -run ### (### is the run number you want to convert)
if it complains that the folder with the run already exists, just > rm -rf runXXXX/ (where XXXX is the run you're replaying) in the Replay folder
2. When it is finished copy the root file to the GANIL world:
> mkdir /dataganil/e768s/acquisition/root_agata/run_0###
> cp ./run_0###/Out/Analysis/Tree_00*.root /dataganil/e768s/acquisition/run_0### |
Fixed | e768s |
Fri Jul 19 18:57:12 2019 |
mugast | ONLINE | General | LiF | screenshots run 116 |
|
Fixed | e768s |
Fri Jul 19 21:43:35 2019 |
Franck & Faïrouz | RUN | General | LiF | screenshots run 116 @ 21h30 |
|
Fixed | e768s |
Fri Jul 19 22:16:43 2019 |
mugast | ONLINE | General | N/A | How to restart the vamos spectrum visualization (on the mugast daq computer) |
On the mugast DAQ computer:
* Open a terminal
* Type "GoToVamosAna"
* Type "vigru"
* In vigru: File, Open config -> vigru_ganp154.xml
* Then: Setup, Sources, Host/FileName: "ganp154", port:9090
If a spectrum is missing -> Add it with "display one histo" |
Fixed | e768s |
Fri Jul 19 23:10:18 2019 |
Franco | RUN | General | 3-alpha | Run302 |
Added energy calibration for square detector (MG 10).
OttoRun wrote: | *************************
Run : 302
*************************
Start at 2019-07-11 16:54:22.512184
3 alpha calibration run
+ without MM2 masks
+ suppressed pedestals
Square detectors:
+ MG10: all X strips masked; mate 14 & 16 masked
+ MG9: all X & Y strips masked
Stop at 2019-07-12 05:44:35.805449
Stop comment: |
|
Fixed | e768s |
Fri Jul 19 23:12:36 2019 |
Franco | RUN | General | 3-alpha | Run302 |
Added energy calibration for square detector (MG 10).
Franco wrote: | Attached the calibrated spectra for MUST2 and Mugast for run 302 (no pedestals).
OttoRun wrote: | *************************
Run : 302
*************************
Start at 2019-07-11 16:54:22.512184
3 alpha calibration run
+ without MM2 masks
+ suppressed pedestals
Square detectors:
+ MG10: all X strips masked; mate 14 & 16 masked
+ MG9: all X & Y strips masked
Stop at 2019-07-12 05:44:35.805449
Stop comment: |
|
|
Fixed | e768s |
Sat Jul 20 00:01:27 2019 |
Franck & Faïrouz | RUN | General | LiF | screenshots run 116 @ 00h00 |
Algeria won Africa nations cup!!!  |