Status |
ExpNbr |
Date |
Author |
Type |
Category |
Target-Source |
Subject |
Fixed | e744s |
Mon Apr 8 21:39:44 2019 |
iulian | OTHER | General | N/A | Shifts table |
The shifts table can be found here:
https://docs.google.com/spreadsheets/d/1aSb4BMzkrwLzM2DuRUAoXhBwFCiFX-pbhQ1_CPxwRts/edit?usp=sharing
Do not forget to fill this and also add your name, institution and email as you can find in the example (look for "IS") |
Fixed | e768s |
Tue Jul 16 15:32:05 2019 |
Jenn | OTHER | General | | Shift table google schedule link |
Please, see below the spreadsheet with the shift schedule.
https://docs.google.com/spreadsheets/d/1NcidygPHZhcBTr5j6TMV7oaz7jJcAoLt4q_sOz813Cg/edit?usp=sharing |
Fixed | e744s |
Thu Apr 11 17:38:28 2019 |
iulian | RUN | Hardware | Empty | Setting trigger Vamos and Cats |
Removed division %40000 on Cats and %1000 on Vamos.
Removed Cats2 from the beam |
Fixed | e744s |
Fri Apr 12 19:44:09 2019 |
diego | VAMOS | Software | | SetAlias script for VAMOS identification |
|
Attachment 1: SetAlias.C
|
char cond[1000];
TTree *t1;
void SetAlias()
{
gStyle->SetPalette(1);
t1 = (TTree*) gROOT->FindObject("AD")
;
t1->SetAlias("fExist_DC_Y","DC0_Y>-1500&&DC1_Y>-1500&&DC2_Y>-1500&&DC3_Y>-1500");
t1->SetAlias("fExist_IC","IC[0]>0&&IC[1]>0&&IC[2]>0&&IC[3]>0");
t1->SetAlias("mT","(T_FPMW_CATS2_C*-1 + 305.3 + -4*(MWTVN==8)-1*(MWTVN==9)-1*(MWTVN==10)-2.2*(MWTVN==11)-0.7*(MWTVN==12)-0.5*(MWTVN==15)-0.6*(MWTVN==16)-1.1*(MWTVN==17)+0.6*(MWTVN==18)-1*(MWTVN==6)-0.5*(MWTVN==5)-0.5*(MWTVN==4)-1.5*(MWTVN==3))*(T_FPMW_CATS1_C>10)");
t1->SetAlias("mD","D");
t1->SetAlias("mV","(mD)/mT");
t1->SetAlias("mBeta","mV/29.9792");
t1->SetAlias("mGamma","1./sqrt(1.0-mBeta*mBeta)");
t1->SetAlias("mM_Q","Brho/3.107/mBeta/mGamma");
t1->SetAlias("mM","(mE)/931.5016/(mGamma-1.)");
t1->SetAlias("mMr","mM_Q*((13.*qmq13+14.*qmq14+15.*qmq15+16.*qmq16))");
t1->SetAlias("mQ","mM/mM_Q");
//t1->SetAlias("mT1","(T_FPMW_HF_C*-1. + 559. + 3*(MWTVN==8))*(T_FPMW_HF_C>10)");
t1->SetAlias("mT1","1.5+((23.7593+1.03259*MWTV)*(MWTVN==0)+(-9.53168+1.0711*MWTV)*(MWTVN==1)+(-30.486+1.11554*MWTV)*(MWTVN==2)+(-31.1261+1.11624*MWTV)*(MWTVN==3)+(-62.99829+1.1569*MWTV)*(MWTVN==4)+(-47.9021+1.13413*MWTV)*(MWTVN==5)+(-14.3957+1.08086*MWTV)*(MWTVN==6)+(-24.6655+1.1058*MWTV)*(MWTVN==7)+(60.4375+0.981809*MWTV)*(MWTVN==8)+(4.44472+1.06168*MWTV)*(MWTVN==9)+(11.408+1.04492*MWTV)*(MWTVN==10)+(56.8282+0.990287*MWTV)*(MWTVN==11)+(59.6833+0.995356*MWTV)*(MWTVN==12)+(27.6344+1.02846*MWTV)*(MWTVN==13)+(6.02794+1.06554*MWTV)*(MWTVN==14)+(20.1561+1.0342*MWTV)*(MWTVN==15)+(51.0718+1.01008*MWTV)*(MWTVN==16)+(36.5605+1.0391*MWTV)*(MWTVN==17)+(-6.01158+1.09581*MWTV)*(MWTVN==18)+(37.6143+1.00939*MWTV)*(MWTVN==19)+(29.3289+1.01291*MWTV)*(MWTVN==20) + 3*83.4*(GATCONF_MASTER==8)-0*(GATCONF_MASTER==1)-2*83.4*(GATCONF_MASTER==4))");
t1->SetAlias("mT1","540-2*T_FPMW_CATS2_C");
t1->SetAlias("mE1","(IC[0]+IC[1]+IC[2]+IC[3]+IC[4])*(IC[0]>0.1&&IC[1]>0.1&&IC[2]>0.1&&IC[3]>0.1)");
// t1->SetAlias("mE1","(IC[1]+IC[2]+IC[3])*(IC[1]>1&&IC[2]>1&&IC[3]>1)");
t1->SetAlias("mdE0","IC[0]*(IC[0]>1)");
t1->SetAlias("mdE1","IC[0]*(IC[0]>1)+IC[1]*(IC[1]>1)");
t1->SetAlias("mD1","Path");
t1->SetAlias("mV1","mD1/(mT1)");
t1->SetAlias("mBeta1","mV1/29.9792");
t1->SetAlias("mGamma1","1./sqrt(1.0-mBeta1*mBeta1)");
t1->SetAlias("mM_Q1","Brho/3.107/mBeta1/mGamma1");
t1->SetAlias("mM1","1.3*(mE1)/931.5016/(mGamma1-1.)");
t1->SetAlias("mMr","mM_Q*((13.*qmq13+14.*qmq14+15.*qmq15+16.*qmq16))");
t1->SetAlias("mQ1","mM1/mM_Q1");
t1->SetAlias("ProjD","-174.*1.");
t1->SetAlias("Xt","TMW1_X+ProjD*tan(TP_Theta/1000.)");
t1->SetAlias("Yt","TMW1_Y+ProjD*tan(TP_Phi/1000.)");
t1->SetAlias("mT2","535.1-2*T_FPMW_CATS2_C-1.2*(MWTVN==11)-0.3*(MWTVN==12)-0.5*(MWTVN==10)-0.7*(MWTVN==9)-2.8*(MWTVN==8)+0.2*(MWTVN==7)-0.4*(MWTVN==5)-1.0*(MWTVN==4)-3.0*(MWTVN==3)-3.0*(MWTVN==2)-8.0*(MWTVN==1)");
//t1->SetAlias("mT2","mT1-TMWT1_MWT2_C+31");
// t1->SetAlias("mT2","mT1-4.83");
//t1->SetAlias("mD2","D-10.5/cos(TP_Theta/1000.)/cos(TP_Phi/1000.)");
t1->SetAlias("mE2","1.42*(IC[0]+IC[1]+IC[2]+IC[3]+0.3*IC[4])*(IC[0]>0.1&&IC[1]>0.1&&IC[2]>0.1&&IC[3]>0.1)");
t1->SetAlias("mdE2","(IC[0]+IC[1])*(IC[0]>0.1&&IC[1]>0.1)");
// t1->SetAlias("mE1","(IC[1]+IC[2]+IC[3])*(IC[1]>1&&IC[2]>1&&IC[3]>1)");
t1->SetAlias("mD2","Path");
t1->SetAlias("mV2","mD2/(mT2)");
t1->SetAlias("mBeta2","mV2/29.9792");
t1->SetAlias("mGamma2","1./sqrt(1.0-mBeta2*mBeta2)");
t1->SetAlias("mM_Q2","Brho/3.107/mV2*29.9792");
t1->SetAlias("mM2","(mE2)/931.5016/(mGamma2-1.)");
t1->SetAlias("mQ2","mM2/mM_Q2");
t1->SetAlias("mMrec","int(mQ2+0.5)*mM_Q2");
}
|
Fixed | e744s |
Fri Apr 12 02:19:02 2019 |
Francois, Jenn, Cyril, Louis | CATS | Hardware | N/A | Set Division for CATS and Agata |
Enter in G1 to set division on CATS and Agata
CATS divion: 1000
Agata division: 100
|
Fixed | e775s |
Wed Mar 4 11:06:49 2020 |
Valerian Irene | OFFLINE | General | N/A | Second 2+ |
Current comparison between the CD2 target and CD2 + Au target. |
Attachment 1: Second2PlusCurrentStat.pdf
|
|
Fixed | e744s |
Tue Apr 16 23:38:04 2019 |
Fairouz Jaromir | RUN | Software | | Script to watch efficiency CATS and VAMOS offline hour by hour |
do
lpcgrit
in directory
/home/mugast/analysis/nptool/Projects/MUGAST
root offline/root_vamos/run_xxx.root
.x macros/EffCheck_fhjm.C |
Attachment 1: EffCheck_fhjm.C
|
void chkef( ULong64_t low, ULong64_t high, ULong64_t n ){
cout<<endl;
cout<< "=========================================================\n" ;
cout<<"i... HOUR: "<<n<<endl; //" "<<low<<" "<<high<<endl;
string sep = "----------------------------\n" ;
TTree *t1 = (TTree*) gROOT->FindObject("AD");
TH1F * hc = new TH1F("hc","hc",2000,0.1,50);
TH1F * ht = new TH1F("ht","ht",2000,0.1,50);
TString cond= Form("(((RTS<<32)+(VTS<<16)+LTS)>=%lld)&&(((RTS<<32)+(VTS<<16)+LTS)<%lld)",low,high);
TString condad=Form("&&( (((RTS<<32)+(VTS<<16)+LTS)>=%lld)&&(((RTS<<32)+(VTS<<16)+LTS)<%lld) )",low,high);
// cout<<cond<<endl<<condad<<endl;
cout << "Forward (condition by before)" << endl;
for(int i =0; i<1;i++)
{
t1->Draw("T_FPMW_HF_C:T_FPMW_CATS2_C",cond.Data(),"goff");
long long a=AD->GetSelectedRows();
t1->Draw("T_FPMW_HF_C:T_FPMW_CATS2_C",Form("T_FPMW_CATS2_C<1 && T_FPMW_HF_C>2 && %s",cond.Data() ),"goff");
long long b=AD->GetSelectedRows();
cout << "CATS lost efficiency with resect to VAMOS" << 100.*b/a << "%" << endl;
}
cout << sep ;
cout << "Forward (condition by before)" << endl;
for(int i =0; i<4;i++)
{
t1->Draw(Form("IC[%d]>>ht",i+1),cond.Data() ,"goff");
t1->Draw(Form("IC[%d]>>hc",i+1),Form("IC[%d]>0.1 %s",i,condad.Data() ),"goff");
cout << "IC " << i << " " << hc->Integral()/ht->Integral()*100. << "%"<< endl;
}
cout << sep ;
cout << "Backward (condition by after)" << endl;
for(int i =0; i<4;i++)
{
t1->Draw(Form("IC[%d]>>ht",i),cond.Data() ,"goff");
t1->Draw(Form("IC[%d]>>hc",i),Form("IC[%d]>0.1 %s",i+1, condad.Data() ),"goff");
cout << "IC " << i+1 << " " << hc->Integral()/ht->Integral()*100. << "%"<< endl;
}
cout << sep ;
cout << "DC (condition by IC[0])" << endl;
for(int i =0; i<4;i++)
{
t1->Draw(Form("IC[0]>>ht"),cond.Data(),"goff");
t1->Draw(Form("IC[0]>>hc"),Form("EWIRE_%d>100 %s",i, condad.Data() ),"goff");
cout << "DC WIRE " << i << " " << hc->Integral()/ht->Integral()*100. << "%"<< endl;
}
cout << sep ;
cout << "DC X (condition by IC[0])" << endl;
for(int i =0; i<4;i++)
{
t1->Draw(Form("IC[0]>>ht"),cond.Data(),"goff");
t1->Draw(Form("IC[0]>>hc"),Form("DC%d_X>-1500 %s",i, condad.Data() ),"goff");
cout << "DCX" << i << " " << hc->Integral()/ht->Integral()*100. << "%"<< endl;
}
cout << sep ;
cout << "Xf (condition by IC[0])" << endl;
t1->Draw(Form("IC[0]>>ht"),cond.Data() ,"goff");
t1->Draw(Form("IC[0]>>hc"),Form("Xf>-1500 %s", condad.Data() ),"goff");
cout << "Xf " << hc->Integral()/ht->Integral()*100. << "%"<< endl;
cout << sep ;
delete hc;
delete ht;
}
//==============================================================end
/*
ORIGINAL NAME but now the original code for VAMOS eff is above
*/
void EffCheck_fhjm()
{
ULong64_t hour;
ULong64_t LTSmin=-1;
ULong64_t LTSmax=-1;
ULong64_t LTS,VTS,RTS, tmin,tmax,tmp;
cout<< "============================================================\n" ;
cout<<" "<<gFile->GetName()<<endl;
cout<< "============================================================\n" ;
cout<<"Looking for min and max time stamp... very slow"<<endl;
TTree *tree= (TTree*)gDirectory->Get("AD");
tree->SetBranchAddress("LTS",<S);
tree->SetBranchAddress("VTS",&VTS);
tree->SetBranchAddress("RTS",&RTS);
for (int i=1;i<tree->GetEntries();i++){
tree->GetEntry(i);
tmp=(RTS<<32)+(VTS<<16)+LTS;
if ((LTS>0)&&(tmp>1e+14)){ //================== kill some low values?
if ((LTSmin>tmp) || (LTSmin==-1)){
LTSmin=tmp;
}
if ((LTSmax<tmp) || (LTSmax==-1)){
LTSmax=tmp;
}
}
}
//tree->Draw("(RTS<<32)+(VTS<<16)+LTS>>h(10000)","","");
// Long64_t LTSmin=AD->GetV1()[0];
// AD->Draw("RTS<<32+VTS<<16+LTS","LTS>0","goff", 1, AD->GetEntries()-1 );
// Long64_t LTSmax=AD->GetV1()[0];
cout<<"min "<<LTSmin<<" "<<endl;
cout<<"max "<<LTSmax<<" "<< endl;
cout<<"delta "<<LTSmax-LTSmin<<endl;
cout<<"delta "<<(LTSmax-LTSmin)/100/1e+6/3600/282162*4.3<<" hours EMPIRICAL RUN LENGHT"<<endl;
hour=143567947269965277/6.0775;
cout<<"1hour=="<<hour<<endl<<endl<<endl;
//==========================================================================================
// MAIN LOOP OVER TIME STEPS
ULong64_t n=0;
int hourstep=2;
for (ULong64_t i=LTSmin; i<LTSmax; i+=hour*hourstep){
n=n+1;
chkef( i, i+hour , n*hourstep);
}
return NULL;
}
|
Fixed | e793s |
Tue Mar 16 16:59:48 2021 |
Wilton & Franco | RUN | General | CD2 | Screnshots run 63 at 17h |
|
Fixed | |
Mon Apr 15 21:34:11 2019 |
mugast | ONLINE | Social | | Screenshots&Scalers Run 131 |
|
Attachment 1: run131_scalers_1.png
|
|
Attachment 2: run131_Vamos_1.png
|
|
Attachment 3: run131_Vamos_2.png
|
|
Attachment 4: run131_Vamos_3.png
|
|
Attachment 5: run131_Vamos_4.png
|
|
Attachment 6: run131_Vamos_5.png
|
|
Attachment 7: run131_Vamos_6.png
|
|
Attachment 8: run131_Vamos_7.png
|
|
Attachment 9: run131_Vamos_8.png
|
|
Attachment 10: run131_Vamos_9.png
|
|
Attachment 11: run131_Vamos_10.png
|
|
Attachment 12: run131_Mugast_1.png
|
|
Attachment 13: run131_Mugast_2.png
|
|
Attachment 14: run131_Mugast_3.png
|
|
Attachment 15: run131_Mugast_3.png
|
|
Attachment 16: run131_Mugast_4.png
|
|
Attachment 17: run131_Mugast_5.png
|
|
Attachment 18: run131_Mugast_6.png
|
|
Attachment 19: run131_Mugast_7.png
|
|
Attachment 20: run131_Mugast_8.png
|
|
Fixed | e744s |
Mon Apr 15 18:07:43 2019 |
Marion Iulian Marlene Beyan Francois Marco | ONLINE | Social | CH2 | Screenshots&Scalers Run 130 v1 |
|
Attachment 1: run130_1_scalers_1.png
|
|
Attachment 2: run130_1_MUGAST_1_1.png
|
|
Attachment 3: run130_1_MUGAST_1_2.png
|
|
Attachment 4: run130_1_MUGAST_1_3.png
|
|
Attachment 5: run130_1_MUGAST_1_4.png
|
|
Attachment 6: run130_1_MUGAST_1_5.png
|
|
Attachment 7: run130_1_MUGAST_1_6.png
|
|
Attachment 8: run130_1_MUGAST_1_7.png
|
|
Attachment 9: run130_1_MUGAST_1_8.png
|
|
Attachment 10: run130_1_VAMOS_1_1ZOOM.png
|
|
Attachment 11: run130_1_VAMOS_1_1.png
|
|
Attachment 12: run130_1_VAMOS_1_2.png
|
|
Attachment 13: run130_1_VAMOS_1_3.png
|
|
Attachment 14: run130_1_VAMOS_1_4.png
|
|
Attachment 15: run130_1_VAMOS_1_5.png
|
|
Attachment 16: run130_1_VAMOS_1_6.png
|
|
Attachment 17: run130_1_VAMOS_1_7.png
|
|
Attachment 18: run130_1_VAMOS_1_8.png
|
|
Attachment 19: run130_1_VAMOS_1_9.png
|
|
Attachment 20: run130_1_VAMOS_1_10.png
|
|
Attachment 21: run130_1_VAMOS_1_11.png
|
|
Attachment 22: run130_1_VAMOS_1_12.png
|
|
Fixed | e744s |
Sat Apr 13 06:33:35 2019 |
Mariluz Nikola Nicolas | RUN | General | CH2 | Screenshots run120 v1 |
FAG is 0 because screenshot was taken when run was stopped |
Attachment 1: run120_Scalers_1_1.png
|
|
Attachment 2: run120_Vamos_1_11.png
|
|
Attachment 3: run120_Vamos_1_10.png
|
|
Attachment 4: run120_Vamos_1_9.png
|
|
Attachment 5: run120_Vamos_1_8.png
|
|
Attachment 6: run120_Vamos_1_7.png
|
|
Attachment 7: run120_Vamos_1_6.png
|
|
Attachment 8: run120_Vamos_1_5.png
|
|
Attachment 9: run120_Vamos_1_4.png
|
|
Attachment 10: run120_Vamos_1_3.png
|
|
Attachment 11: run120_Vamos_1_2.png
|
|
Attachment 12: run120_Vamos_1_1.png
|
|
Attachment 13: run120_Mugast_1_8.png
|
|
Attachment 14: run120_Mugast_1_7.png
|
|
Attachment 15: run120_Mugast_1_6.png
|
|
Attachment 16: run120_Mugast_1_4.png
|
|
Attachment 17: run120_Mugast_1_3.png
|
|
Attachment 18: run120_Mugast_1_2.png
|
|
Attachment 19: run120_Mugast_1_1.png
|
|
Attachment 20: run120_Mugast_1_5.png
|
|
Fixed | e744s |
Sat Apr 13 00:27:08 2019 |
iulian nicolas Nikola Mariluz | RUN | Software | CH2 | Screenshots run119 v1 |
|
Attachment 1: run119_Vamos_1_1.png
|
|
Attachment 2: run119_Vamos_1_11.png
|
|
Attachment 3: run119_Vamos_1_10.png
|
|
Attachment 4: run119_Vamos_1_9.png
|
|
Attachment 5: run119_Vamos_1_8.png
|
|
Attachment 6: run119_Vamos_1_7.png
|
|
Attachment 7: run119_Vamos_1_6.png
|
|
Attachment 8: run119_Vamos_1_5.png
|
|
Attachment 9: run119_Vamos_1_4.png
|
|
Attachment 10: run119_Vamos_1_3.png
|
|
Attachment 11: run119_Vamos_1_2.png
|
|
Attachment 12: run119_Mugast_1_9.png
|
|
Attachment 13: run119_Mugast_1_8.png
|
|
Attachment 14: run119_Mugast_1_7.png
|
|
Attachment 15: run119_Mugast_1_6.png
|
|
Attachment 16: run119_Mugast_1_5.png
|
|
Attachment 17: run119_Mugast_1_4.png
|
|
Attachment 18: run119_Mugast_1_3.png
|
|
Attachment 19: run119_Mugast_1_2.png
|
|
Attachment 20: run119_Mugast_1_1.png
|
|
Attachment 21: run119_Scalers_1_1.png
|
|
Fixed | e793s |
Tue Mar 16 19:57:42 2021 |
Wilton & Franco | RUN | General | CD2 | Screenshots run 63 at 19h30 |
|
Attachment 1: run63_19h30_MMImpact.png
|
|
Attachment 2: run63_19h30_VAMOS_TDC.png
|
|
Attachment 3: run63_19h30_TACS.png
|
|
Attachment 4: run63_19h30_MG_EToF.png
|
|
Attachment 5: run63_19h30_MM_EdE.png
|
|
Attachment 6: run63_19h30_MM_ETof.png
|
|
Attachment 7: run63_19h30_MGImpact.png
|
|
Attachment 8: run63_19h30_Scaler2.png
|
|
Attachment 9: run63_19h30_Scaler1.png
|
|
Fixed | e768s |
Tue Jul 30 19:13:57 2019 |
Faïrouz & Ksenia | RUN | General | LiF | Screenshots run 160 @ 19h10 & scalers |
|
Attachment 1: Mugast-run160-1.5.png
|
|
Attachment 2: Mugast-run160-1.4.png
|
|
Attachment 3: Mugast-run160-1.3.png
|
|
Attachment 4: Mugast-run160-1.2.png
|
|
Attachment 5: Mugast-run160-1.1.png
|
|
Attachment 6: Mugast-run160-1.10.png
|
|
Attachment 7: Mugast-run160-1.9.png
|
|
Attachment 8: Mugast-run160-1.8.png
|
|
Attachment 9: Mugast-run160-1.7.png
|
|
Attachment 10: Mugast-run160-1.6.png
|
|
Attachment 11: Vamos-run160-1.5.png
|
|
Attachment 12: Vamos-run160-1.4.png
|
|
Attachment 13: Vamos-run160-1.3.png
|
|
Attachment 14: Vamos-run160-1.2.png
|
|
Attachment 15: Vamos-run160-1.1.png
|
|
Attachment 16: Vamos-run160-1.9.png
|
|
Attachment 17: Vamos-run160-1.8.png
|
|
Attachment 18: Vamos-run160-1.7.png
|
|
Attachment 19: Vamos-run160-1.6.png
|
|
Attachment 20: scalers_run160_3.png
|
|
Fixed | e768s |
Wed Jul 31 04:56:38 2019 |
Freddy, Chloé | RUN | General | LiF | Screenshots run 160 - Wed31 @ 4h57 |
|
Attachment 1: scalers_run160_9.png
|
|
Attachment 2: Vamos-run160-2.8.png
|
|
Attachment 3: Vamos-run160-2.7.png
|
|
Attachment 4: Vamos-run160-2.6.png
|
|
Attachment 5: Vamos-run160-2.5.png
|
|
Attachment 6: Vamos-run160-2.4.png
|
|
Attachment 7: Vamos-run160-2.3.png
|
|
Attachment 8: Vamos-run160-2.2.png
|
|
Attachment 9: Vamos-run160-2.1.png
|
|
Attachment 10: Mugast-run160-2.9.png
|
|
Attachment 11: Mugast-run160-2.8.png
|
|
Attachment 12: Mugast-run160-2.7.png
|
|
Attachment 13: Mugast-run160-2.6.png
|
|
Attachment 14: Mugast-run160-2.5.png
|
|
Attachment 15: Mugast-run160-2.4.png
|
|
Attachment 16: Mugast-run160-2.3.png
|
|
Attachment 17: Mugast-run160-2.2.png
|
|
Attachment 18: Mugast-run160-2.1.png
|
|
Ongoing | e768s |
Mon Jul 29 22:50:43 2019 |
Sylvain & Freddy | ONLINE | General | LiF | Screenshots run 158 @ 22h05 |
|
Attachment 1: Vamos_tab9.png
|
|
Attachment 2: Vamos_tab8.png
|
|
Attachment 3: Vamos_tab7.png
|
|
Attachment 4: Vamos_tab6.png
|
|
Attachment 5: Vamos_tab5.png
|
|
Attachment 6: Vamos_tab4.png
|
|
Attachment 7: Vamos_tab3.png
|
|
Attachment 8: Vamos_tab2.png
|
|
Attachment 9: Vamos_tab1.png
|
|
Attachment 10: Mugast_tab10.png
|
|
Attachment 11: Mugast_tab9.png
|
|
Attachment 12: Mugast_tab8.png
|
|
Attachment 13: Mugast_tab7.png
|
|
Attachment 14: Mugast_tab6.png
|
|
Attachment 15: Mugast_tab5.png
|
|
Attachment 16: Mugast_tab4.png
|
|
Attachment 17: Mugast_tab3.png
|
|
Attachment 18: Mugast_tab2.png
|
|
Attachment 19: Mugast_tab1.png
|
|
Fixed | e768s |
Tue Jul 30 05:32:33 2019 |
Teodora & Franco | RUN | General | LiF | Screenshots run 158 - 5:30h + beam profile at 6:00h |
Scalers and beam profile measurement taken at 6:00 h. |
Attachment 1: Vamos_tab1_2.png
|
|
Attachment 2: Vamos_tab2_2.png
|
|
Attachment 3: Vamos_tab3_2.png
|
|
Attachment 4: Vamos_tab4_2.png
|
|
Attachment 5: Vamos_tab5_2.png
|
|
Attachment 6: Vamos_tab6_2.png
|
|
Attachment 7: Vamos_tab7_2.png
|
|
Attachment 8: Vamos_tab8_2.png
|
|
Attachment 9: Vamos_tab9_2.png
|
|
Attachment 10: Mugast_tab1_2.png
|
|
Attachment 11: Mugast_tab2_2.png
|
|
Attachment 12: Mugast_tab3_2.png
|
|
Attachment 13: Mugast_tab4_2.png
|
|
Attachment 14: Mugast_tab5_2.png
|
|
Attachment 15: Mugast_tab6_2.png
|
|
Attachment 16: Mugast_tab7_2.png
|
|
Attachment 17: Mugast_tab8_2.png
|
|
Attachment 18: Mugast_tab9_2.png
|
|
Attachment 19: scaler_7.png
|
|
Attachment 20: IMG_20190730_060844.jpg
|
|
Fixed | e768s |
Mon Jul 29 07:16:39 2019 |
Chloe & Teodora | RUN | General | LiF | Screenshots run 156_2 |
|
Attachment 1: Tab10_run156_2.png
|
|
Attachment 2: Tab9_run156_2.png
|
|
Attachment 3: Tab8_run156_2.png
|
|
Attachment 4: Correlation_run156_2.png
|
|
Attachment 5: TAC_run156_2.png
|
|
Attachment 6: MG_ToF_run156_2.png
|
|
Attachment 7: MM_DeE_run156_2.png
|
|
Attachment 8: MM_ToF_run156_2.png
|
|
Attachment 9: MG_IMPACT_MATRIX_run156_2.png
|
|
Attachment 10: MM_IMPACT_MATRIX_run156_2.png
|
|
Attachment 11: Tab_8_run156_2.png
|
|
Attachment 12: IC_IC_run156_2.png
|
|
Attachment 13: REC_run156_2.png
|
|
Attachment 14: TACS_run156_2.png
|
|
Attachment 15: IC_run156_2.png
|
|
Attachment 16: MW_run156_2.png
|
|
Attachment 17: DC_E_run156_2.png
|
|
Attachment 18: DC_Y_run156_2.png
|
|
Attachment 19: DC-X_run156_2.png
|
|
Attachment 20: Scales_run156_ébis.png
|
|
Fixed | e768s |
Mon Jul 29 02:45:22 2019 |
Chloe & Teodora | RUN | General | LiF | Screenshots run 156_1 |
|
Attachment 1: Tab8_run156_1.png
|
|
Attachment 2: IC_IC_run156_1.png
|
|
Attachment 3: REC_run156_1.png
|
|
Attachment 4: TACS_run156_1.png
|
|
Attachment 5: IC_run156_1.png
|
|
Attachment 6: MW_run156_1.png
|
|
Attachment 7: DC_E_run156_1.png
|
|
Attachment 8: DC_Y_run156_1.png
|
|
Attachment 9: DC_X_run156_1.png
|
|
Attachment 10: Tab_10_run156_1.png
|
|
Attachment 11: Tab_9_run156_1.png
|
|
Attachment 12: Tab_8_run156_1.png
|
|
Attachment 13: Correlations_run156_1.png
|
|
Attachment 14: TAC_run156_1.png
|
|
Attachment 15: MG_ToF_run156_1.png
|
|
Attachment 16: MM_DeE_run156_1.png
|
|
Attachment 17: MM_ToF_run156_1.png
|
|
Attachment 18: MG_IMPACT_MATRIX_run156_1.png
|
|
Attachment 19: MM_IMPACT_MATRIX_run156_1.png
|
|
Attachment 20: Scalers_run156_1.png
|
|
Fixed | e768s |
Mon Jul 29 11:05:19 2019 |
Faïrouz & Andres | RUN | General | LiF | Screenshots run 156 @ 11h05 |
|
Attachment 1: MUGAST-run156-1.5.png
|
|
Attachment 2: MUGAST-run156-1.4.png
|
|
Attachment 3: MUGAST-run156-1.3.png
|
|
Attachment 4: MUGAST-run156-1.2.png
|
|
Attachment 5: MUGAST-run156-1.1.png
|
|
Attachment 6: MUGAST-run156-1.10.png
|
|
Attachment 7: MUGAST-run156-1.9.png
|
|
Attachment 8: MUGAST-run156-1.8.png
|
|
Attachment 9: MUGAST-run156-1.7.png
|
|
Attachment 10: MUGAST-run156-1.6.png
|
|
Attachment 11: VAMOS-run156-1.5.png
|
|
Attachment 12: VAMOS-run156-1.4.png
|
|
Attachment 13: VAMOS-run156-1.3.png
|
|
Attachment 14: VAMOS-run156-1.2.png
|
|
Attachment 15: VAMOS-run156-1.1.png
|
|
Attachment 16: VAMOS-run156-1.9.png
|
|
Attachment 17: VAMOS-run156-1.8.png
|
|
Attachment 18: VAMOS-run156-1.7.png
|
|
Attachment 19: VAMOS-run156-1.6.png
|
|
Attachment 20: Scalers-run156_4.png
|
|