panos [Mon, 4 Dec 2006 08:35:07 +0000 (08:35 +0000)]
Splitting the different PWG2 libraries
richterm [Sun, 3 Dec 2006 22:02:38 +0000 (22:02 +0000)]
added missing file acinclude.m4 from previous commit
richterm [Sun, 3 Dec 2006 21:51:29 +0000 (21:51 +0000)]
- integration of libHLTbase into AliRoot prepared
- SampleLib as stand-alone package
- library development tutorial
- TPCLog bugfix -> include C++ style header
kir [Fri, 1 Dec 2006 19:47:41 +0000 (19:47 +0000)]
after renaming
pulvir [Fri, 1 Dec 2006 18:39:26 +0000 (18:39 +0000)]
New version of event reader with TSelector-compliance
pulvir [Fri, 1 Dec 2006 18:38:42 +0000 (18:38 +0000)]
Example macro on how to use selector
pulvir [Fri, 1 Dec 2006 18:23:33 +0000 (18:23 +0000)]
Updated for compatibility with CVS AliRsnEvent
belikov [Fri, 1 Dec 2006 18:05:56 +0000 (18:05 +0000)]
Example of setting the cuts for the V0 and cascade finding.
belikov [Fri, 1 Dec 2006 17:51:45 +0000 (17:51 +0000)]
Adding a new method for the vertex reconstruction using just one track (F.Prino)
jgrosseo [Fri, 1 Dec 2006 17:24:09 +0000 (17:24 +0000)]
small fix that were forgotten in last commit
hristov [Fri, 1 Dec 2006 17:20:04 +0000 (17:20 +0000)]
Calling the V0 and cascade finders from AliReconstruction, and the possibility to set the cuts from outside (Yuri)
pcrochet [Fri, 1 Dec 2006 17:05:59 +0000 (17:05 +0000)]
fStripX11 properly initialized in LocalTrigger (Valerie)
pavlinov [Fri, 1 Dec 2006 15:55:59 +0000 (15:55 +0000)]
fixed bug in method RelPosCellInSModule for 3x3 case, fixed bug in AliEMCALDigitizer.cxx
richterm [Fri, 1 Dec 2006 15:52:26 +0000 (15:52 +0000)]
- setup scripts for running environment added
- bugfix in configure which caused the check for PubSub components
to fail on some architectures
- ComponentHandler takes ROOT dynamic library loader as fallback if
dlopen is not available
- minor changes to avoid effC++ and other warnings
- work on the Task chain processing
jgrosseo [Fri, 1 Dec 2006 15:26:52 +0000 (15:26 +0000)]
adapting dndeta analysis to new AliCorrection schema
introducing vertexreco and trigger correction on track-level
adapting the corresponding selectors
jgrosseo [Fri, 1 Dec 2006 15:24:03 +0000 (15:24 +0000)]
adding class AliCorrection that comprises a correction on the event-level and on track-level
do not attach histograms to the directory while creating them
kir [Fri, 1 Dec 2006 14:54:15 +0000 (14:54 +0000)]
HMPIDTestShuttle.C renamed as Hshuttle.C
kir [Fri, 1 Dec 2006 14:53:17 +0000 (14:53 +0000)]
HMPIDGeom.C renamed as Hgeom.C
kir [Fri, 1 Dec 2006 14:52:28 +0000 (14:52 +0000)]
HMPIDConfig.C renamed as Hconfig.C
kir [Fri, 1 Dec 2006 14:51:22 +0000 (14:51 +0000)]
HMPIDMake renamed as Hmake
kir [Fri, 1 Dec 2006 14:50:31 +0000 (14:50 +0000)]
HMPIDMenu.C renamed as Hmenu.C
kir [Fri, 1 Dec 2006 14:48:48 +0000 (14:48 +0000)]
HMPIDAlign.C removed, functionality in MakeHMPIDXXXAlignment.C
kir [Fri, 1 Dec 2006 14:45:35 +0000 (14:45 +0000)]
HMPIDAna.C removed as all functionality now in AliHMPIDSelector.C
hristov [Fri, 1 Dec 2006 14:36:17 +0000 (14:36 +0000)]
Bug fix (Yuri)
hristov [Fri, 1 Dec 2006 14:08:39 +0000 (14:08 +0000)]
Restoring the original alignment files
nick [Fri, 1 Dec 2006 13:54:41 +0000 (13:54 +0000)]
25-sep-2006 NvE AliSample extended with memberfunction GetSpread() and also
support for providing minimum and maximum values introduced.
12-oct-2006 NvE New memberfunction GetNsignals introduced in AliJet and jet
ordering w.r.t. number of signals added in AliVertex.
19-oct-2006 NvE AliJet::GetNsignals modified to prevent double counting of
multiple occurrences of the same signal.
24-oct-2006 NvE AliJet and AliVertex extended with ordering w.r.t. charge.
26-oct-2006 NvE Energy/Momentum scale indicator introduced in AliTrack and AliJet
and support for chi2 and ndf datamembers removed from AliTrack.
The latter can be achieved in a more flexible way via the fit
details facility of AliTrack.
07-nov-2006 NvE Default unit scale changed from cm to meter in AliPosition
and support introduced for user selectable unit scale
in retrieval of position coordinates, errors and distances.
08-nov-2006 NvE User selectable unit scale introduced for retrieval of
physics parameters and distances in AliTrack and AliJet.
Also the track and jet sorting memberfunctions of AliJet
and AliVertex have been updated to use this new feature.
Also AliHelix has been updated to use this new feature and the
default meter metric scale.
09-nov-2006 NvE AliCollider updated to use new standard 1 meter metric units
and generator parameters stored in a device named "AliCollider".
Also beam/target datamembers removed from AliEvent and storage
of these beam/target parameters performed via a device named "Beam".
10-nov-2006 NvE Bug fixed in AliHelix.cxx such that the original reference point
of the track itself is not modified when the user had specified
a different scale. Also GetLastPoint() used in AliHelix to obtain
the index of the last point instead of relying on the dimension
of the points array as obtained with GetN(). This increases the
accuracy of extrapolation (and drawing) resuls since no undefined
points are now used anymore.
01-dec-2006 NvE AliTimestamp::Add() updated to allow specification of large time differences
also by giving e.g. only a certain number of seconds instead of explicitly
giving the time difference in elapsed days, remaining elapsed seconds etc...
This is very convenient by time manipulations based on GPS data.
The extension has been realised by just replacing the relevant if()
statements by while() loops in determining the remaining fractional counts.
Furthermore, some modulo operations have been introduced to prevent
integer overflows.
22-sep-2006 NvE IceDwalk extended for specification of maximum number of hits per OM,
to allow comparison with Sieglinde (which only uses the first OM hit).
Also IceDwalk now introduces a device into the event named "IceDwalk"
which contains the values of all the used reconstruction parameters.
25-oct-2006 NvE Spread of Psi median included in track fit statistics of IceChi2
and IcePandel.
Processing parameters of IceCalibrate, IceXtalk, IceCleanHits, IceChi2
and IcePandel included as the corresponding devices in the event structure.
15-nov-2006 NvE Separate treatment of v_phase and v_group introduced in IceDwalk, IceChi2
and IcePandel to improve time residuals (thanks to George Japaridze).
Also IceLinefit extended for specification of maximum number of hits per OM
and automatic introduction of a device into the event named "IceLinefit"
which contains the values of all the used reconstruction parameters and
the beta value (v/c) of the reconstructed track.
16-nov-2006 NvE Class IceDwalk renamed to IceDwalkx to provide a Sieglinde-like direct
walk-II approach. The remaining class IceDwalk will provide a more
sophisticated approach with more physics driven selection criteria.
23-nov-2006 NvE Improved version of IceDwalk installed. Note that the old algorithm is
still available as IceDwalkx.
13-sep-2006 NvE IceF2k updated for multiple waveforms per OM by making use of the
new AliAttrib::AddNamedSlot facility.
Also some calibration constants dropped from OM data words in IceF2k
and IceCal2Root, since these values are also stored as parameters in
the corresponding (de)calibration functions.
Also for TWR data the values stored in the histos are (baseline-amp),
so that all pulses appear as positive instead of negative and the
resulting histos are baseline corrected.
25-oct-2006 NvE IceF2k updated to include an IceF2k device into the event structure
containing the processor parameters.
ekman [Fri, 1 Dec 2006 13:35:31 +0000 (13:35 +0000)]
added selector for TPC cluster analysis
ekman [Fri, 1 Dec 2006 13:34:29 +0000 (13:34 +0000)]
Added classes to analyse TPC data from reconstructed clusters (not on tracks) and modified the AliTPCClusterHistogram class accordingly.
kharlov [Fri, 1 Dec 2006 11:51:50 +0000 (11:51 +0000)]
Close histo file in destructor. Load libPHOSshuttle in macro.
hristov [Fri, 1 Dec 2006 11:37:17 +0000 (11:37 +0000)]
Corrected order of loading
hristov [Fri, 1 Dec 2006 08:37:53 +0000 (08:37 +0000)]
First version of the glossary (Gerhard)
hristov [Fri, 1 Dec 2006 08:19:12 +0000 (08:19 +0000)]
Adding the missing lib*.pkg files
hristov [Fri, 1 Dec 2006 08:18:35 +0000 (08:18 +0000)]
Do not ignore lib*.pkg files
hristov [Thu, 30 Nov 2006 17:45:45 +0000 (17:45 +0000)]
L3 becomes HLT
cvetan [Thu, 30 Nov 2006 16:22:13 +0000 (16:22 +0000)]
New version of SPD raw-data reconstruction. The format now correponds to the actual format coming from the readout. The raw stream class now can be used to read the real data from SPD detector (Cvetan and Henrik)
cvetan [Thu, 30 Nov 2006 16:21:15 +0000 (16:21 +0000)]
New version of SPD raw-data simulation. The format now correponds to the actual format coming from the readout
hristov [Wed, 29 Nov 2006 18:35:40 +0000 (18:35 +0000)]
Backward compatibility using typedef
hristov [Wed, 29 Nov 2006 18:20:48 +0000 (18:20 +0000)]
CRT becomes ACORDE
hristov [Wed, 29 Nov 2006 17:46:34 +0000 (17:46 +0000)]
This commit was generated by cvs2svn to compensate for changes in r15989,
which included commits to RCS files with non-trunk default branches.
hristov [Wed, 29 Nov 2006 16:08:03 +0000 (16:08 +0000)]
START becomes T0
hristov [Wed, 29 Nov 2006 16:02:06 +0000 (16:02 +0000)]
This commit was generated by cvs2svn to compensate for changes in r15986,
which included commits to RCS files with non-trunk default branches.
hristov [Wed, 29 Nov 2006 11:45:27 +0000 (11:45 +0000)]
Backward compatibility using typedef, removing some debug printout
hristov [Wed, 29 Nov 2006 09:54:53 +0000 (09:54 +0000)]
RICH becomes HMPID, the old module RICH is removed
hristov [Wed, 29 Nov 2006 09:53:28 +0000 (09:53 +0000)]
RICH becomes HMPID
hristov [Wed, 29 Nov 2006 09:35:45 +0000 (09:35 +0000)]
Corrected include
hristov [Wed, 29 Nov 2006 09:27:58 +0000 (09:27 +0000)]
RICH becomes HMPID
hristov [Wed, 29 Nov 2006 09:14:09 +0000 (09:14 +0000)]
This commit was generated by cvs2svn to compensate for changes in r15977,
which included commits to RCS files with non-trunk default branches.
hristov [Tue, 28 Nov 2006 08:55:24 +0000 (08:55 +0000)]
Makefile for the ANALYSIS_NEW.par (Panos)
hristov [Tue, 28 Nov 2006 08:38:46 +0000 (08:38 +0000)]
Possibility to create an independent par file containing the new analysis framework. Using standard IO functions to avoid dependence on AliLog header file (Panos)
hristov [Tue, 28 Nov 2006 08:34:03 +0000 (08:34 +0000)]
Change in the cocktail to avoid interference with Pythia MB (Andreas)
hristov [Mon, 27 Nov 2006 17:08:13 +0000 (17:08 +0000)]
Using assert in a way compatible with Root v5-13-06
cvetan [Mon, 27 Nov 2006 10:33:21 +0000 (10:33 +0000)]
Correction to the ALTRO mapping inside the inner ROC (Stefan Kniege)
hristov [Fri, 24 Nov 2006 16:41:16 +0000 (16:41 +0000)]
Removing warnings for missing symbolic names in non-sensitive modules (Raffaele)
hristov [Fri, 24 Nov 2006 15:44:59 +0000 (15:44 +0000)]
Removing warnings (Panos)
hristov [Fri, 24 Nov 2006 13:39:29 +0000 (13:39 +0000)]
Bug fix (Gustavo)
hristov [Thu, 23 Nov 2006 17:40:40 +0000 (17:40 +0000)]
Modified classes for ODCB access in AliReconstruction, and the file
TPC/AliTPCcalibDB.cxx where the parameter needed for the tracker is cloned.
Alberto
hristov [Thu, 23 Nov 2006 14:25:20 +0000 (14:25 +0000)]
Fixes related the event range and run method. The event range now can be specified only by SetEventRange method (Cvetan)
hristov [Thu, 23 Nov 2006 13:40:44 +0000 (13:40 +0000)]
Common class for raw data reading and ALTRO mappiing for PHOS and EMCAL (Gustavo, Cvetan)
hristov [Thu, 23 Nov 2006 13:24:50 +0000 (13:24 +0000)]
Updated calibration (Brigitte)
hristov [Thu, 23 Nov 2006 11:40:59 +0000 (11:40 +0000)]
Removing obsolete macro
hristov [Thu, 23 Nov 2006 11:36:02 +0000 (11:36 +0000)]
New test macros for the analysis framework
hristov [Wed, 22 Nov 2006 15:32:47 +0000 (15:32 +0000)]
New platform: linuxalphagcc
hristov [Wed, 22 Nov 2006 15:15:22 +0000 (15:15 +0000)]
Additional dependences in the ANALYSIS module
panos [Wed, 22 Nov 2006 14:59:58 +0000 (14:59 +0000)]
New developments of the analysis framework - selectorised version of the manager (Andrei)
hristov [Wed, 22 Nov 2006 14:23:29 +0000 (14:23 +0000)]
Temporary replacement of Form by sprintf to avoid problems on some platforms (alpahlinuxgcc, SolarisCC5) where variable size arguments are not accepted by CINT
hristov [Wed, 22 Nov 2006 14:15:14 +0000 (14:15 +0000)]
Temporary replacement of Form by sprintf to avoid problems on some platforms (alpahlinuxgcc, SolarisCC5) where variable size arguments are not accepted by CINT
morsch [Wed, 22 Nov 2006 13:45:46 +0000 (13:45 +0000)]
Code for jet finding using TPC and EMCAL ESD information.
(Moved from EMCAL + updates by M. Estienne)
morsch [Wed, 22 Nov 2006 13:32:55 +0000 (13:32 +0000)]
Jet reconstruction and analysis class deriving from TSelector
hristov [Wed, 22 Nov 2006 13:23:58 +0000 (13:23 +0000)]
Correct initialization of ann array
cheynis [Wed, 22 Nov 2006 11:46:40 +0000 (11:46 +0000)]
Time calculation improved
bnandi [Wed, 22 Nov 2006 11:39:23 +0000 (11:39 +0000)]
AliCDBManager added
bnandi [Wed, 22 Nov 2006 11:37:40 +0000 (11:37 +0000)]
macro to convert raw to sdigits
ivana [Wed, 22 Nov 2006 11:22:48 +0000 (11:22 +0000)]
Renamed vector and methods by removing Geant3 from the names
(Christian)
ivana [Wed, 22 Nov 2006 11:21:59 +0000 (11:21 +0000)]
AliMUONTrackExtrap.h
mtadel [Wed, 22 Nov 2006 10:22:09 +0000 (10:22 +0000)]
Record changes.
mtadel [Wed, 22 Nov 2006 10:22:08 +0000 (10:22 +0000)]
Fix handling of AliESDfriends.root.
hristov [Wed, 22 Nov 2006 10:11:33 +0000 (10:11 +0000)]
Scripts for the AliRoot primer
hristov [Wed, 22 Nov 2006 10:10:30 +0000 (10:10 +0000)]
Pictures for the AliRoot primer
hristov [Wed, 22 Nov 2006 10:09:31 +0000 (10:09 +0000)]
Adding documentation: AliRoot primer
morsch [Wed, 22 Nov 2006 09:27:08 +0000 (09:27 +0000)]
Library for jet analysis using MC truth.
morsch [Wed, 22 Nov 2006 09:26:24 +0000 (09:26 +0000)]
Jet analysis using MC information.
morsch [Wed, 22 Nov 2006 09:24:07 +0000 (09:24 +0000)]
Replaced by JETANLinkDef.h
morsch [Wed, 22 Nov 2006 09:23:08 +0000 (09:23 +0000)]
ESD jet analysis.
morsch [Wed, 22 Nov 2006 09:22:22 +0000 (09:22 +0000)]
- The part of JETAN dealing with ESD data has been separated from the one using MC information.
- Methods to use AliJetFinder together with a TSelector have been implemented.
pavlinov [Tue, 21 Nov 2006 22:36:04 +0000 (22:36 +0000)]
New methods in geometry, update geometry for 3x3 case
mtadel [Tue, 21 Nov 2006 19:41:32 +0000 (19:41 +0000)]
Record changes.
mtadel [Tue, 21 Nov 2006 19:41:30 +0000 (19:41 +0000)]
Fix handling of AliESDfriends.root.
mtadel [Tue, 21 Nov 2006 18:44:03 +0000 (18:44 +0000)]
Use new naming conventions from QuadSet.
mtadel [Tue, 21 Nov 2006 18:42:56 +0000 (18:42 +0000)]
Record changes.
mtadel [Tue, 21 Nov 2006 18:42:55 +0000 (18:42 +0000)]
Use new naming conventions from QuadSet; increase x-width of SDD digits.
mtadel [Tue, 21 Nov 2006 18:42:39 +0000 (18:42 +0000)]
Style/comment changes.
mtadel [Tue, 21 Nov 2006 18:42:38 +0000 (18:42 +0000)]
Use better names for QuadTypes (enum and internal structs).
mtadel [Tue, 21 Nov 2006 18:42:37 +0000 (18:42 +0000)]
Some points were duplicated during track construction.
mtadel [Tue, 21 Nov 2006 18:42:36 +0000 (18:42 +0000)]
Register new classes.
mtadel [Tue, 21 Nov 2006 18:42:35 +0000 (18:42 +0000)]
Derive Track from Line (before was TPolyLine3D, RenderElement); this allowed me to remove a lot of code actually shared with PointSet.
mtadel [Tue, 21 Nov 2006 18:42:34 +0000 (18:42 +0000)]
New files: allow interaction with the track, more configurability (render as line, points or both).
mtadel [Tue, 21 Nov 2006 18:42:33 +0000 (18:42 +0000)]
New files: line representation with per-point selection.
belikov [Tue, 21 Nov 2006 15:08:16 +0000 (15:08 +0000)]
Adding the bitmap of the clusters assigned in ITS.
mtadel [Tue, 21 Nov 2006 11:13:36 +0000 (11:13 +0000)]
new function
bnandi [Tue, 21 Nov 2006 10:49:02 +0000 (10:49 +0000)]
dummy gain file