]>
git.uio.no Git - u/mrichter/AliRoot.git/log
acolla [Thu, 27 Sep 2007 16:53:13 +0000 (16:53 +0000)]
Detectors can have more than one AMANDA server. SHUTTLE queries the servers sequentially,
merges the dcs aliases/DPs in one TMap and sends it to the preprocessor.
szostak [Thu, 27 Sep 2007 16:34:36 +0000 (16:34 +0000)]
Fixing segfault in example components. Bug #29877.
cblume [Thu, 27 Sep 2007 16:32:40 +0000 (16:32 +0000)]
Fix bug in creation of matrix arrays and rename functions and arrays
panos [Thu, 27 Sep 2007 16:13:45 +0000 (16:13 +0000)]
A small fix to cope with the bug of the default TChain constructor
ivana [Thu, 27 Sep 2007 16:03:30 +0000 (16:03 +0000)]
- Added new option (AliMUONVTrackReconstructor::fgkComplementTracks) to add
potentially missing clusters to the reconstructed tracks.
(This can happen when muons hit 2 detection elements within the same chamber,
because they overlap).
- Modified the option ImproveTracks() to remove bad tracks.
- Added timer info to monitor the tracking algorithm.
(Philippe P.)
mploskon [Thu, 27 Sep 2007 15:51:59 +0000 (15:51 +0000)]
autodict variable reset
mploskon [Thu, 27 Sep 2007 15:27:57 +0000 (15:27 +0000)]
AliTRDtrackerHLT removed as obsolete. All tracking done with offline code. New AliHLTTRDEsdWriterComponent.
nick [Thu, 27 Sep 2007 14:35:09 +0000 (14:35 +0000)]
26-sep-2007 NvE AliTrack extended with GetNsignals for a specific signal class.
Also AliJet extended with GetNtracks for a specified track name.
27-sep-2007 NvE New memberfunction RemoveDevice() introduced in AliEvent.
AliAstrolab derived from TTask, to provide a base class for TTask
based processors.
New class AliEventSelector introduced.
27-sep-2007 NvE Check for event selection/rejection flag introduced in IceCalibrate.cxx,
IceChi2.cxx, IceCleanHits.cxx, IceDwalk.cxx, IceDwalkx.cxx, IceLinefit.cxx,
IceMakeHits.cxx, IcePandel.cxx and IceXtalk.cxx.
27-sep-2007 NvE Check for event selection flag introduced in IceF2k.cxx and IceRawTWR.cxx
to provide selected event output.
szostak [Thu, 27 Sep 2007 14:32:10 +0000 (14:32 +0000)]
Modifying logging output of components.
Also added a optional flag to the Manso Tracker component to optionally send warnings if unexpected data block types are received rather than always
logging an error.
masera [Thu, 27 Sep 2007 13:55:31 +0000 (13:55 +0000)]
Reset method added in AliBin in order to avoid multiple delete/new calls (F. Prino)
masera [Thu, 27 Sep 2007 13:54:02 +0000 (13:54 +0000)]
charge matching patched (F.Prino)
cvetan [Thu, 27 Sep 2007 12:35:09 +0000 (12:35 +0000)]
Missing declarations related to the PMD DA code. Corrected destructors of the calibration objects
hristov [Thu, 27 Sep 2007 12:10:01 +0000 (12:10 +0000)]
Fix to avoid memory resident tree in the vertexer (Marco)
cvetan [Thu, 27 Sep 2007 11:26:58 +0000 (11:26 +0000)]
Possiblity to store the space-points with the covariance matrix obtained during the tracking (Andrea)
richterm [Thu, 27 Sep 2007 09:45:53 +0000 (09:45 +0000)]
minor code cleanup
hristov [Thu, 27 Sep 2007 09:44:48 +0000 (09:44 +0000)]
New treatment of the cluster coordinate (Christoph)
mvl [Thu, 27 Sep 2007 08:36:46 +0000 (08:36 +0000)]
More robust setting of fit range in FitRawSignal (P. Hristov)
morsch [Thu, 27 Sep 2007 08:16:11 +0000 (08:16 +0000)]
Sign error for dphi move of jet axis close to phi = 0 corrected.
hristov [Thu, 27 Sep 2007 07:59:59 +0000 (07:59 +0000)]
libMLP needed by TRD
bnandi [Thu, 27 Sep 2007 07:42:21 +0000 (07:42 +0000)]
online gain calibration added
bnandi [Thu, 27 Sep 2007 07:41:40 +0000 (07:41 +0000)]
tree is written
bnandi [Thu, 27 Sep 2007 07:40:52 +0000 (07:40 +0000)]
online gain calibration class
acolla [Thu, 27 Sep 2007 07:08:08 +0000 (07:08 +0000)]
Implementation of local caching in the CDB access framework
exploiting the TFile caching functionality.
Local caching is activated in the AliCDBStorage initialisation. It is sufficent
to specify a local cache folder in the AliEn storage URI, e.g.:
AliCDBManager::Instance()->SetDefaultStorage("alien://dbFolder=/alice/simulation/OCDB?cacheFolder=/tmp/LocalCache");
If cache folder is specified AliCDBGrid opens the remote file with the option
"CACHEREAD".
In aliSimulation and AliReconstruction the activation of the "RemoteStorage" is
now obsolete and has been commented out.
richterm [Wed, 26 Sep 2007 22:00:30 +0000 (22:00 +0000)]
bugfix: do not increment event counter in case of event processing failure
richterm [Wed, 26 Sep 2007 21:59:15 +0000 (21:59 +0000)]
coding conventions, compilation warnings, code cleanup
richterm [Wed, 26 Sep 2007 21:58:54 +0000 (21:58 +0000)]
scanning of options migrated from AliHLTReconstructor to AliHLTSystem; chain configuration via macros added;
hristov [Wed, 26 Sep 2007 20:34:17 +0000 (20:34 +0000)]
Updated version (Bogdan)
cvetan [Wed, 26 Sep 2007 14:22:18 +0000 (14:22 +0000)]
Important changes to the reconstructor classes. Complete elimination of the run-loaders, which are now steered only from AliReconstruction. Removal of the corresponding Reconstruct() and FillESD() methods.
cblume [Wed, 26 Sep 2007 14:01:56 +0000 (14:01 +0000)]
First implementation of neural network PID
coppedis [Wed, 26 Sep 2007 13:50:09 +0000 (13:50 +0000)]
Coding convention + var inizialization corrected
policheh [Wed, 26 Sep 2007 13:46:20 +0000 (13:46 +0000)]
Histograms binning and limits are set in new constructor.
masera [Wed, 26 Sep 2007 13:18:14 +0000 (13:18 +0000)]
New methods for retrieving QA histograms + coding conventions (F.Prino)
hristov [Wed, 26 Sep 2007 12:07:55 +0000 (12:07 +0000)]
Revertin some changes committed by mistake to the CVS HEAD
schutz [Wed, 26 Sep 2007 11:08:03 +0000 (11:08 +0000)]
New classes
schutz [Wed, 26 Sep 2007 11:07:19 +0000 (11:07 +0000)]
Update classes for the new analysis framwork
schutz [Wed, 26 Sep 2007 11:06:31 +0000 (11:06 +0000)]
Obsolete classes with the new analysis framwork
hristov [Wed, 26 Sep 2007 10:44:27 +0000 (10:44 +0000)]
Typo in Reset()
morsch [Wed, 26 Sep 2007 10:38:19 +0000 (10:38 +0000)]
For Heavy Flavor off: switching of QQbar splittings is responsibility of
decayer.
morsch [Wed, 26 Sep 2007 09:35:06 +0000 (09:35 +0000)]
Memory leak corrected.
morsch [Wed, 26 Sep 2007 09:18:10 +0000 (09:18 +0000)]
Changes needed because of change of AliESDCaloCluster format.
mploskon [Wed, 26 Sep 2007 08:48:31 +0000 (08:48 +0000)]
Obsolete files removed.
No V1/V2 anymore. Versions updated and merged in offline as well.
szostak [Wed, 26 Sep 2007 07:43:43 +0000 (07:43 +0000)]
Temporary hack to prevent error messages during pathological cases with particular types of DDL input data.
morsch [Wed, 26 Sep 2007 07:30:40 +0000 (07:30 +0000)]
Memory leaks corrected (Ch. Klein-Boesing)
morsch [Wed, 26 Sep 2007 07:28:07 +0000 (07:28 +0000)]
"Ali"-dependence in Notify removed from AliAnalysisManager.
szostak [Wed, 26 Sep 2007 05:40:35 +0000 (05:40 +0000)]
Fixing logging option. It was not working properly.
szostak [Tue, 25 Sep 2007 18:14:53 +0000 (18:14 +0000)]
Adding fixes and updates for memory handling. Also several extra debug messages added. (Indra).
szostak [Tue, 25 Sep 2007 18:13:07 +0000 (18:13 +0000)]
Adding a macro to run the dHLT chain. This can be used as an example until AliHLTReconstructor is ready.
masera [Tue, 25 Sep 2007 16:42:36 +0000 (16:42 +0000)]
Bug fix and reduced memory consumption (F.Prino)
morsch [Tue, 25 Sep 2007 16:13:23 +0000 (16:13 +0000)]
Response of the 4 towers for the 2 neutron calorimeters since,
in Pb-Pb we will provide event by event the centroid of the neutron
impact point over the calorimeters. This quantity can be used
to determine the reaction plane and therefore for flow analysis.
(Chiara Oppedisano)
marian [Tue, 25 Sep 2007 16:00:02 +0000 (16:00 +0000)]
The test function static (A.Kalweit)
marian [Tue, 25 Sep 2007 15:35:14 +0000 (15:35 +0000)]
Huber estimator used for robust fitting (A.Kalweit)
cblume [Tue, 25 Sep 2007 15:22:55 +0000 (15:22 +0000)]
Small modification by Mateusz
cblume [Tue, 25 Sep 2007 15:16:17 +0000 (15:16 +0000)]
Remove old clusterizers
szostak [Tue, 25 Sep 2007 14:38:36 +0000 (14:38 +0000)]
Changing component naming to follow the rest of HLT.
mploskon [Tue, 25 Sep 2007 14:09:29 +0000 (14:09 +0000)]
Update and cleanup triggered by the offline developments.
Removal of obsolete files.
cholm [Tue, 25 Sep 2007 13:00:57 +0000 (13:00 +0000)]
Minor script fixes
dsilverm [Tue, 25 Sep 2007 12:43:40 +0000 (12:43 +0000)]
silvermy@ornl.gov : reverting to version 1.2
mploskon [Tue, 25 Sep 2007 09:43:23 +0000 (09:43 +0000)]
Crash protection ::Freq when n of elements ZERO - this should also trigger changes in the offline code
szostak [Tue, 25 Sep 2007 09:29:37 +0000 (09:29 +0000)]
Bug fix: The component was not behaving correctly when processing empty DDL data and caused system errors.
Also:
1) Added a optional flag for logging warnings if we receive an unexpected data block type.
2) Removing unecessary memory copy and temporary buffer.
szostak [Tue, 25 Sep 2007 09:22:30 +0000 (09:22 +0000)]
Adding optional flag to choose if we should log a warning if we get an unexpected data block type.
szostak [Tue, 25 Sep 2007 09:21:34 +0000 (09:21 +0000)]
Fixing check for buffer overflow.
ivana [Tue, 25 Sep 2007 09:17:10 +0000 (09:17 +0000)]
Adding CVS Id
ivana [Tue, 25 Sep 2007 09:16:56 +0000 (09:16 +0000)]
Corrected compiler warning (unused variable)
ivana [Tue, 25 Sep 2007 09:16:43 +0000 (09:16 +0000)]
Moving AliMUONTriggerCircuit from trigger to base library,
as it depends on constants defined here
cholm [Tue, 25 Sep 2007 08:47:22 +0000 (08:47 +0000)]
Fixes
cholm [Tue, 25 Sep 2007 08:44:03 +0000 (08:44 +0000)]
Some changes to AliFMDInput and scripts
szostak [Mon, 24 Sep 2007 18:20:30 +0000 (18:20 +0000)]
Fixing compilation problem in debug build.
mtadel [Mon, 24 Sep 2007 16:45:40 +0000 (16:45 +0000)]
Record changes.
mtadel [Mon, 24 Sep 2007 16:45:39 +0000 (16:45 +0000)]
From Bogdan: modifications for the new structure of the data in
the MUON code.
abercuci [Mon, 24 Sep 2007 15:28:32 +0000 (15:28 +0000)]
IO test for Interpolator
abercuci [Mon, 24 Sep 2007 15:27:42 +0000 (15:27 +0000)]
IO factorization for Interpolator
morsch [Mon, 24 Sep 2007 14:27:55 +0000 (14:27 +0000)]
Truncation of kt-kick at 4 sigma instead of fixed value.
kowal2 [Mon, 24 Sep 2007 12:48:10 +0000 (12:48 +0000)]
Corrected geometry w.r.t. the z-length.
pcrochet [Mon, 24 Sep 2007 12:20:13 +0000 (12:20 +0000)]
restore PtCal method, thanks to Christian & Philippe P. (Philippe C.)
marian [Mon, 24 Sep 2007 12:02:31 +0000 (12:02 +0000)]
The corrected shift in the z (Marek)
Ideal geometry transformation and the Zlength for AlITPCParam gives
the same numbers.
richterm [Mon, 24 Sep 2007 10:11:37 +0000 (10:11 +0000)]
bugfix: endless loop, skip timebin exceeding range and proceed with next one
richterm [Mon, 24 Sep 2007 10:10:24 +0000 (10:10 +0000)]
bugfix: calculate correct time bin width after setting of time bin range
richterm [Mon, 24 Sep 2007 10:08:05 +0000 (10:08 +0000)]
bugfix: memory cleanup after each event; patch and slice no mandatory
richterm [Mon, 24 Sep 2007 10:04:48 +0000 (10:04 +0000)]
enhanced functionality (sub dirs, file name format specifiers)
richterm [Mon, 24 Sep 2007 09:32:30 +0000 (09:32 +0000)]
minor modification (proper C++ type cast)
richterm [Mon, 24 Sep 2007 09:31:44 +0000 (09:31 +0000)]
confusing log messages cleaned up
richterm [Mon, 24 Sep 2007 09:29:52 +0000 (09:29 +0000)]
bugfix: invalid index due to conditional statement
cblume [Mon, 24 Sep 2007 08:39:39 +0000 (08:39 +0000)]
Add a protection for incomplete geometry
szostak [Mon, 24 Sep 2007 07:27:47 +0000 (07:27 +0000)]
Fixing compilation problems and removing warnings. :
cholm [Sun, 23 Sep 2007 15:24:19 +0000 (15:24 +0000)]
Added test script of Bessel functions
szostak [Sun, 23 Sep 2007 13:40:05 +0000 (13:40 +0000)]
Applying quick hack to have hit reconstructor component generate correct data format. Waiting for proper fix from Indra.
szostak [Sun, 23 Sep 2007 12:14:37 +0000 (12:14 +0000)]
Fixing bug when choosing -h | -help flag.
szostak [Sun, 23 Sep 2007 12:06:00 +0000 (12:06 +0000)]
Getting rid of outdated lookup tables. These can now be generated as needed from AliRoot MUON mappings with HLT/MUON/macros/CreateXXX.C macros.
szostak [Sun, 23 Sep 2007 12:03:16 +0000 (12:03 +0000)]
Completed code to dump internal debugging data blocks for dHLT. (Seforo)
szostak [Sun, 23 Sep 2007 11:44:40 +0000 (11:44 +0000)]
Adding macros for generation lookup tables and mapping files for the hit and trigger reconstructor components. (Indra)
dsilverm [Sat, 22 Sep 2007 18:40:10 +0000 (18:40 +0000)]
silvermy@ornl.gov : lesson learned from testbeam - bottom connector is reversed..
szostak [Sat, 22 Sep 2007 16:56:02 +0000 (16:56 +0000)]
Adding fixes required for the component to generate output data in the correct format. Unfortunately these are quick hacks at the moment.
szostak [Fri, 21 Sep 2007 18:33:22 +0000 (18:33 +0000)]
The trigger reconstructor component now generates the correct data format.
Also cleaned up the code, removed some unecessary memory copies and fixed some potencial bugs.
Artur Szostak
szostak [Fri, 21 Sep 2007 17:31:08 +0000 (17:31 +0000)]
Fixing data structure layout. Needed extra fDetElemId fields for debugging.
abercuci [Fri, 21 Sep 2007 16:11:35 +0000 (16:11 +0000)]
update for IO
belikov [Fri, 21 Sep 2007 15:16:41 +0000 (15:16 +0000)]
Possibility to select tracks on the basis of their angle w.r.t ITS modules (A. Dainese)
ivana [Fri, 21 Sep 2007 15:13:48 +0000 (15:13 +0000)]
Fill the DDL numbers for trigger detection element object
(Christian)
abercuci [Fri, 21 Sep 2007 15:06:13 +0000 (15:06 +0000)]
kNN algorithm improved. IO Defined
marian [Fri, 21 Sep 2007 13:39:17 +0000 (13:39 +0000)]
Fixed problem with z length mismatch (Marian, Marek)
cvetan [Fri, 21 Sep 2007 13:38:25 +0000 (13:38 +0000)]
New class for calibration of laser data (Alla)