v2.2.20
New Classes
- New
TRestGeant4VetoAnalysisProcess
added. Adds analysis tree variables used for tagging the particles that enter a Veto system. - New
TRestRawSignalFittingProcess
added. Fits the rawdata pulses using an AGET shape signal. - New
TRestSignalChannelActivityProcess
added. - New
TRestHitsGaussAnalysisProcess
added. It retrieves gaussian fit from hits clusters. - New
TRestRealTimeDrawingProcess
added. It draws AnalysisPlot every several events during the process TRestRawSignalChannelActivityProcess
generalized.- New metadata
TRestMessagerAndReciever
added. Is sends mesages across REST proceses(UNIX process). - New tool class
TRestDetector
added. Adds a global variablegDetector
to provide alternaitves forGetParameter
- Added methods
TRestHitsEvent::GetGaussSigmaX,Y
andTRestHits::GetGaussSigmaX,Y
. - New macro
REST_MakeProcess
added TRestCoBoAsAdToSignalProcess
removed
New Features
- New REST feature. Now it is possible to detach the process when running. press
p
to call out pause menu, and then pressd
to detach - New REST feature. Now it is possible to add shell commands in rml section
addTask
- New REST feature. Now it is possible to use
in
definition in for loops - New REST feature. Now it is possible to open remote HTTP files with REST. Integrated also in
restRoot
. - New REST feature. TRestAnalysisPlot supports more plot options, like gridX/gridY, marginLeft/Top/Right/Bottom.
- New REST feature. myParameter is no longer supported. We shall use
variable
instead.
MISC
- restG4. Stepping action fixed problem with sub-event tagging.
- restG4.
PrimaryGeneratorAction
andTRestG4Metadata
new basic energy distribution type --> "LOG". - restG4.
PrimaryGeneratorAction
fixed to allow for metastable ions. - TRestRawSignal::GetRawData method added to allow accessing the original data without baseline substraction.
- TRestMetadata: refrence of GetKEYStructure/GetKEYDefinition is reduced. Metadata classes are using TiXmlElement as config section
- REST could be compiled independently with libEve and libMathMore