- Aug 04, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
L1QA: added tracking QA base class and Sts class (experimental), added station index getters to the tracking detector interface classes
-
- Aug 01, 2022
-
-
- Jul 27, 2022
-
-
Felix Weiglhofer authored
-
- Jul 26, 2022
-
-
Pierre-Alain Loizeau authored
-
- Jul 25, 2022
-
-
Pierre-Alain Loizeau authored
-
- Jul 22, 2022
-
-
-
Pierre-Alain Loizeau authored
- Prevent FairrootManager from touching the source object trhogh its pointer after the run is over - Explicitely delete the dynamically allocated Run and Source objects in the macro (give up share ownership of config objects) - Give up ownership of the config objects, which triggers their destruction before reaching end of the macro (last owner of shared pointer) Problem was that the FairrootManager was never going out of scope and was not calling the Source destructor. So all shared pointers and the source objects were destroyed only when going out of scope in the ROOT session, at which time ROOT already deleted some TF1's, THx's and Canvases without asking anybody (global Lists). The source and config destructors were then calling destructors for their members and member's members, where we tried to cleanup the memory we assigned but which ROOT already deleted.
-
- Jul 20, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Change HWM for Sink process input to 1 as this applies to each link to an Evt builder individually and not to the sum of all as expected (solves huge bufferings) - Do not re-order the TS in the Sink by default (leads to buffering if one branch is really slow) - Add option for DigiEvent I/O between builders and Sink - Reduce HWM at input and output of Unpackes and Event builders to 1 - Add bash and sbatch scripts for testing replay of a run on the mFLES cluster (single source node + single processing node) - Add information about online MQ problems in Gold run and these fixes
-
Pierre-Alain Loizeau authored
-
- Jul 18, 2022
-
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Includes fix to licence headers in reco, ana and plotting macros from NH version 1. Name collision with pl_eff_XY.C ```macro/beamtime/pl_Eff_XY.C <= renamed to pl_Eff_XY_1.C by FLorian one year ago``` 2. Beamtime folder ``` macro/beamtime/kine.C <= New file + HEADER macro/beamtime/pl_cmp_2D.C <= New file + HEADER macro/beamtime/shift_hst.C <= New file + HEADER ``` 3. mCBM 2021 folder ``` macro/beamtime/mcbm2021/MonitorTof.C <= + HEADER macro/beamtime/mcbm2021/ana_trks_eval.C <= -doxygen in HEADER macro/beamtime/mcbm2021/ini_AnaTestbeam.C <= New file -doxygen HEADER + HEADER macro/beamtime/mcbm2021/ini_Clusterizer.C <= New file + HEADER macro/beamtime/mcbm2021/pl_all_2D.C <= -doxygen HEADER + HEADER macro/beamtime/mcbm2021/pl_all_CluRateRatio.C <= New file -doxygen HEADER + HEADER macro/beamtime/mcbm2021/pl_all_Sel2D.C <= -doxygen HEADER + HEADER ```
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- CheckTiming macro for comparison of events VS acc signals - Update defaults for nickel runs + lustre in SIS18 timing events macros
-
Pierre-Alain Loizeau authored
-
-
-
Pierre-Alain Loizeau authored
- add auto-selection of nickel 2022 setup base on run ID (needed for proper TRD2D parameter file) - Fix automatic setup choice from runId in unpack macros (was always broken) - set Nickel offset values to NH ones
-
-
-
-
Pierre-Alain Loizeau authored
- Add TOF parameter files for Nickel runs (for now identical to iron and uranium ones) - Add flag to switch between TOF parameter files including or not BMon (for now only for Fe and Ni runs) - Same flag disables the BMon unpacker if true - Add MUCH parameter files for Ni runs due to remapping of electronics (for now copy of Ni ones) - Add switching between these files depending on run ID
-
Pierre-Alain Loizeau authored
- Fix comp order in param file to avoid needing a channel remapping 16ch Diam - Set spill thr for corresponding runs in BMon unp macros (monitors)
-
Includes follow-up patches (squashed): - rename inner variables, fix backward compatibility, in run unpack macros - fix FASP mapping in run unpack macros
-
Pierre-Alain Loizeau authored
-
-
-
-
- Jul 14, 2022
- Jun 29, 2022
-
-
* RICH QA code updates * Updates of run macros and scripts * Remove obsolete macro from rich macro directories * Updates in RICH event display
-
- Jun 17, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
reconstruction macros global updates (bugfix): CbmL1 and CbmKF (as a FairRoot task) now need the interfaces to the tracking detectors. The interfaces are initialized in an additional task - CbmTrackingDetectorInterfaceInit, which should be added before. Please, refer to '$VMCWORKDIR/macro/run/run_reco.C' as an example
-