]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
16 years agoAdded flow example script
cholm [Wed, 19 Sep 2007 13:13:06 +0000 (13:13 +0000)]
Added flow example script

16 years agoAdded drawing capabilities
cholm [Wed, 19 Sep 2007 13:12:50 +0000 (13:12 +0000)]
Added drawing capabilities

16 years agoAdd additional protection
cblume [Wed, 19 Sep 2007 12:34:07 +0000 (12:34 +0000)]
Add additional protection

16 years agoReintrodruce old clusterizer for HLT
cblume [Wed, 19 Sep 2007 12:24:21 +0000 (12:24 +0000)]
Reintrodruce old clusterizer for HLT

16 years agoSmall change required by the updated AliTRDcluster (Christoph)
hristov [Wed, 19 Sep 2007 12:21:24 +0000 (12:21 +0000)]
Small change required by the updated AliTRDcluster (Christoph)

16 years agoeff C++ warnings; unknown error codes replaced
richterm [Wed, 19 Sep 2007 11:53:47 +0000 (11:53 +0000)]
eff C++ warnings; unknown error codes replaced

16 years agoIntroduction of AliTRDtransform. Cluster coordinates are now always in tracking c.s.
cblume [Wed, 19 Sep 2007 11:49:52 +0000 (11:49 +0000)]
Introduction of AliTRDtransform. Cluster coordinates are now always in tracking c.s.

16 years agokZDiElectron forcing Z->e+e- added.
morsch [Wed, 19 Sep 2007 10:28:53 +0000 (10:28 +0000)]
kZDiElectron forcing Z->e+e- added.

16 years agoSmall bug fix to flow/AliFMDFlowStat.h
cholm [Wed, 19 Sep 2007 10:05:16 +0000 (10:05 +0000)]
Small bug fix to flow/AliFMDFlowStat.h

16 years agoNew functions needed for effective removal of splitted track (M.Ivanov)
belikov [Tue, 18 Sep 2007 17:35:04 +0000 (17:35 +0000)]
New functions needed for effective removal of splitted track (M.Ivanov)

16 years agoAdding the reconstructor component for trigger DDL data streams. (Indra)
szostak [Tue, 18 Sep 2007 17:25:54 +0000 (17:25 +0000)]
Adding the reconstructor component for trigger DDL data streams. (Indra)

16 years agoFixed some pedantic errors
cholm [Tue, 18 Sep 2007 16:59:04 +0000 (16:59 +0000)]
Fixed some pedantic errors

16 years agoadding missing header file (Marian)
marian [Tue, 18 Sep 2007 15:23:09 +0000 (15:23 +0000)]
adding missing header file (Marian)

16 years agoAdding base class for TPC calib selector (Marian)
marian [Tue, 18 Sep 2007 15:12:21 +0000 (15:12 +0000)]
Adding base class for TPC calib selector (Marian)

16 years agoAdded code to do flow analysis.
cholm [Tue, 18 Sep 2007 14:51:23 +0000 (14:51 +0000)]
Added code to do flow analysis.

The core of the code is in the class AliFMDFlowBin.   It contains an
AliFMDFlowHarmonic object to calculate the harmonic, 3
AliFMDFlowEventPlane objects to calculate the full event event-plane,
and two sub-event event-planes, as well as three AliFMDFlowResolution
objects for calculating the event-plane resolution in 3 different
ways.

The classes AliFMDFlowBinned1D and AliFMDFlowBinned2D are "histograms"
of AliFMDFlowBin objects.

AliFMDFlowAxis is an axis in an AliFMDFlowBinned1D or AliFMDFlowBinned2D
"histogram".

AliFMDFlowTrueBin and AliFMDFlowTrue1D are for calculating the flow
from a known event plane angle - e.g., when reading data from an
event generator.

The class AliFMDFlowStat is single variable statistics that does not
suffer from rounding errors when adding small numbers to a large sum.

AliFMDFlowBessel is  namespace for a number of Bessel functions.  These
allow one to efficiently calculate the value of several Modified Bessel
functions of the 1st kind in one go.

AliFMDFlowUtil contains some utility functions used through out the code.

Example scripts and programs will follow later.

16 years agoSwitch to enable-disable cluster sharing added (Marian)
marian [Tue, 18 Sep 2007 14:41:26 +0000 (14:41 +0000)]
Switch to enable-disable cluster sharing added (Marian)

16 years agoChanging to the AliESDEvent (Marian)
marian [Tue, 18 Sep 2007 14:36:04 +0000 (14:36 +0000)]
Changing to the AliESDEvent  (Marian)

16 years agoObsolete file
cvetan [Tue, 18 Sep 2007 14:24:05 +0000 (14:24 +0000)]
Obsolete file

16 years agoSorting out some issues concerning the compilation with and without DATE support
cvetan [Tue, 18 Sep 2007 09:44:45 +0000 (09:44 +0000)]
Sorting out some issues concerning the compilation with and without DATE support

16 years agosilvermy@ornl.gov - updated hardware to geo mapping
dsilverm [Tue, 18 Sep 2007 08:53:28 +0000 (08:53 +0000)]
silvermy@ornl.gov - updated hardware to geo mapping

16 years agoUpdated alignment macros and related changes (Raffaele)
hristov [Tue, 18 Sep 2007 06:18:25 +0000 (06:18 +0000)]
Updated alignment macros and related changes (Raffaele)

16 years agoManso tracker is now ported into AliRoot-HLT framework properly.
szostak [Tue, 18 Sep 2007 00:27:46 +0000 (00:27 +0000)]
Manso tracker is now ported into AliRoot-HLT framework properly.

16 years agoFixed problem with debug build. Needed iostream and not just ostream.
szostak [Tue, 18 Sep 2007 00:20:30 +0000 (00:20 +0000)]
Fixed problem with debug build. Needed iostream and not just ostream.

16 years agoSeting vol UID for sensitive volumes
masera [Mon, 17 Sep 2007 20:53:59 +0000 (20:53 +0000)]
Seting vol UID for sensitive volumes

16 years agoremovinf effc++ warnings (Marian)
marian [Mon, 17 Sep 2007 17:30:28 +0000 (17:30 +0000)]
removinf effc++ warnings (Marian)

16 years agoThe package was overwriting the rootcint flags. This was fixed by applying the necess...
cvetan [Mon, 17 Sep 2007 16:34:54 +0000 (16:34 +0000)]
The package was overwriting the rootcint flags. This was fixed by applying the necessary changes in the DATE-dependent parts of the code

16 years agoReverting back to the previous version. The problem was elsewhere
cvetan [Mon, 17 Sep 2007 16:23:32 +0000 (16:23 +0000)]
Reverting back to the previous version. The problem was elsewhere

16 years ago- Some as built corrections.
morsch [Mon, 17 Sep 2007 15:37:18 +0000 (15:37 +0000)]
- Some as built corrections.
- Avoid overlap with HMPID.

16 years agoIn SelectByP() also set children-rendering mode.
mtadel [Mon, 17 Sep 2007 15:14:09 +0000 (15:14 +0000)]
In SelectByP() also set children-rendering mode.

16 years agoAdding missing include paths?
cvetan [Mon, 17 Sep 2007 15:10:50 +0000 (15:10 +0000)]
Adding missing include paths?

16 years agoalocate memory dynamically not on stack
marian [Mon, 17 Sep 2007 15:02:08 +0000 (15:02 +0000)]
alocate memory dynamically not on stack

16 years agoFirst version of the fast ALTRO decoding for TPC (Jens)
cvetan [Mon, 17 Sep 2007 13:53:51 +0000 (13:53 +0000)]
First version of the fast ALTRO decoding for TPC (Jens)

16 years agoModifications to the initial version of the fast ALTRO decoding code (Jens)
cvetan [Mon, 17 Sep 2007 13:49:34 +0000 (13:49 +0000)]
Modifications to the initial version of the fast ALTRO decoding code (Jens)

16 years agoUpdate of PID 2 to the present recpoint normalisation
masera [Mon, 17 Sep 2007 13:37:50 +0000 (13:37 +0000)]
Update of PID 2 to the present recpoint normalisation

16 years agoAdded AliTMinuitToolkit (A.Kalweit)
marian [Mon, 17 Sep 2007 12:27:51 +0000 (12:27 +0000)]
Added AliTMinuitToolkit  (A.Kalweit)

// The AliTMinuitToolkit serves as an easy to use interface for the TMinuit
// package:
//
// - It allows to fit a curve to one and two dimensional histograms
//   (TH2F::Fit() only allows to fit a hyperplane).
// - Or n points can be specified directly via a n x 2 matrix.
// - An option for robust fitting of non-linear functions is implemented.

--------------------------------------------------------------------

16 years agoNew TPC monitoring package from Stefan Kniege
cvetan [Mon, 17 Sep 2007 10:53:10 +0000 (10:53 +0000)]
New TPC monitoring package from Stefan Kniege

16 years agoNew TPC monitoring package from Stefan Kniege. The monitoring package can be started...
cvetan [Mon, 17 Sep 2007 10:23:31 +0000 (10:23 +0000)]
New TPC monitoring package from Stefan Kniege. The monitoring package can be started by running TPCMonitor.C macro located in macros folder.

16 years agofErrorLogs->Delete() since memory is allocated in TNamed.
morsch [Mon, 17 Sep 2007 10:14:00 +0000 (10:14 +0000)]
fErrorLogs->Delete() since memory is allocated in TNamed.

16 years agoClear method added.
morsch [Mon, 17 Sep 2007 09:48:11 +0000 (09:48 +0000)]
Clear method added.

16 years agoSome pointers initialized
dibari [Mon, 17 Sep 2007 07:38:30 +0000 (07:38 +0000)]
Some pointers initialized

16 years agoCopy constructor was accidentally commented out
dibari [Mon, 17 Sep 2007 07:37:49 +0000 (07:37 +0000)]
Copy constructor was accidentally commented out

16 years agoThis class stopped working with the new AliMUONDataInterface so has to find and fix...
szostak [Sun, 16 Sep 2007 18:28:45 +0000 (18:28 +0000)]
This class stopped working with the new AliMUONDataInterface so has to find and fix the bugs.

16 years agoAdding class AliHLTMUONTriggerRecordsSource
szostak [Sun, 16 Sep 2007 18:26:18 +0000 (18:26 +0000)]
Adding class AliHLTMUONTriggerRecordsSource

16 years agoPorting old TriggerSource to the AliRoot-HLT framework proper.
szostak [Sun, 16 Sep 2007 18:25:14 +0000 (18:25 +0000)]
Porting old TriggerSource to the AliRoot-HLT framework proper.

16 years agoRemoving ClassDef and ClassImp since this class should never be used within the AliRo...
szostak [Sun, 16 Sep 2007 18:23:38 +0000 (18:23 +0000)]
Removing ClassDef and ClassImp since this class should never be used within the AliRoot shell, so we do not need the dictionary.

16 years agoSpeed up of recosntruction - Use faster seeting of bitmaps (Marian)
marian [Sun, 16 Sep 2007 14:31:12 +0000 (14:31 +0000)]
Speed up of recosntruction -  Use faster seeting of bitmaps (Marian)

16 years agoAdding comment (Laurent)
ivana [Sat, 15 Sep 2007 22:44:38 +0000 (22:44 +0000)]
Adding comment (Laurent)

16 years ago1) Connect and Close are called before and after each query, so one can
jgrosseo [Fri, 14 Sep 2007 16:46:14 +0000 (16:46 +0000)]
1) Connect and Close are called before and after each query, so one can
keep the same AliDCSClient object.
2) The splitting of a query is moved to GetDPValues/GetAliasValues.
3) Splitting interval can be specified in constructor

16 years agoRevised versions of getters inherited from AliVParticle
belikov [Fri, 14 Sep 2007 14:19:26 +0000 (14:19 +0000)]
Revised versions of getters inherited from AliVParticle

16 years agoChanging the names of mass and PDG code data fields (B.Hippolyte)
belikov [Fri, 14 Sep 2007 13:26:05 +0000 (13:26 +0000)]
Changing the names of mass and PDG code data fields (B.Hippolyte)

16 years agoConsistency changes, bug fix, and new conditions on the kITSrefit and kTPCrefit bits...
belikov [Fri, 14 Sep 2007 13:23:15 +0000 (13:23 +0000)]
Consistency changes, bug fix, and new conditions on the kITSrefit and kTPCrefit bits (B.Hippolyte)

16 years agoBug fix (B.Hippolyte)
belikov [Fri, 14 Sep 2007 13:18:03 +0000 (13:18 +0000)]
Bug fix (B.Hippolyte)

16 years agoAdded script for runnings Yves QA stuff
cholm [Fri, 14 Sep 2007 13:07:30 +0000 (13:07 +0000)]
Added script for runnings Yves QA stuff

16 years agoBug fix for reading raw data - thanks Frederic YERMIA, Diego, and Gines MARTINEZ
cholm [Fri, 14 Sep 2007 13:06:51 +0000 (13:06 +0000)]
Bug fix for reading raw data - thanks Frederic YERMIA, Diego, and Gines MARTINEZ

16 years agoFix to AliFMDInput for new AliESDEvent - thanks Hans
cholm [Fri, 14 Sep 2007 13:05:53 +0000 (13:05 +0000)]
Fix to AliFMDInput for new AliESDEvent - thanks Hans

16 years agoChange calculation of phi to comply with the ALICE convention.
markus [Fri, 14 Sep 2007 12:57:09 +0000 (12:57 +0000)]
Change calculation of phi to comply with the ALICE convention.

16 years agoSwitch off branches by hand.
morsch [Fri, 14 Sep 2007 12:40:39 +0000 (12:40 +0000)]
Switch off branches by hand.

16 years agoFixed phi calculation to ALICE convention
kleinb [Fri, 14 Sep 2007 11:46:43 +0000 (11:46 +0000)]
Fixed phi calculation to ALICE convention

16 years agoadded HOMER library from PubSub package HLT-stable-20070905.141318 (rev. 2375)
richterm [Fri, 14 Sep 2007 09:13:54 +0000 (09:13 +0000)]
added HOMER library from PubSub package HLT-stable-20070905.141318 (rev. 2375)

16 years agoMinors
dibari [Fri, 14 Sep 2007 08:30:38 +0000 (08:30 +0000)]
Minors

16 years ago- new class AliHMPIDCalib added for pedestal calculation
dibari [Fri, 14 Sep 2007 08:20:35 +0000 (08:20 +0000)]
- new  class AliHMPIDCalib added for pedestal calculation
- Raw data structure as from detector has been introduced to simulation
- raw data convresion moved from AliHMPIDDigit to AliHMPIDRawStream
- DA updated with AliHMPIDCalib (L.M.)

16 years agocompilation warnings fixed
richterm [Fri, 14 Sep 2007 08:19:41 +0000 (08:19 +0000)]
compilation warnings fixed

16 years agoAdding comments (Artur)
ivana [Thu, 13 Sep 2007 22:45:22 +0000 (22:45 +0000)]
Adding comments (Artur)

16 years agoAvoid two copies of the ESD friend track (Yuri)
hristov [Thu, 13 Sep 2007 20:56:13 +0000 (20:56 +0000)]
Avoid two copies of the ESD friend track (Yuri)

16 years agoBug fix in SDD footer readout (M. Siciliano, F. Prino)
masera [Thu, 13 Sep 2007 16:43:41 +0000 (16:43 +0000)]
Bug fix in SDD footer readout (M. Siciliano, F. Prino)

16 years agoUpdate in the SSD data packing (E. Fragiacomo)
masera [Thu, 13 Sep 2007 16:29:54 +0000 (16:29 +0000)]
Update in the SSD data packing (E. Fragiacomo)

16 years agoNew class (skeleton) for QA Checker
dibari [Thu, 13 Sep 2007 16:17:46 +0000 (16:17 +0000)]
New class (skeleton) for QA Checker

16 years agobug fix. Fix taken from rev. 1.32.2.1
masera [Thu, 13 Sep 2007 16:09:44 +0000 (16:09 +0000)]
bug fix. Fix taken from rev. 1.32.2.1

16 years agoUpdate serial number for chamber 5 (Christian)
ivana [Thu, 13 Sep 2007 15:40:24 +0000 (15:40 +0000)]
Update serial number for chamber 5 (Christian)

16 years agoSPD calibration file to be used as default for PDC07 (1% randomly distributed dead...
masera [Thu, 13 Sep 2007 15:34:38 +0000 (15:34 +0000)]
SPD calibration file to be used as default for PDC07 (1% randomly distributed dead pixels). The calibration file used for PDC06 is left on CVS for reference

16 years ago13-sep-2007 NvE Hour angle info included in printout of AliAstrolab.
nick [Thu, 13 Sep 2007 14:39:02 +0000 (14:39 +0000)]
13-sep-2007 NvE Hour angle info included in printout of AliAstrolab.

16 years agoUpdated calibration object
coppedis [Thu, 13 Sep 2007 12:42:12 +0000 (12:42 +0000)]
Updated calibration object

16 years agoNew reconstruction algorithm
coppedis [Thu, 13 Sep 2007 12:41:17 +0000 (12:41 +0000)]
New reconstruction algorithm

16 years agoLittle changes needed for running with new AliESDEvent
belikov [Thu, 13 Sep 2007 12:14:52 +0000 (12:14 +0000)]
Little changes needed for running with new AliESDEvent

16 years agoReplacing forward declaration with include for TObject
marian [Thu, 13 Sep 2007 10:32:57 +0000 (10:32 +0000)]
Replacing forward declaration with include for TObject
(Marian)

16 years ago08-sep-2007 NvE New memberfunctions SetEpoch and GetEpoch introduced in AliTimestamp
nick [Thu, 13 Sep 2007 10:26:41 +0000 (10:26 +0000)]
08-sep-2007 NvE New memberfunctions SetEpoch and GetEpoch introduced in AliTimestamp
                for convenience.
13-sep-2007 NvE New class AliAstrolab introduced to relate (local) measurements with
                astrophysical phenomena.

16 years agoNew class for QA (A. Mastroserio)
dibari [Thu, 13 Sep 2007 10:01:21 +0000 (10:01 +0000)]
New class for QA (A. Mastroserio)

16 years agoLittle changes needed for running with new AliESDEvent
belikov [Thu, 13 Sep 2007 09:34:04 +0000 (09:34 +0000)]
Little changes needed for running with new AliESDEvent

16 years agoLittle changes needed for running with new AliESDEvent
belikov [Thu, 13 Sep 2007 09:20:45 +0000 (09:20 +0000)]
Little changes needed for running with new AliESDEvent

16 years ago- Use UnitArray to store track and emcal information.
morsch [Thu, 13 Sep 2007 08:12:57 +0000 (08:12 +0000)]
- Use UnitArray to store track and emcal information.
- Hadron correction.
(Magali Estienne)

16 years agoNew class AliHMPIDQualAssDataMaker in Base
dibari [Thu, 13 Sep 2007 07:51:04 +0000 (07:51 +0000)]
New class AliHMPIDQualAssDataMaker in Base

16 years agoNew class for QA (A. Mastroserio)
dibari [Thu, 13 Sep 2007 07:50:31 +0000 (07:50 +0000)]
New class for QA (A. Mastroserio)

16 years agoFixing a double delete (Laurent)
martinez [Thu, 13 Sep 2007 07:45:37 +0000 (07:45 +0000)]
Fixing a double delete (Laurent)

16 years agoAdding new STEERBase library (Laurent)
martinez [Thu, 13 Sep 2007 07:42:17 +0000 (07:42 +0000)]
Adding new STEERBase library (Laurent)

16 years agofixed compilation problem under SuSe Linux
pavlinov [Wed, 12 Sep 2007 17:44:22 +0000 (17:44 +0000)]
fixed compilation problem under SuSe Linux

16 years agofixed compilation problem ?
pavlinov [Wed, 12 Sep 2007 16:52:07 +0000 (16:52 +0000)]
fixed compilation problem ?

16 years agoChanges needed to synchronize the macro with the ITS code: geometry explicitely initi...
masera [Wed, 12 Sep 2007 16:52:02 +0000 (16:52 +0000)]
Changes needed to synchronize the macro with the ITS code: geometry explicitely initialized

16 years agoBug fix in TRF parametrization (Alex)
hristov [Wed, 12 Sep 2007 14:15:44 +0000 (14:15 +0000)]
Bug fix in TRF parametrization (Alex)

16 years agobugfix(Kenneth): Reset list of cluster candidates after event processing
richterm [Wed, 12 Sep 2007 12:57:37 +0000 (12:57 +0000)]
bugfix(Kenneth): Reset list of cluster candidates after event processing

16 years agoSwitch off HF after initialization.
morsch [Wed, 12 Sep 2007 12:44:54 +0000 (12:44 +0000)]
Switch off HF after initialization.

16 years agoadded pi0 calibration, linearity, shower profile
pavlinov [Wed, 12 Sep 2007 11:19:24 +0000 (11:19 +0000)]
added pi0 calibration, linearity, shower profile

16 years agoImproved usage of the environment variable TOCDB
masera [Wed, 12 Sep 2007 09:27:43 +0000 (09:27 +0000)]
Improved usage of the environment variable TOCDB

16 years agominor corrections for calibration staff
pavlinov [Tue, 11 Sep 2007 19:43:55 +0000 (19:43 +0000)]
minor corrections for calibration staff

16 years agoadded pi0 calibration, linearity, shower profile
pavlinov [Tue, 11 Sep 2007 19:38:15 +0000 (19:38 +0000)]
added pi0 calibration, linearity, shower profile

16 years agoNew method SetNCarlos in order to set the number of CARLOS chips connected to the...
masera [Tue, 11 Sep 2007 17:42:00 +0000 (17:42 +0000)]
New method SetNCarlos in order to set the number of CARLOS chips connected to the carlosRX board (F. Prino)

16 years agoNew macros DrawITSAlignObj.C and MakeITSRealisticMisAlignment.C with associated class...
masera [Tue, 11 Sep 2007 17:33:21 +0000 (17:33 +0000)]
New macros DrawITSAlignObj.C and MakeITSRealisticMisAlignment.C with associated class AliITSMisalignMaker (A. Dainese and L. Gaudichet)

16 years agoUsing the new Track referernce schema (Marian)
marian [Tue, 11 Sep 2007 17:15:45 +0000 (17:15 +0000)]
Using the new Track referernce schema (Marian)

16 years agostarting modifying AliDCSClient to transparently switch between single and multi...
jgrosseo [Tue, 11 Sep 2007 16:42:02 +0000 (16:42 +0000)]
starting modifying AliDCSClient to transparently switch between single and multi query
first step: same alidcsclient can be used for several queries

16 years agoAdding new functionality -
marian [Tue, 11 Sep 2007 16:27:15 +0000 (16:27 +0000)]
Adding new functionality -
Linear fitting (Marian)

16 years agoAliCaloRawStream::IsNewHWAddress() used to figure out the end of the
policheh [Tue, 11 Sep 2007 13:27:26 +0000 (13:27 +0000)]
AliCaloRawStream::IsNewHWAddress() used to figure out the end of the
pulse