timms [Wed, 7 Sep 2005 13:37:22 +0000 (13:37 +0000)]
Added data members to the track segment data structure to make
it similarly sized and layouted as the one from the "normal"
(one directory up) HLT TPC component library.
timms [Wed, 7 Sep 2005 12:34:19 +0000 (12:34 +0000)]
Added a Makefile with rules for component libraries conforming to the
new PubSub/AliRoot interface.
timms [Wed, 7 Sep 2005 12:32:23 +0000 (12:32 +0000)]
Added files for the reference version based on an old version of Anders'
code, prior to its commit to CVS. This version is intended just as a
reference for the component library version based on the code from the CVS
one direcrory level up. This is because the tracker in this version finds
approx. double as many tracks as the one in the CVS based version.
timms [Wed, 7 Sep 2005 12:16:50 +0000 (12:16 +0000)]
Removed the left over reference to AliRawReaderMemory in the link def
header file.
timms [Wed, 7 Sep 2005 11:39:43 +0000 (11:39 +0000)]
Imported files from the existing L3 code directories (../src, ../comp,
../kalman, ...)into this module. All files that are required to run the
unpacker, cluster finder, vertex finder, slice (was sector) tracker,
and global merger components have been included. Code needed for the
houh transformation has been explicitly excluded.
Renamed all instances of AliL3 and AliLevel3 to AliHLTTPC in the process.
ivana [Wed, 7 Sep 2005 09:07:48 +0000 (09:07 +0000)]
From Artur:
- Fix to get the interface to read LocalTrigger objects correctly.
- Fix for assigning the fMuonLoader variable correctly.
- Added two features:
1) Only delete the fRunLoader object if it was created by
AliMUONDataInterface.
2) Added a method to explicitly fetch the current run loader and use it
instead of creating a new one.
richterm [Wed, 7 Sep 2005 07:32:45 +0000 (07:32 +0000)]
added dummies for missing function implementations in AliHLTConfiguration and AliHLTSysytem
timms [Wed, 7 Sep 2005 07:03:15 +0000 (07:03 +0000)]
Added the DataType2Text function to convert a datatype structure into
a string representation.
Moved the MakeOutputDataBlockList out of the environment structure
so that the vector class will not be needed inside 'extern "C"'
sections.
hristov [Tue, 6 Sep 2005 12:37:40 +0000 (12:37 +0000)]
Loading of EMCAL libs
hristov [Tue, 6 Sep 2005 12:37:10 +0000 (12:37 +0000)]
Rearranging EMCLA libraries to avoid circular dependences
hristov [Mon, 5 Sep 2005 18:48:22 +0000 (18:48 +0000)]
libEMCALbase, libEMCALsim, and libEMCALrec instead of libEMCAL (A.Pavlinov)
kharlov [Mon, 5 Sep 2005 09:34:14 +0000 (09:34 +0000)]
Swap row and columns in Calibrate()
kharlov [Fri, 2 Sep 2005 15:43:13 +0000 (15:43 +0000)]
Add comments in GetCalibrationParameters and Calibrate
kharlov [Fri, 2 Sep 2005 15:25:40 +0000 (15:25 +0000)]
ReadCC is added
kharlov [Fri, 2 Sep 2005 14:49:09 +0000 (14:49 +0000)]
Decalibrate simulated data
kharlov [Fri, 2 Sep 2005 14:32:07 +0000 (14:32 +0000)]
Calibration of raw data
kharlov [Fri, 2 Sep 2005 06:08:48 +0000 (06:08 +0000)]
Compiler warnings fixed. FitRaw after loop removed
morsch [Thu, 1 Sep 2005 15:09:27 +0000 (15:09 +0000)]
Updates needed for FLUKA2005.6
morsch [Thu, 1 Sep 2005 15:03:58 +0000 (15:03 +0000)]
Updates needed for FLUKA2005.6
morsch [Thu, 1 Sep 2005 14:52:17 +0000 (14:52 +0000)]
Updates needed for FLUKA2005.6
morsch [Thu, 1 Sep 2005 14:43:05 +0000 (14:43 +0000)]
Updates needed for FLUKA2005.6
morsch [Thu, 1 Sep 2005 13:50:27 +0000 (13:50 +0000)]
Common block updates needed for fluka2005.6
morsch [Thu, 1 Sep 2005 13:50:01 +0000 (13:50 +0000)]
First commit common block (FLKSTK)
morsch [Thu, 1 Sep 2005 13:46:47 +0000 (13:46 +0000)]
Removed.
morsch [Thu, 1 Sep 2005 13:43:26 +0000 (13:43 +0000)]
finuc replaced by genstk
morsch [Thu, 1 Sep 2005 13:40:43 +0000 (13:40 +0000)]
episor replaced by sourcm
morsch [Thu, 1 Sep 2005 13:38:22 +0000 (13:38 +0000)]
beam replaced by beamcm
morsch [Thu, 1 Sep 2005 13:34:33 +0000 (13:34 +0000)]
stars replaced by sumcou common.
ivana [Tue, 30 Aug 2005 12:50:32 +0000 (12:50 +0000)]
Updated with modifications in St1V2 builder
ivana [Tue, 30 Aug 2005 12:40:36 +0000 (12:40 +0000)]
Removed unused class (replaced with AliMUONGeometryStore)
(Ivana)
ivana [Tue, 30 Aug 2005 12:40:05 +0000 (12:40 +0000)]
Removed unused class (replaced with AliMUONGeometryModule)
(Ivana)
ivana [Tue, 30 Aug 2005 12:30:13 +0000 (12:30 +0000)]
Added the sector offset in zones.dat files and
updated AliMpReader and AliMpSector classes to it.
ivana [Tue, 30 Aug 2005 12:27:19 +0000 (12:27 +0000)]
- Corrected placement of the pad planes
(detection element frames now represented by virtual envelopes
instead of SQMn volumes)
- Correction of overlaps
kharlov [Mon, 29 Aug 2005 15:15:51 +0000 (15:15 +0000)]
Script to create calibration DB
richterm [Fri, 26 Aug 2005 08:40:50 +0000 (08:40 +0000)]
logging class extended and macros for easy log messages introduced, code changed with respect to the new macros; the logging functions are not static any more, also the configuration handler has been changed to non-static, the AliHLTSystem now creates the configuration manager
kharlov [Wed, 24 Aug 2005 15:34:49 +0000 (15:34 +0000)]
Update to current CDB framework
kharlov [Wed, 24 Aug 2005 15:33:49 +0000 (15:33 +0000)]
Calibration data for raw digits
kharlov [Wed, 24 Aug 2005 15:32:39 +0000 (15:32 +0000)]
Adding CalibData()
kharlov [Wed, 24 Aug 2005 15:31:36 +0000 (15:31 +0000)]
Setting raw digits flag
dibari [Wed, 24 Aug 2005 12:55:44 +0000 (12:55 +0000)]
function HoughFiltering no more inside code
dibari [Tue, 23 Aug 2005 15:33:19 +0000 (15:33 +0000)]
Cluster multiplicity offset (Nclus>200) to take into account bkg in PatRec
dibari [Tue, 23 Aug 2005 15:07:28 +0000 (15:07 +0000)]
Debugging improvement
hristov [Tue, 23 Aug 2005 12:43:49 +0000 (12:43 +0000)]
New version of TOF tracker which uses TOF clusters as an input (A. De Caro)
dibari [Tue, 23 Aug 2005 10:50:19 +0000 (10:50 +0000)]
Just minor changes
dibari [Tue, 23 Aug 2005 09:56:04 +0000 (09:56 +0000)]
Possibility to run standalone PatRec without run again ESD and creation of ntuples for PatRec debugging + minor changes
cblume [Mon, 22 Aug 2005 14:46:36 +0000 (14:46 +0000)]
Remove AliTRDdigits2raw.C
richterm [Mon, 22 Aug 2005 14:18:02 +0000 (14:18 +0000)]
adaption to new logging class, added functionality to AliHLTSystem to build a task list from configurations
richterm [Mon, 22 Aug 2005 14:11:35 +0000 (14:11 +0000)]
base class for logging functions and configuration scheme created
morsch [Mon, 22 Aug 2005 09:52:14 +0000 (09:52 +0000)]
Pythia Tune-A from CDF used for jet production.
hristov [Mon, 22 Aug 2005 08:28:18 +0000 (08:28 +0000)]
Additional protection in CreateTag (P.Christakoglou)
hristov [Fri, 19 Aug 2005 08:20:17 +0000 (08:20 +0000)]
Initialization of the conversion constant in AliExternalTrackParam (C.Cheshkov)
schutz [Thu, 18 Aug 2005 15:07:59 +0000 (15:07 +0000)]
correction for files in subdir
hristov [Thu, 18 Aug 2005 12:16:08 +0000 (12:16 +0000)]
Macro to calibrate L1 time delay in the TPC(C.Cheshkov)
hristov [Thu, 18 Aug 2005 12:14:42 +0000 (12:14 +0000)]
Fix to take into account the non-uniform magnetic field
hristov [Wed, 17 Aug 2005 13:31:53 +0000 (13:31 +0000)]
Balance function analysis (P.Christakoglou)
hristov [Wed, 17 Aug 2005 13:31:26 +0000 (13:31 +0000)]
Updated version of tag classes (P.Christakoglou)
schutz [Wed, 17 Aug 2005 09:45:37 +0000 (09:45 +0000)]
addin Read ESD macro
hristov [Tue, 16 Aug 2005 14:47:09 +0000 (14:47 +0000)]
Additional protection
hristov [Tue, 16 Aug 2005 08:06:27 +0000 (08:06 +0000)]
Additional protection
hristov [Mon, 15 Aug 2005 09:20:51 +0000 (09:20 +0000)]
Initialization of data members (fMass,fLocalConvConst). Additional protection in CorrectForMaterial
nick [Fri, 12 Aug 2005 18:19:28 +0000 (18:19 +0000)]
12-aug-2005 NvE IceXtalk also included in ICEHeaders.h and ICELinkDef.h
nick [Fri, 12 Aug 2005 13:42:52 +0000 (13:42 +0000)]
12-aug-2005 NvE TTask derived class IceXtalk introduced for cross talk correction.
timms [Fri, 12 Aug 2005 12:54:28 +0000 (12:54 +0000)]
Removed the table directory component parameter for the TPC
raw data unpacker component. (Uses $ALCIE_ROOT as a base dir
in current versions of the AliRoot RAW package)
cvetan [Fri, 12 Aug 2005 11:26:53 +0000 (11:26 +0000)]
New class for reading raw data from memory
timms [Fri, 12 Aug 2005 11:20:47 +0000 (11:20 +0000)]
Added a dummy component into the sample library.
Several changes to the BASE module found to be necessary during the
implementation of the dummy component and the TPC components.
Ported existing Pub/Sub TPC components from the framework into the
new system.
hristov [Fri, 12 Aug 2005 11:15:27 +0000 (11:15 +0000)]
FMD1 position at 320 (see FMD TDR table 4.1)
nick [Thu, 11 Aug 2005 12:53:58 +0000 (12:53 +0000)]
10-aug-2005 NvE AliSignal::GetSignal extended with mode=8 to support dead flag of parent device
in conjunction with the dead flag of the signal itself.
05-aug-2005 NvE Support for printfreq=0 introduced in IceF2k to allow suppression of
the event summary printout.
08-aug-2005 NvE (De)calibration functions introduced in IceF2k::FillOMdbase and IceF2k::PutHits
to enable access to either automatically calibrated or de-calibrated data.
11-aug-2005 NvE New class IceCal2Root introduced to convert Amacalib ascii data into
Ralice/IcePack structures.
cblume [Thu, 11 Aug 2005 10:18:03 +0000 (10:18 +0000)]
Fix typo in GetColEnd()
hristov [Mon, 8 Aug 2005 12:25:36 +0000 (12:25 +0000)]
Raw data reconstruction (B.Vulpescu)
hristov [Mon, 8 Aug 2005 11:26:33 +0000 (11:26 +0000)]
Raw data reconstruction (K.Shileev)
nick [Mon, 8 Aug 2005 10:50:38 +0000 (10:50 +0000)]
05-aug-2005 NvE Typos fixed in AliAttrib::GetCalFunction and AliAttrib::GetDecalFunction which
erroneously always returned a null pointer.
05-aug-2005 NvE Support for printfreq=0 introduced in IceF2k to allow suppression of
the event summary printout.
08-aug-2005 NvE (De)calibration functions introduced in IceF2k::FillOMdbase and IceF2k::PutHits
to enable access to either automatically calibrated or de-calibrated data.
hristov [Fri, 5 Aug 2005 15:37:32 +0000 (15:37 +0000)]
Restoring EMCAL digitization and reconstruction
hristov [Fri, 5 Aug 2005 15:36:09 +0000 (15:36 +0000)]
Debug printout commented out
nick [Fri, 5 Aug 2005 07:53:09 +0000 (07:53 +0000)]
02-aug-2005 NvE Support for explicit (de)calibration functions introduced in AliAttrib.
03-aug-2005 NvE AliSignal::GetSignal has been extended to support various (de)calibration facilities.
Printout is now also provided in AliSignal::List when only calibration data exist
for AliDevice (or derived) objects.
martinez [Wed, 3 Aug 2005 11:02:36 +0000 (11:02 +0000)]
Setting Z positions of the tracking chamber to values given in Alain TOURNAIRE note edms id 335328 and Right numbering in St2 version 2 (Christian)
martinez [Wed, 3 Aug 2005 10:57:53 +0000 (10:57 +0000)]
- Setting Z positions of the tracking chamber to values given in Alain TOURNAIRE note edms id 335328
- Right numbering in St2 version 2
(Christian)
martinez [Wed, 3 Aug 2005 07:35:01 +0000 (07:35 +0000)]
Some algorithm improvements (Sacha)
hristov [Wed, 3 Aug 2005 06:53:17 +0000 (06:53 +0000)]
Adding a missing slash
hristov [Tue, 2 Aug 2005 14:06:20 +0000 (14:06 +0000)]
PropagateToR and PropagateToX using the mean material budget between two points from TGeo (M.Ivanov)
hristov [Tue, 2 Aug 2005 14:03:50 +0000 (14:03 +0000)]
Implementation of PropagateTo and PropagateToDCA (M.Ivanov)
hristov [Tue, 2 Aug 2005 14:02:45 +0000 (14:02 +0000)]
Using TGeo to retrieve the mean material budget between two points (M.Ivanov)
hristov [Tue, 2 Aug 2005 13:37:26 +0000 (13:37 +0000)]
Removing extra semicolon
hristov [Tue, 2 Aug 2005 12:33:09 +0000 (12:33 +0000)]
Corrected argument
hristov [Tue, 2 Aug 2005 12:01:51 +0000 (12:01 +0000)]
Reconstruction of RAW data. Introduction of cluster finder (A. de Caro)
decaro [Tue, 2 Aug 2005 08:03:03 +0000 (08:03 +0000)]
Implemented new class to read raw data and published TOF cluster class
pavlinov [Mon, 1 Aug 2005 16:11:19 +0000 (16:11 +0000)]
"Version
hristov [Mon, 1 Aug 2005 10:09:20 +0000 (10:09 +0000)]
The raw reader has to be reset before the processing (C.Cheshkov)
richterm [Mon, 1 Aug 2005 09:34:03 +0000 (09:34 +0000)]
a sample component library
richterm [Mon, 1 Aug 2005 09:33:19 +0000 (09:33 +0000)]
started the new framework module supporting PubSub and AliRoot
richterm [Mon, 1 Aug 2005 09:23:35 +0000 (09:23 +0000)]
(ALIHLT_TOPDIR)/BASE added to include paths, (ALICE_ROOT)/RAW added to avoid compile error in misc/AliL3DDLDataFileHandler.cxx
martinez [Fri, 29 Jul 2005 13:31:47 +0000 (13:31 +0000)]
FR4 material redefined via elements (Ivana, Bruno)
hristov [Thu, 28 Jul 2005 13:18:01 +0000 (13:18 +0000)]
Generation of Lambda1520
hristov [Wed, 27 Jul 2005 17:03:21 +0000 (17:03 +0000)]
Updated comparison macros (M.Ivanov)
kharlov [Wed, 27 Jul 2005 15:08:53 +0000 (15:08 +0000)]
Mixture ArCO2 is corrected
martinez [Tue, 26 Jul 2005 18:27:43 +0000 (18:27 +0000)]
Station2 detailed geometry builder (Sanjoy, Sukalyan, Shakeel)
kharlov [Tue, 26 Jul 2005 13:32:39 +0000 (13:32 +0000)]
Restoring raw data fit from version of 29-Aug-2004
morsch [Tue, 26 Jul 2005 13:26:28 +0000 (13:26 +0000)]
Corrected recess for chambers 1 and 2.
hristov [Tue, 26 Jul 2005 08:28:56 +0000 (08:28 +0000)]
A warning transformed to debug message (Y.Schutz)
hristov [Tue, 26 Jul 2005 08:26:59 +0000 (08:26 +0000)]
Loading the event header (Y.Schutz)
hristov [Tue, 26 Jul 2005 08:17:43 +0000 (08:17 +0000)]
Incrementing ClassDefs (Y.Schutz)