HOME ESR EXPERIMENTS LABS etc
E121 E127 E132 E125 E143 laser_cooling_2021 E142 Ê128 E146 E0052 E0018
  proton-capture on 118Te, Page 26 of 29  Not logged in ELOG logo
ID Date Author Category Subject Year
  73   Fri Mar 20 05:03:03 2020 ShahabRunsrun entry - run046 
beam: 124Xe54+
energy: 10 MeV/u

purpose: data with TARGET ON

Detector position (Si): -25 mm

run start at 04:31 , first file: run046_0001.lmd
run stop  at xx:xx , last file:  run0xx_0xxx.lmd

_______________________________________________________________________________

time: 05:00

ON Rates
Si_X:       1 Hz
Si_Y:       1 Hz
Xray_35:   3 Hz
Xray_90:   28 Hz
Xray_145:   24 Hz
BaF_OR:    2452 Hz

Si voltage:          60.02 V  
Si leakage current:  3.93 uA


SIS particles before:           2e9
ESR particles at injection:     5e7
ESR particles after decel.:     2e6
Target ON density:              1.8e13


copy and repeat the above (below the line) every 30 minutes
  72   Fri Mar 20 04:32:22 2020 ShahabRunsrun entry - run046 
beam: 124Xe54+
energy: 10 MeV/u

purpose: data with TARGET ON

Detector position (Si): -25 mm

run start at 04:31 , first file: run046_0001.lmd
run stop  at xx:xx , last file:  run0xx_0xxx.lmd

_______________________________________________________________________________

time: 04:31:44

ON Rates
Si_X:       1 Hz
Si_Y:       1 Hz
Xray_35:   3 Hz
Xray_90:   33 Hz
Xray_145:   23 Hz
BaF_OR:    2463 Hz

Si voltage:          60.02 V  
Si leakage current:  3.93 uA


SIS particles before:           2e9
ESR particles at injection:     5e7
ESR particles after decel.:     2e6
Target ON density:              1.8e13


copy and repeat the above (below the line) every 30 minutes
  71   Fri Mar 20 04:29:45 2020 JanDAQDAQ settings for the first night 
Attachment 1: e127.trlo
// -*- C++ -*-

/// ************************
// SETUP FILE FOR
// E127 experiment at ESR 2020
/// ************************
/////////////////////////////////
// ADC GATES
si_stretch = 2000 ns;
si_delay = 0 ns;
target_stretch = 15000 ns;
target_delay = 5000 ns; //5000 ns;
master_delay = 800 ns;
//////////////////////////////////
/// DOWNSCALING by 2^n
// n=5 >>  32
// n=6 >>  64
// n=7 >> 128
// n=8 >> 256
// n=9 >> 512
// TARGET ON
si_red   = 0;
xray_red = 0;
baf_red  = 5;//5; 
// TARGET OFF
si_red_OFF   = 0;
xray_red_OFF = 0;
baf_red_OFF  = 0;//5;
//////////////////////////////////
// INPUTS
si_y	=	ECL_IN(1);
si_x	=	ECL_IN(2);

xray1	=	ECL_IN(3);
xray2	=	ECL_IN(4);
xray3	=	ECL_IN(5);

baf	=	ECL_IN(6);
// =       ECL_IN(7);
// =       ECL_IN(8);
// =       ECL_IN(9);
// =       ECL_IN(10);
// =       ECL_IN(11);

trafo   =       ECL_IN(12);
I_cool  =       ECL_IN(13);
U_cool  =       ECL_IN(14);
jet_S1  =       ECL_IN(15);

// =       ECL_IN(16);

jet_on	=	LEMO_IN(1);
jet_off =  	LEMO_IN(2);

//////////////////////////////
// OUTPUTS
si_gate =     GATE_DELAY(1);
target_gate =   GATE_DELAY(3);
qdc_gate  =   GATE_DELAY(4);
master_trig = GATE_DELAY(2);

pico_a = si_gate;
pico_b = target_gate;
//////////////////////////////
// CONSTANTS
long_gate = 2000 ns;
short_gate = 650 ns;

SECTION(all)
{
	FRONT_LED(1) = TRIMI_TDT;

	SERIAL_TSTAMP_IN = SERIAL_TSTAMP_OUT;
	SERIAL_TSTAMP_LATCH = ACCEPT_PULSE;
	slew_counter_add = 0x1000000;

        fast_busy_len = 1000 ns; 
	DEADTIME_IN(1) = TRIMI_TDT;

	/////////////////////////////////////////////////////////////
	//PULSER
        
	// mega_clock
	period(4) = 1 us;   // needed by UDP reader 

	// TRIGGER 11 >> interval for scaler readouts 
	period(1) = 1000 ms;
	
	/////////////////////////////////////////////////////////////
	// TRIGGERS

	// coinc window length
	accept_window_len = 1950 ns;

	// THESE ARE THE VULOM INPUTS (det. triggers)
	// STRETCH THE TRIGGER SIGNAL LONGER THAN THE accept_window_len

	lmu_restart_mode(1) = LEAD_IF_INACT | GATE_ENABLE;
	lmu_stretch(1) = long_gate; // front-back coinc gate

	trig_stretch(1)  = long_gate;
	trig_stretch(2)  = long_gate;
	trig_stretch(3)  = long_gate;

	trig_stretch(9)  = long_gate;
	trig_stretch(10) = long_gate;
	trig_stretch(11) = long_gate;
	
	// SET UP DELAYS TO MATCH THE TRIGGER SIGNALS
	//trig_delay(1) = 800 ns;
	//trig_delay(2) = 800 ns;
	//trig_delay(3) = 1120 ns;

	//trig_delay(9) = 800 ns;
	//trig_delay(10) = 800 ns;
	//trig_delay(11) = 800 ns;
	
	// STANDARD IS MODE_LEADING_EDGE (trigger on the falling edge)
	// MODE_WHEN_PRESENT: check, if a signal is on (e.g. SPILL ON)

	//trig_delay_mode(1) = MODE_THIS | MODE_LEADING_EDGE; 
	
	// DOWNSCALING FACTORS
	// THIS IS FOR GENERATED TPATS (so downscale tpat number with red==2^n)

	trig_red(1) = si_red;
	trig_red(2) = xray_red;
	trig_red(3) = baf_red;

    
	trig_red(9) = si_red_OFF;	
	trig_red(10) = xray_red_OFF;	
	trig_red(11) = baf_red_OFF;	
	
	// ONLY NEEDED FOR MULTI-EVENT MODE / NO NEED NOW
	//multi_trigger = 1;

	////////////////////////////////////////////////////
	// LMU SETUP
	
	// THIS IS THE LOGIC MATRIX.
	// TRIG_LMU_OUT(n) with 'n' being the tpat.

        // TRIG_LMU_AUX 1
        // silicon x/y OR 
	LMU_IN(1) = si_x;
	LMU_IN(2) = si_y;
	LMU_OUT(1) = LMU_IN(1) or LMU_IN(2);
	TRIG_LMU_AUX(1) = LMU_OUT(1);
		
	// TRIG_LMU_AUX 2
        // xray OR
	all_or_mask(2) = xray1 | xray2 | xray3;
	LMU_IN(3) = ALL_OR(2);
	LMU_OUT(2) = LMU_IN(3);
	TRIG_LMU_AUX(2) = ALL_OR(2);

	// TRIG_LMU 3 
	// BaF OR
	LMU_IN(4) = baf;
	LMU_OUT(4) = LMU_IN(4);
	// BaF single
       	TRIG_LMU_AUX(3) = LMU_OUT(4);

	//
	TRIG_PENDING[11] = PULSER(1);

	// TARGET_ON flag is TRIG_LMU_AUX(4)

	// TARGET_ON_TRIGGERS
	TRIG_LMU_OUT(1) = TRIG_LMU_AUX(1) and TRIG_LMU_AUX(4); //Si_ON  
	TRIG_LMU_OUT(2) = TRIG_LMU_AUX(2) and TRIG_LMU_AUX(4); //Xray_ON
	TRIG_LMU_OUT(3) = TRIG_LMU_AUX(3) and TRIG_LMU_AUX(4); //BaF_ON
	TRIG_LMU_OUT(4) = TRIG_LMU_AUX(1) and TRIG_LMU_AUX(3) and TRIG_LMU_AUX(4); //BaF+Si_ON
	//TRIG_LMU_OUT(4) = ;
	//TRIG_LMU_OUT(5) = ;
	//TRIG_LMU_OUT(6) = ;
	//TRIG_LMU_OUT(7) = ;
	//TRIG_LMU_OUT(8) = ;

	// TARGET_OFF_TRIGGERS
	TRIG_LMU_OUT(9)  = TRIG_LMU_AUX(1) and not TRIG_LMU_AUX(4); //Si_OFF
	TRIG_LMU_OUT(10) = TRIG_LMU_AUX(2) and not TRIG_LMU_AUX(4); //Xray_OFF
	TRIG_LMU_OUT(11) = TRIG_LMU_AUX(3) and not TRIG_LMU_AUX(4); //BaF_OFF
	//TRIG_LMU_OUT(12) = ;
	//TRIG_LMU_OUT(13) = ;
	//TRIG_LMU_OUT(14) = ;
	//TRIG_LMU_OUT(15) = ;
	TRIG_LMU_OUT(16) =
	  si_x and si_y and
	  xray1 and xray2 and xray3 and baf and
	  trafo and I_cool and U_cool and jet_S1;
	
	////////////////////////////////////////////////////////////
	// TPAT SETUP
	
	// THIS IS FOR MATCHING: TPAT -> MBS_TRIGGER
	// tpat_trig(n) = m
	// with n = tpat, m = MBS_trigger

        // MBS trigger 1 = JET_ON
	tpat_trig(1) = 1;
	tpat_trig(2) = 1;
	tpat_trig(3) = 1;
	tpat_trig(4) = 1;
	tpat_trig(5) = 1;
	tpat_trig(6) = 1;
	tpat_trig(7) = 1;
	tpat_trig(8) = 1;

	// MBS_trigger 2 = JET_OFF
	tpat_trig(9)  = 2;
	tpat_trig(10) = 2;
	tpat_trig(11) = 2;
	tpat_trig(12) = 2;
	tpat_trig(13) = 2;
	tpat_trig(14) = 2;
	tpat_trig(15) = 2;
	tpat_trig(16) = 2;
        
	// THIS IS FOR ENABLING THE SINGLE TPATS
	// WITH A MASK, OR THE TPATS, OR RANGES WITH n : m.

	tpat_enable = 1:4, 9:11;	
	//tpat_enable = 9:11;	
	//tpat_enable = mask 0xffff;	

	///////////////////////////////////////////////////////
	// GATE & DELAY (MAX=4)

	
	// SET UP THE GATES AND DELAYS

	// Silicon ADC gate
	// si_gate
        GATE_DELAY(1) = MASTER_START;
        delay(1) = si_delay;
	stretch(1) = si_stretch;

	// Masterstart/trigger
	// master_trig
	GATE_DELAY(2) = MASTER_START;
        delay(2) = master_delay;
        stretch(2) = 200 ns;

	// Xray/BaF ADC gate
	// target_gate
	GATE_DELAY(3) = MASTER_START;
        delay(3) = target_delay;
        stretch(3) = target_stretch;

	//unused
	GATE_DELAY(4) = MASTER_START;
	delay(4) = 0 ns;
	stretch(4) = 200 ns;

	////////////////////////////////////////////////////////
	// SIGNAL I/O
	
	// MAP THE LEMO & ECL OUTS
	
        LEMO_OUT(1) = master_trig;
        LEMO_OUT(2) = master_trig;

	ECL_OUT(1) = si_gate; 
	ECL_OUT(2) = si_gate; 
	ECL_OUT(3) = target_gate;
        ECL_OUT(4) = target_gate;
	ECL_OUT(5) = qdc_gate; 
        ECL_OUT(6) = qdc_gate; 
        ECL_OUT(7) = master_trig; 
        ECL_OUT(8) = master_trig; 

	ECL_OUT(9) = pico_a;
	//ECL_OUT(10) = ;
	ECL_OUT(11) = pico_b;
	//ECL_OUT(12) = ;
	//ECL_OUT(13) = ;
	//ECL_OUT(14) = ;
	//ECL_OUT(15) = TRIG_LMU_OUT(1);
	//ECL_OUT(16) = LMU_OUT(1);


	
/* Generates internal BOS and EOS. */
/*
spill_period_duration = 20000000 us;
spill_on_duration =     12000000 us;

SECTION(bos_eos_generate)
{
	period(3) = spill_period_duration;

	GATE_DELAY(3) = PULSER(3);
	stretch(3) = spill_on_duration;
	delay(3) = 0 ns;

	TRIG_PENDING[12] = PULSER(3);
	GATE_DELAY(4) = GATE_DELAY(3);
	stretch(4) = 50 ns;
	delay(4) = 0 ns;
	restart_mode(4) = TRAILING_EDGE;
	TRIG_PENDING[13] = GATE_DELAY(4);

	TRIG_LMU_AUX(3) = GATE_DELAY(3);
}
*/
/* Listens to BOS and EOS from the accelerator. */

	////////////////////////////////////////////////////
	// JET ON/OFF TRIGGER SETUP
	
        EDGE_GATE_START(1) = jet_on;
        TRIG_PENDING[12] = jet_on;

        EDGE_GATE_STOP(1) = jet_off;
        TRIG_PENDING[13] = jet_off;

        TRIG_LMU_AUX(4) = EDGE_GATE(1);

}
Attachment 2: main.cfg
#log_level = verbose

CRATE("Master")
{
  event_max = 1
  	BARRIER
  	MESYTEC_MADC32(0x00A10000) {
		  nim_busy = gate0
   	          range = 8 V
		  resolution=8
		  hires=true
	}
	BARRIER
	MESYTEC_MADC32(0x00A20000) {
                  nim_busy = gate0
                  range = 4 V
                  resolution=8
                  hires=true
		  }
	#BARRIER
        #CAEN_V965 (0x00B10000) {
	#	  channel_enable = 0..11
        #}
	BARRIER
	CAEN_V775 (0x00C10000) {
		  common_start = false
		  time_range = 1200 ns
		  suppress_invalid = true
		  suppress_over_range = true
	}
	BARRIER
        CAEN_V775 (0x00C20000) {
                  common_start = false
                  time_range = 1200 ns
                  suppress_invalid = true
                  suppress_over_range = true
        }
	BARRIER
	#CAEN_V830 (0x00E10000) {
	#	  resolution = 32	
	#	  }
	#BARRIER
	#CAEN_V830 (0x00E20000) {
        #          resolution = 32
	#}
	#BARRIER
	GROUP("Timetamp")
	GSI_VULOM(0x05000000) {
		timestamp = true
	}
}
Attachment 3: r3bfuser.cfg
[r3bfuser]
# White Rabbit ID, =0 -> don't write MBS TO timestamp sub-event.
# Subevent 10/1: WR subsystem ID + timestamp
# wr_id = 0x100

# Save LOS/ROLU scalers/samplers every n:th spill, =0 -> don't read.
# Subevent 38/3800: ECL_IN scalers + pileup histogram
# Subevent 39/3900: trloii sampler data
do_beam_scalers = 1

# Save spill structure with 1/10s sized bins.
# do_spill_struct = 10

# Handle spill triggers 10..13 specially, >0 -> keep-alive grace period in s.
# period put to ~2 weeks, to enable long-term vulom scalers with targetOFF
do_spill_triggers = 1000000

# Save TPAT sub-event for every event
# Subevent 36/3600: trlo multi-event TPAT information
do_tpat = 1

# Save LMU scalers on spill triggers (10..13).
# Subevent 37/3700: lmu scalers (input, before / after DT & after reduction)
do_lmu_scalers = 1

# Send beam samplers and LMU scalers via UDP, !="" -> target host.
do_udp = "lxg1275.gsi.de"
Attachment 4: setting.1584673412
1584673412
Fri Mar 20 04:03:32 CET 2020
e127pi:mrcc:mscf1:getGainCommon 1
e127pi:mrcc:mscf1:getShapingTimeCommon 1
e127pi:mrcc:mscf1:getThresholdCommon 2
e127pi:mrcc:mscf1:getPzCommon  100
e127pi:mrcc:mscf2:getGainCommon 1
e127pi:mrcc:mscf2:getShapingTimeCommon 1
e127pi:mrcc:mscf2:getThresholdCommon 2
e127pi:mrcc:mscf2:getPzCommon  100
e127pi:mrcc:mscf3:getGainCommon 6
e127pi:mrcc:mscf3:getShapingTimeCommon 3
e127pi:mrcc:mscf3:getThresholdCommon 1
e127pi:mrcc:mscf3:getPzCommon  38
e127pi:mrcc:mscf1:getGain1     4
e127pi:mrcc:mscf1:getGain2     4
e127pi:mrcc:mscf1:getGain3     4
e127pi:mrcc:mscf1:getGain4     4
e127pi:mrcc:mscf1:getShapingTime1 1
e127pi:mrcc:mscf1:getShapingTime2 1
e127pi:mrcc:mscf1:getShapingTime3 1
e127pi:mrcc:mscf1:getShapingTime4 1
e127pi:mrcc:mscf2:getGain1     9
e127pi:mrcc:mscf2:getGain2     4
e127pi:mrcc:mscf2:getGain3     8
e127pi:mrcc:mscf2:getGain4     8
e127pi:mrcc:mscf2:getShapingTime1 2
e127pi:mrcc:mscf2:getShapingTime2 2
e127pi:mrcc:mscf2:getShapingTime3 2
e127pi:mrcc:mscf2:getShapingTime4 2
e127pi:mrcc:mscf3:getGain1     15
e127pi:mrcc:mscf3:getGain2     0
e127pi:mrcc:mscf3:getGain3     15
e127pi:mrcc:mscf3:getGain4     10
e127pi:mrcc:mscf3:getShapingTime1 0
e127pi:mrcc:mscf3:getShapingTime2 0
e127pi:mrcc:mscf3:getShapingTime3 1
e127pi:mrcc:mscf3:getShapingTime4 1
e127pi:mrcc:mscf1:getThreshold1 4
e127pi:mrcc:mscf1:getThreshold2 4
e127pi:mrcc:mscf1:getThreshold3 4
e127pi:mrcc:mscf1:getThreshold4 1
e127pi:mrcc:mscf1:getThreshold5 4
e127pi:mrcc:mscf1:getThreshold6 4
e127pi:mrcc:mscf1:getThreshold7 4
e127pi:mrcc:mscf1:getThreshold8 4
e127pi:mrcc:mscf1:getThreshold9 4
e127pi:mrcc:mscf1:getThreshold10 5
e127pi:mrcc:mscf1:getThreshold11 5
e127pi:mrcc:mscf1:getThreshold12 5
e127pi:mrcc:mscf1:getThreshold13 3
e127pi:mrcc:mscf1:getThreshold14 4
e127pi:mrcc:mscf1:getThreshold15 5
e127pi:mrcc:mscf1:getThreshold16 5
e127pi:mrcc:mscf1:getPz1       128
e127pi:mrcc:mscf1:getPz2       128
e127pi:mrcc:mscf1:getPz3       128
e127pi:mrcc:mscf1:getPz4       128
e127pi:mrcc:mscf1:getPz5       128
e127pi:mrcc:mscf1:getPz6       128
e127pi:mrcc:mscf1:getPz7       128
e127pi:mrcc:mscf1:getPz8       128
e127pi:mrcc:mscf1:getPz9       128
e127pi:mrcc:mscf1:getPz10      128
e127pi:mrcc:mscf1:getPz11      128
e127pi:mrcc:mscf1:getPz12      128
e127pi:mrcc:mscf1:getPz13      128
e127pi:mrcc:mscf1:getPz14      128
e127pi:mrcc:mscf1:getPz15      128
e127pi:mrcc:mscf1:getPz16      128
e127pi:mrcc:mscf2:getThreshold1 255
e127pi:mrcc:mscf2:getThreshold2 255
e127pi:mrcc:mscf2:getThreshold3 0
e127pi:mrcc:mscf2:getThreshold4 255
e127pi:mrcc:mscf2:getThreshold5 255
e127pi:mrcc:mscf2:getThreshold6 255
e127pi:mrcc:mscf2:getThreshold7 255
e127pi:mrcc:mscf2:getThreshold8 255
e127pi:mrcc:mscf2:getThreshold9 255
e127pi:mrcc:mscf2:getThreshold10 255
e127pi:mrcc:mscf2:getThreshold11 0
e127pi:mrcc:mscf2:getThreshold12 255
e127pi:mrcc:mscf2:getThreshold13 255
e127pi:mrcc:mscf2:getThreshold14 255
e127pi:mrcc:mscf2:getThreshold15 0
e127pi:mrcc:mscf2:getThreshold16 255
e127pi:mrcc:mscf2:getPz1       128
e127pi:mrcc:mscf2:getPz2       128
e127pi:mrcc:mscf2:getPz3       87
e127pi:mrcc:mscf2:getPz4       255
e127pi:mrcc:mscf2:getPz5       255
e127pi:mrcc:mscf2:getPz6       255
e127pi:mrcc:mscf2:getPz7       255
e127pi:mrcc:mscf2:getPz8       255
e127pi:mrcc:mscf2:getPz9       255
e127pi:mrcc:mscf2:getPz10      255
e127pi:mrcc:mscf2:getPz11      85
e127pi:mrcc:mscf2:getPz12      255
e127pi:mrcc:mscf2:getPz13      255
e127pi:mrcc:mscf2:getPz14      255
e127pi:mrcc:mscf2:getPz15      85
e127pi:mrcc:mscf2:getPz16      255
e127pi:mrcc:mscf3:getThreshold1 5
e127pi:mrcc:mscf3:getThreshold2 255
e127pi:mrcc:mscf3:getThreshold3 255
e127pi:mrcc:mscf3:getThreshold4 255
e127pi:mrcc:mscf3:getThreshold5 255
e127pi:mrcc:mscf3:getThreshold6 255
e127pi:mrcc:mscf3:getThreshold7 255
e127pi:mrcc:mscf3:getThreshold8 255
e127pi:mrcc:mscf3:getThreshold9 255
e127pi:mrcc:mscf3:getThreshold10 255
e127pi:mrcc:mscf3:getThreshold11 255
e127pi:mrcc:mscf3:getThreshold12 255
e127pi:mrcc:mscf3:getThreshold13 255
e127pi:mrcc:mscf3:getThreshold14 255
e127pi:mrcc:mscf3:getThreshold15 255
e127pi:mrcc:mscf3:getThreshold16 255
e127pi:mrcc:mscf3:getPz1       128
e127pi:mrcc:mscf3:getPz2       128
e127pi:mrcc:mscf3:getPz3       128
e127pi:mrcc:mscf3:getPz4       128
e127pi:mrcc:mscf3:getPz5       128
e127pi:mrcc:mscf3:getPz6       128
e127pi:mrcc:mscf3:getPz7       128
e127pi:mrcc:mscf3:getPz8       128
e127pi:mrcc:mscf3:getPz9       128
e127pi:mrcc:mscf3:getPz10      128
e127pi:mrcc:mscf3:getPz11      128
e127pi:mrcc:mscf3:getPz12      128
e127pi:mrcc:mscf3:getPz13      128
e127pi:mrcc:mscf3:getPz14      128
e127pi:mrcc:mscf3:getPz15      128
e127pi:mrcc:mscf3:getPz16      128
e127pi:mrcc:mscf1:getSingleChMode 0
e127pi:mrcc:mscf2:getSingleChMode 0
e127pi:mrcc:mscf3:getSingleChMode 0
e127pi:mrcc:mscf1:getRcMode    1
e127pi:mrcc:mscf2:getRcMode    1
e127pi:mrcc:mscf3:getRcMode    1
e127pi:mrcc:mscf1:getAutoPZ    0
e127pi:mrcc:mscf2:getAutoPZ    0
e127pi:mrcc:mscf3:getAutoPZ    1
e127pi:mrcc:mscf1:getMultiplicityHi 8
e127pi:mrcc:mscf2:getMultiplicityHi 8
e127pi:mrcc:mscf3:getMultiplicityHi 8
e127pi:mrcc:mscf1:getMultiplicityLo 4
e127pi:mrcc:mscf2:getMultiplicityLo 4
e127pi:mrcc:mscf3:getMultiplicityLo 1
e127pi:mrcc:mscf1:getSumTrgThresh 10
e127pi:mrcc:mscf2:getSumTrgThresh 10
e127pi:mrcc:mscf3:getSumTrgThresh 100
e127pi:mrcc:mscf1:getBlrOn     1
e127pi:mrcc:mscf2:getBlrOn     1
e127pi:mrcc:mscf3:getBlrOn     0
e127pi:mrcc:mscf1:getCoincTime 128
e127pi:mrcc:mscf2:getCoincTime 128
e127pi:mrcc:mscf3:getCoincTime 100
e127pi:mrcc:mscf1:getThreshOffset 100
e127pi:mrcc:mscf2:getThreshOffset 100
e127pi:mrcc:mscf3:getThreshOffset 1
e127pi:mrcc:mscf1:getShaperOffset 100
e127pi:mrcc:mscf2:getShaperOffset 100
e127pi:mrcc:mscf3:getShaperOffset 100
e127pi:mrcc:mscf1:getBlrThresh 25
e127pi:mrcc:mscf2:getBlrThresh 25
e127pi:mrcc:mscf3:getBlrThresh 10
e127pi:mrcc:mscf1:getECLDelay  0
e127pi:mrcc:mscf2:getECLDelay  0
e127pi:mrcc:mscf3:getECLDelay  0
  70   Fri Mar 20 01:36:48 2020 LaszloGeneral124Xe primary beam at 10Mev TargetON 
We didmt see any effect on the lifetime if the target is switched on. It is because we use only hydrogen target (but why 
is.it so?)
  69   Fri Mar 20 01:22:23 2020 ShahabRunsSetting for Gas target 
Setting for the machines.
Attachment 1: IMG_20200320_012048.jpg
IMG_20200320_012048.jpg
  68   Fri Mar 20 01:21:00 2020 LaszloGeneraltarget is switched on event based 
  67   Fri Mar 20 01:11:58 2020 LaszloGeneralTarget - beam jntersection 
We have managed to find the target position with the beam by looking at the xray spectra. The trick was that at 10mev we 
only have a low increase in the xray rates, so.we went for 400Mev/u where the rate change was dramatic (see in the 
picture)
Attachment 1: IMG_20200320_011008.jpg
IMG_20200320_011008.jpg
  66   Thu Mar 19 23:48:56 2020 LaszloGeneral124Xe primary beam at 10Mev TargetOFF 
Beam lifetime is estimated to be 11sec at least (hard to.see with the cursor the corrct values on the shottky monitor) 
but Yury says it is even 
~20sec. The particle njmbers are on the attached picture, however at 10Mev the cirrent measurement is not.really 
teustable (too low beam current)
Attachment 1: IMG_20200319_232647.jpg
IMG_20200319_232647.jpg
Attachment 2: IMG_20200319_232704.jpg
IMG_20200319_232704.jpg
Attachment 3: IMG_20200319_234450.jpg
IMG_20200319_234450.jpg
  65   Thu Mar 19 19:14:40 2020 LaszloGeneralprimary beam measurement 
Now our aim is to decelerate the primary beam (naked 124Xe) down to 10MeV/u. At this energy we can test our detectors and that how the scraping works. In addition, in the E108b experiment, 124Xe(p,g), there is no measurement point at 10MeV/u.
  64   Thu Mar 19 15:09:29 2020 JanGeneralstarting off with DSSSD 
here is my short guide how to start with the measurement as soon as we have a beam available.

0. ESR timing in DAQ (maybe Uwe can also assist here)
    - when the cycle is running already, even for tuning, you can try to make the cabling for ESR timing (jet ON/OFF)
    - replace the gate generator signals by the ESR timing signals in the Messhütte and check UDP reader (E127_rates)
    - the settings for ESR timing (event & machine) depend on the cycle, talk to Sergey or so, its the same settings as for the target in HKR
    - with the current cycle this would be: ON-{machine 11, event 55}, OFF-{machine 13, event 55}
    - the event for end of this process is alway 55
    - if it works all tpat rates should be switching from upper to lower panel with the ESR cycle in the rate monitor (as they do now with the gate generator)

Once the tuning is finished:

1. optimize target ON/measurement time
    - switch target to event and use the same machines/events as above
    - check number of ions in ESR at ON and OFF and lifetime of beam
    - we should measure for a drop of a factor of 3-4 roughly i would say
    - e.g. start with 2e5 and stop with 5e4
   - if we start with more, we can measure longer

1. without target,  put in Si detector (GE01DD4AS in device controle) to max-in position
    - see if it disturbs the ESR cycle (discuss optimization with ESR guys if necessary)
    - we should also check vacuum in ring (i think this can be done remotely, ask Markus, Sergey or so)

2. make Si settings with beam (call me i can do things remotely)
    - voltage to 60 volts, use E127_epics (i would expect the current at ~1uA, if no light source is close by)
    - check picoscope for signals during entire cycle
    - picoscope: (ch1: E_x ,ch2: Ex, ch4: gate)
    - select central strip in y and 1st or 2nd x-strip as monitor output with epics (E127_epics > MSCF Si 1 & 2)
    - if you don't get any at all, switch on target in measurement cycle (or permantely)
    - still no nice signals? -> polarity is probably wrong, we need to switch MSCF of X and Y
    - during our measurement period, the signals should be well below 10V (goal for reaction ions ~6V)
    - adjust shaping time, gain, pole zero, threshold (epics) and Si-gate delay and length (e127.trlo) until you get nice histos
    - if you see large rates at injection or decelleration, we should try to shield detector with the scraper
    - put it as close as possible without disturbing the cycle, i.e. loosing more beam than without scraper
    - we can also move it by event (e.g. move in or out on start or end of machines 4,6,11,12,13) depending on when it disturbs

3. find beam position at detector
    - stop the cycle in SC 11
    - try to scrape it away by moving the detector our with small steps
    - you will need several injections, because if the short liftime, can get tedious
    - follow instructions and numbers here: https://elog.gsi.de/esr/E127/37

4. last things
    - ignore BaF for now
    - check that x-rays are working, spectra okay? resolution?
    - check rates during ON (x-rays: some 100 Hz each, Si: low, probably below 100Hz) and OFF (below 100Hz for all but BaF)
    - check deadtime, do we need downscaling for any detector? (i would not expect this, BaF is downscaled already, don't worry)

5. first runs
     - measure with and without scraper to confirm that Rutherford is under controle
     - how long? > depends on the statistics
     - try to see a clean effect of scraping, e.g. by the Si-plot E_ion vs x_position (Laszlo)
  63   Thu Mar 19 09:43:28 2020 LaszloGeneralStatus of the ESR 
After two days of tuning the beam, yesterday evening (~8pm), it was found out that within one ESR pattern using the new control system the harmonics of the cavities cannot be changed. This gives us a fatal limitation, that we cannot go lower 
than 10MeV/u with the beam energy.
-As a first attempt we try to reach this 10MeV/u with two steps deceleration (first to 30MeV/u). At this 10MeV/u we have the p,n channel opened as well, which based on TALYS gives significant, weird shaped background in the spot of the p,g 
peak both in xy and xE histos.
-A second option would be that we inject the beam to ESR roughly at 330MeV/u. Then we can decelerate until 5MeV/u, but there is no stochastic, neither e-cooling available. This result to a "hot" decelerated beam with intensity factor 5 less 
(in optimistic scenario). But for this the whole tuning phase (the first two days of the beam time) must be remade, we have to start basically from scratch. 




It is "funny" that we have a very limited 5 days of beam time which is spent estimately >99% with, from the physics point of view, completely useless beam manipulation issues, which in a normal world must be done already in the engineering 
beam time... 
It is quite challenging to stay positive at the current status (not positive in the sense of the growing Corona-virus). 
  62   Wed Mar 18 09:53:28 2020 Laszlo, JanGeneralvacuum after opening gate valve 
Gate valve to DSSSD setup was opened on Tue 17.03. ~9:00

The vacuum on Wed 18.03. ~9:00 was
1.6e-10 mbar at DSSSD setup
1.0e-11 mbar at ESR dipole
Attachment 1: vacuum_ESR1.jpg
vacuum_ESR1.jpg
Attachment 2: vacuum_setup1.jpg
vacuum_setup1.jpg
  61   Tue Mar 17 11:44:58 2020 JanRunsrun entry - template  
beam: 118Te52+
energy: 7.4 MeV/u

purpose: data with TARGET ON

Detector position (Si): xxx mm

run start at 14:21 , first file: run0xx_0001.lmd
run stop  at 17:11 , last file:  run088_0178.lmd

_______________________________________________________________________________

time: 14:45

ON Rates
Si_X:       29 Hz
Si_Y:       31 Hz
Xray_35:   592 Hz
Xray_90:   168 Hz
Xray_145:   xx Hz
BaF_OR:    xx Hz

Si voltage:          x.x V  
Si leakage current:  x.x uA


SIS particles before:           5e9
ESR particles at injection:     1e6
ESR particles after decel.:     1e5
Target ON density:              5.5e13


copy and repeat the above (below the line) every 30 minutes
  60   Tue Mar 17 08:15:49 2020 JanGeneralcurrent grids & screen in TE  
measured beam diagnosis with 124Xe48+ at 326 MeV/u
Attachment 1: 2020-03-16_18-51-50-170.png
2020-03-16_18-51-50-170.png
Attachment 2: IMG_0694.jpg
IMG_0694.jpg
  59   Mon Mar 16 15:15:22 2020 JanCalibrationGamma- and X-ray intensities for efficiency calib 
Intensities for special gamma or x-ray lines needed for efficiency calibration can be found here:


ENSDF
https://www.nndc.bnl.gov/ensdf/#

NUDAT
https://www.nndc.bnl.gov/nudat2/

An old but still usefull data base:
http://nucleardata.nuclear.lu.se/toi/nucSearch.asp
  58   Sun Mar 15 21:01:23 2020 LaszloCalibrationrun044 - Xray35 calib Ba133 - a night long run  
Detector: 35
Source: Ba133
Distance: 334mm
Start time: 21:01:26 15.03.2020
Stop time:  7:11:07 16.03.2020

file name: run044_xxxx.lmd
avrg. rate: 60Hz
dead-time:  1-2%


--------------------

update at 05.04.2020: the cables were probably twisted between the 90 and the 145 angle detectors. However, the id of the detector doesnt change, since there were no simultanious measurements (one source used with one detector a detector at a time)
Attachment 1: run044_133Ba_high_35.png
run044_133Ba_high_35.png
  56   Sun Mar 15 20:26:08 2020 LaszloCalibrationrun043 - Xray35 calib Am241 
Detector: 35
Source: Am241
Distance: 334mm
Start time: 20:25:48 15.03.2020
Stop time:  20:56:56 15.03.2020

file name: run043_xxxx.lmd
avrg. rate: 20Hz
dead-time:  ~0%


--------------------

update at 05.05.2020: the cables were probably twisted between the 90 and the 145 angle detectors.
Attachment 1: run043_241Am_35.png
run043_241Am_35.png
  55   Sun Mar 15 19:46:34 2020 LaszloCalibrationrun042 - Xray35 calib Ba133 - high rate 
Detector: 35
Source: Ba133, strong source
Distance: 334mm
Start time: 19:46:54 15.03.2020
Stop time:  20:20:14 15.03.2020

file name: run042_xxxx.lmd
avrg. rate: 60Hz
dead-time:  1%
  54   Sun Mar 15 19:22:58 2020 LaszloCalibrationrun041 - Xray145 calib Ba133 - high rate 
Detector: 145
Source: Ba133
Distance: 305mm
Start time: 19:22:34 15.03.2020
Stop time: 19:38:44 15.03.2020

file name: run041_xxxx.lmd
avrg. rate: 1kHz
dead-time:  11%


--------------------

update at 05.05.2020: the cables were probably twisted between the 90 and the 145 angle detectors.
Attachment 1: run041_133Ba_high_90.png
run041_133Ba_high_90.png
  53   Sun Mar 15 18:53:42 2020 LaszloCalibrationrun040 - Xray145 calib Am241 
Detector: 145
Source: Am241
Distance: 305mm
Start time: 18:53:16 15.03.2020
Stop time: 19:18:35 15.03.2020

file name: run040_xxxx.lmd
avrg. rate: 230Hz
dead-time:  3%


--------------------

update at 05.05.2020: the cables were probably twisted between the 90 and the 145 angle detectors.
Attachment 1: run040_241Am_90.png
run040_241Am_90.png
ELOG V3.1.5-fc6679b