v2.2.15
REST Framework
-
TRestAnalysisPlot
. Added a new field in<plot
to be able to shift the annotation. New field name is :xOffset
andyOffset
in the units of the corresponding histogram drawing. -
TRestAnalysisPlot
. Added aplot.timeDisplay
option. -
TRestAnalsisPlot
. Added special keywords <> , <> , <> , <> , <> , that can be used in the panel. -
TRestAnalysisPlot
. If the extension of thefCanvasSave
is a ROOT file then histograms will also be saved. -
TRestTools
. Added a new methodPrintTable
that prints out the contents of astd::vector <std::vector <Double_t>>
. -
TRestG4Hits
. Added momentum and kinetic energy to hits accessible viaGetKineticEnergy
andGetMomentumDirection
. -
restManager
. Enabled batch mode. This mode disables all the graphical output. One can enable this by--batch
option. -
TRestDataBase
. Implemented remote file uploading within methodupdate_metadatafile
. This method replaces the old one which works only for gas file uploading. Now there shall be no explicit gas server address inside the code. -
Added new metadata class
TRestGainMap
which stores channel and module gains for calibration. -
Added new process
TRestSingleChannelAnalysisProcess
to create/apply gain map for each readout channel. -
TRestEventProcess
. Removed methodGetReadoutMetadata()
,GetGeant4Metadata()
, etc., replaced byGetMetadata<TRestReadout>()
, etc. One does not need to force convertTRestMetadata
pointer to specific metadata class. -
Added new process
TRestPositionMappingProcess
to create/apply position-dependent energy map for event-level correction. -
Added a validation pipeline for TREX-DM detector data at
/macros/pipeline/trex/
.