aszostak [Mon, 5 Jan 2009 15:44:57 +0000 (15:44 +0000)]
Finished code for global HLT trigger and the trigger menu implementation.
The HLT global trigger component now auto generates a AliHLTGlobalTrigger implementation on the fly from the trigger menu. This auto generated class performs the actual
trigger logic required.
Removed the readout list (which is a subset of a trigger domain) from the AliHLTTriggerDomain.
An AliHLTReadoutList class can now be auto generated from the trigger domain through the typecast operator.
Adding a simple TriggerConfig.C macro which is used to test the global trigger component via testGlobalTriggerComponent.C.
The AliHLTGlobalTriggerConfig class is added for use in trigger configuration macros such as TriggerConfig.C. This class makes it more user friendly to define a global HLT
trigger configuration and pass it to AliHLTGlobalTriggerComponent.
Also added AliHLTTriggerMenuSymbol and a list of symbols to AliHLTTriggerMenu so that variables can be defined, filled from input TObjects and used in global HLT trigger
expressions easily.
fca [Fri, 2 Jan 2009 23:54:05 +0000 (23:54 +0000)]
Several Changes:
- Eliminated last remnants of TGeometry. Some more may linger around in ITS, the authors will be contacted
- Most of the simulation functionality moved from AliRun to AliSimulation. Some still to be moved. More work will be needed to further reduce AliRun
functionality and move it into the runloader
belikov [Mon, 22 Dec 2008 21:18:30 +0000 (21:18 +0000)]
Removing the circular dependency between the ESD and STEER libraries by moving the actual code of the Bethe-Bloch functions back to AliExternalTrackParam.
cblume [Mon, 22 Dec 2008 14:36:44 +0000 (14:36 +0000)]
Changes by Theodor: Speed up of clusterizer, fix of five pad cluster unfolding, faster memory initialization of digits and signal arrays, making AliTRDSignalIndex sortable
ivana [Mon, 22 Dec 2008 09:57:34 +0000 (09:57 +0000)]
- Adding macro to write a new GRP/CTP/Config trigger configuration file
from the GRP/CTP/MUON.cfg trigger descriptor
- The macro is now executed in the test script if the new trigger configuration
file is not present in local CDB
(Bogdan)
abercuci [Sat, 20 Dec 2008 22:39:47 +0000 (22:39 +0000)]
first version of cluster error parameterization
- used only in the development tracklet fit
- correction for error in the drift velocity
- calibration algorithms and models for error parameterization
ssThis line, and those below, will be ignored--
M AliTRDseedV1.cxx
M qaRec/AliTRDclusterResolution.cxx
M qaRec/AliTRDclusterResolution.h
aszostak [Fri, 19 Dec 2008 18:21:47 +0000 (18:21 +0000)]
Adding the trigger menu for the HLT global trigger.
Adding abstract base class for the global trigger implementation.
Modified AliHLTGlobalTriggerComponent to auto generate a global trigger implementation class during initialisation.
gconesab [Fri, 19 Dec 2008 15:32:57 +0000 (15:32 +0000)]
ana.C: Included possibility to read MC data directly from galice.root
AliAnalysisTaskParticleCorrelation.cxx: During initialization add generators particles missing in PDG
AliCaloTrackMCReader.cxx: Remove skip of particles with pdg not in Database
AliCaloPID.cxx,.h: CheckOrigin depends on MC generator, HERWIG added. Electrons where given a photon identification, corrected
AliAnaScale.cxx: Scale only keys which are histograms, begin with "TH"
richterm [Fri, 19 Dec 2008 15:13:21 +0000 (15:13 +0000)]
adding check for required TRD functionality after r30461; cleaning up library checks and adding temporary workaround for libESD - libSTEER circular dependency
richterm [Thu, 18 Dec 2008 15:25:03 +0000 (15:25 +0000)]
update of TRD HLT (Konstantin)
(1) Introduced option to pass clusters and tracks using low-level HLT interface.
For that interface classes was created (AliHLTTRDTrack,
AliHLTTRDTracklet, AliHLTTRDCluster)
(2) Components are now registered using AliHLTTRDAgent
(3) Other minor changes
abercuci [Wed, 17 Dec 2008 19:39:43 +0000 (19:39 +0000)]
update train
- extend functionality for using XML collections from AliEn;
- separate QA from calibration tasks. Only QA tasks are run by default;
- modify interface for the fuction GetRefFigure (returns Bool_t);
- simplify interface for makeResults.C macro (identical to run.C). Also enable running
multiple tasks in the same call.
masera [Wed, 17 Dec 2008 18:07:17 +0000 (18:07 +0000)]
New method GetDetTaskOffset for DataMaker classes. New methods SetDetTaskOffset and SetSXDTaskOffset in AliITSQAChecker. Changed index value in AliITSSDDChecker (Melinda)
masera [Wed, 17 Dec 2008 16:49:03 +0000 (16:49 +0000)]
- Introduce fixed step size for material retrieval from TGeo, default is 1mm,
but settable from AliITSRecoParam
- Use always the field map to get Bz for track propagation
ivana [Wed, 17 Dec 2008 13:52:41 +0000 (13:52 +0000)]
Update of test script:
- Add the option -g to give the seed through the command line
- Add the option -t to change the temporary directory from /tmp to $WORDIR/tmp
(Christophe)
shahoian [Tue, 16 Dec 2008 15:42:04 +0000 (15:42 +0000)]
Overloaded virtual void AliMagXXX:Field(float*,float*) with
virtual void Field(double*,double*) version.
Some auxiliary functions with (float*) arguments are converted
to templates.