AIDA GELINA BRIKEN nToF CRIB ISOLDE CIRCE nTOFCapture DESPEC DTAS EDI_PSA 179Ta CARME StellarModelling DCF K40
  DTAS  ELOG logo
Message ID: 84     Entry time: Fri May 31 14:17:13 2019
Author: A. Algora 
Subject: New config file 

A new config file provided by Jose and Alvaro is loaded

cp 20190531_Conf_JLTAT.xlsx 20190531_Conf_2.xlsx

Comments: I have modified it afterwards to have TAIDAPL, the threshold in E was too high. The TAC_F11R_CryA was also modified. It is shifted in time and cut as it was.

It remains cut.

Short root file is attached as example

---...---...---...---...---...---...---...---...---...---...---...---...---...---...---...---...---...---...---

*Update*: some of the histograms saved from DACQ online are duplicated (same name, but different cycles: ";1" and ";2"), and the second copy is empty. When you open the ROOT file and write the name of the histogram, the last copy ("cycle") is called, so the empty histogram is displayed.

$ root -l 201905312230_background_AIDA_in.root
root [0]
Attaching file 201905312230_background_AIDA_in.root as _file0...
(TFile *) 0x238ac70
root [1] ESumA->Draw() //empty!

So, there are two options: delete the second copy of the histograms, or create a newer copy of the filled histograms. In order to perform the second option, please write this line,

$ root -l 201905312230_background_AIDA_in.root
root [0]
Attaching file 201905312230_background_AIDA_in.root as _file0...
(TFile *) 0x238ac70
root [1]  for (auto&& keyAsObj : *(_file0->GetListOfKeys())){auto key = (TKey*) keyAsObj; if( 1 == key->GetCycle())_file0->Get(Form("%s;%d",key->GetName(),1))->Clone(Form("%s;%d",key->GetName(),3));  }

root [2] ESumA->Draw() //copy of ESumA;1!

The changes will not persist unless the file is opened with "update" mode and the changes are saved at the end.

Alvaro.

Attachment 1: 20190531_Conf_2.xlsx  30 kB  Uploaded Fri May 31 15:28:43 2019
Attachment 2: 201905312230_background_AIDA_in.root  622 kB  Uploaded Fri May 31 15:31:51 2019
ELOG V3.1.4-unknown