AIDA
GELINA
BRIKEN
nToF
CRIB
ISOLDE
CIRCE
nTOFCapture
DESPEC
DTAS
EDI_PSA
179Ta
CARME
StellarModelling
DCF
K40
DTAS
Draft saved at 00:00:00
Fields marked with
*
are required
Entry time:
Fri May 31 14:17:13 2019
Author
*
:
Subject
*
:
<p>A new config file provided by Jose and Alvaro is loaded</p> <p>cp 20190531_Conf_JLTAT.xlsx 20190531_Conf_2.xlsx</p> <p>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.</p> <p>It remains cut.</p> <p>Short root file is attached as example</p> <p>---...---...---...---...---...---...---...---...---...---...---...---...---...---...---...---...---...---...---</p> <p>*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.</p> <p>$ root -l 201905312230_background_AIDA_in.root<br /> root [0]<br /> Attaching file 201905312230_background_AIDA_in.root as _file0...<br /> (TFile *) 0x238ac70<br /> root [1] ESumA->Draw() //empty!</p> <p>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,</p> <p>$ root -l 201905312230_background_AIDA_in.root<br /> root [0]<br /> Attaching file 201905312230_background_AIDA_in.root as _file0...<br /> (TFile *) 0x238ac70<br /> 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)); }</p> <p>root [2] ESumA->Draw() //copy of ESumA;1!</p> <p>The changes will not persist unless the file is opened with "update" mode and the changes are saved at the end.</p> <p>Alvaro.</p>
Encoding
:
HTML
ELCode
plain
Suppress Email notification
Resubmit as new entry
Attachment 1:
20190531_Conf_2.xlsx
Attachment 2:
201905312230_background_AIDA_in.root
Attachment 3:
Drop attachments here...
Draft saved at 00:00:00
ELOG V3.1.4-unknown