]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
17 years agocassert included
hristov [Wed, 20 Dec 2006 11:26:04 +0000 (11:26 +0000)]
cassert included

17 years agoUpdate from release
schutz [Wed, 20 Dec 2006 11:21:05 +0000 (11:21 +0000)]
Update from release

17 years agoReplaced the SETUP.C by the correct one
schutz [Wed, 20 Dec 2006 11:13:21 +0000 (11:13 +0000)]
Replaced the SETUP.C by the correct one

17 years agoRemoved the class AliMUONSegment which has been replaced by the existing class AliMU...
martinez [Wed, 20 Dec 2006 11:01:32 +0000 (11:01 +0000)]
Removed the class AliMUONSegment which has been replaced by the  existing class AliMUONObjectPair when needed (Ph. Pillot)

17 years agoUse the GRID features only if Root was compiled with AliEn support
hristov [Wed, 20 Dec 2006 11:01:16 +0000 (11:01 +0000)]
Use the GRID features only if Root was compiled with AliEn support

17 years ago+ Modifications of the standard tracking algorithm:
martinez [Wed, 20 Dec 2006 10:58:15 +0000 (10:58 +0000)]
+ Modifications of the standard tracking algorithm:
  - Now we use the track covariance matrix in order to parameterize
    the size of the area where new hits (raw-clusters) are searched;
  - Two extreme options now exist: either we track all possible candidates
    or we keep only the best ones at each step of the  algorithm (using
    the flag AliMUONTrackReconstructor::fgkTrackAllTracks);
+ Removed the class AliMUONSegment which has been replaced by the
  existing class AliMUONObjectPair when needed.
+ Also removed or redefined some hard-coded constants used in the
  tracking algorithms.
             (Ph. Pillot)

17 years agoChange const char * by TString, change AliInfos per AliPreprocessor::Log or AliDebug
gustavo [Wed, 20 Dec 2006 10:53:28 +0000 (10:53 +0000)]
Change const char * by TString, change AliInfos per AliPreprocessor::Log or AliDebug

17 years agoAdd a comment
cblume [Wed, 20 Dec 2006 10:08:37 +0000 (10:08 +0000)]
Add a comment

17 years agoUnitArray only filled if grid defined.
morsch [Wed, 20 Dec 2006 09:55:12 +0000 (09:55 +0000)]
UnitArray only filled if grid defined.

17 years agoMissing inline added.
morsch [Wed, 20 Dec 2006 09:54:25 +0000 (09:54 +0000)]
Missing inline added.

17 years agoadding new
schutz [Wed, 20 Dec 2006 08:51:05 +0000 (08:51 +0000)]
adding new

17 years agoMissing ; added.
morsch [Wed, 20 Dec 2006 08:35:22 +0000 (08:35 +0000)]
Missing ; added.

17 years agoTrying to fix a mess
schutz [Wed, 20 Dec 2006 08:21:03 +0000 (08:21 +0000)]
Trying to fix a mess

17 years agoTrying to fix a mess
schutz [Wed, 20 Dec 2006 08:18:55 +0000 (08:18 +0000)]
Trying to fix a mess

17 years agoClean-up mainly in includes.
morsch [Tue, 19 Dec 2006 17:31:20 +0000 (17:31 +0000)]
Clean-up mainly in includes.

17 years agoChange print output in Terminate
schutz [Tue, 19 Dec 2006 16:42:44 +0000 (16:42 +0000)]
Change print output in Terminate

17 years agoCompilation of ESDCheck (Yves)
hristov [Tue, 19 Dec 2006 16:02:34 +0000 (16:02 +0000)]
Compilation of ESDCheck (Yves)

17 years agoRecord changes.
mtadel [Tue, 19 Dec 2006 15:16:14 +0000 (15:16 +0000)]
Record changes.

17 years agoCheck if global g_trkcnt has been reset and attempt to reinitialize it from TrackCoun...
mtadel [Tue, 19 Dec 2006 15:16:13 +0000 (15:16 +0000)]
Check if global g_trkcnt has been reset and attempt to reinitialize it from TrackCounter static member; return TParticle* for given label; check label range as AliStack segvs if label is out of bounds.

17 years agoNew file; dump kine stack for given label.
mtadel [Tue, 19 Dec 2006 15:16:02 +0000 (15:16 +0000)]
New file; dump kine stack for given label.

17 years agoAdded TRD hits.
mtadel [Tue, 19 Dec 2006 15:16:01 +0000 (15:16 +0000)]
Added TRD hits.

17 years agoAdded method Track::PrintKineStack(); added global TrackCounter pointer to overcome...
mtadel [Tue, 19 Dec 2006 15:13:43 +0000 (15:13 +0000)]
Added method Track::PrintKineStack(); added global TrackCounter pointer to overcome resets of CINT globals in macros.

17 years agoExtra ; removed.
morsch [Tue, 19 Dec 2006 14:58:51 +0000 (14:58 +0000)]
Extra ; removed.

17 years agoCorrected bug introduced by Christian
schutz [Tue, 19 Dec 2006 14:42:22 +0000 (14:42 +0000)]
Corrected bug introduced by Christian

17 years agoMore EMCALgeometry replaced by AliJetDummyGeo
morsch [Tue, 19 Dec 2006 14:03:04 +0000 (14:03 +0000)]
More EMCALgeometry replaced by AliJetDummyGeo

17 years agoUse AliJetDummyGeometry.
morsch [Tue, 19 Dec 2006 13:53:23 +0000 (13:53 +0000)]
Use AliJetDummyGeometry.

17 years agoDummy geometry to remove dependency from EMCAL (temporary solution)
morsch [Tue, 19 Dec 2006 13:52:49 +0000 (13:52 +0000)]
Dummy geometry to remove dependency from EMCAL (temporary solution)

17 years agoEff C++ Warnings corrected.
morsch [Tue, 19 Dec 2006 13:51:17 +0000 (13:51 +0000)]
Eff C++ Warnings corrected.

17 years agoCompact plots in a single canvas
schutz [Tue, 19 Dec 2006 13:28:28 +0000 (13:28 +0000)]
Compact plots in a single canvas

17 years ago- Clean-up of data members and methods in base classes and derived classes
morsch [Tue, 19 Dec 2006 13:00:55 +0000 (13:00 +0000)]
- Clean-up of data members and methods in base classes and derived classes
- Use of UnitArray to read TPC and EMCAL information. (Magali Estienne)

17 years agoInput histograms with crystal amplitudes for Shuttle
kharlov [Tue, 19 Dec 2006 12:23:44 +0000 (12:23 +0000)]
Input histograms with crystal amplitudes for Shuttle

17 years agoImportant bug fix in the maps used by FMD (Christian)
hristov [Tue, 19 Dec 2006 11:56:01 +0000 (11:56 +0000)]
Important bug fix in the maps used by FMD (Christian)

17 years agoUpdated reconstruction to (optionally) make angle correction.
cholm [Tue, 19 Dec 2006 10:49:48 +0000 (10:49 +0000)]
Updated reconstruction to (optionally) make angle correction.
Updated reconstruction to (optionally) suppress noise.
Updated ESD data to have this information.
Updated ALTRO mapping to reflect real configuration (2 RCU branches)
Updated Display with newer and better code.
Added the pattern and fancy viewers.
Fixed ADC range in digitizer.
Put more realistic noise characteristics in AliFMDCalibFaker.
Added some more scripts for display and illustration.
Added script to make Dummy AliModule for all but the FMD.
Added newer calibrations (fixes ushort problem in AliFMDMap).

17 years agoNew GetUID method
schutz [Tue, 19 Dec 2006 10:23:31 +0000 (10:23 +0000)]
New GetUID method

17 years agoNew AddFile method
schutz [Tue, 19 Dec 2006 10:22:56 +0000 (10:22 +0000)]
New AddFile method

17 years agoAdditional software trigger posiibilities for pions and gammas (G. Conesa)
morsch [Tue, 19 Dec 2006 10:15:22 +0000 (10:15 +0000)]
Additional software trigger posiibilities for pions and gammas (G. Conesa)

17 years agoNew PID class for EMCAL, bayesian analysis done with ESD data, PID information filled...
gustavo [Tue, 19 Dec 2006 09:43:47 +0000 (09:43 +0000)]
New PID class for EMCAL, bayesian analysis done with ESD data, PID information filled when calling AliEMCALPID in AliEMCALReconstructor::FillESD()

17 years agoExample macro to execute PID (Gu��nol��)
gustavo [Tue, 19 Dec 2006 09:04:07 +0000 (09:04 +0000)]
Example macro to execute PID (Gu��nol��)

17 years agoAlgorithm par. set as a private member (C.Zampolli)
arcelli [Tue, 19 Dec 2006 08:55:15 +0000 (08:55 +0000)]
Algorithm par. set as a private member (C.Zampolli)

17 years agoChanged filenames types to TString + split file sources (C.Zampolli)
arcelli [Tue, 19 Dec 2006 08:53:27 +0000 (08:53 +0000)]
Changed filenames types to TString + split file sources (C.Zampolli)

17 years agoNew PID class for EMCAL, bayesian analysis done with ESD data, PID information filled...
gustavo [Tue, 19 Dec 2006 08:49:35 +0000 (08:49 +0000)]
New PID class for EMCAL, bayesian analysis done with ESD data, PID information filled when calling AliEMCALPID in AliEMCALReconstructor::FillESD()

17 years agoclean up the EMCAL name scheme : super module -> module -> tower (or cell)
pavlinov [Tue, 19 Dec 2006 02:34:13 +0000 (02:34 +0000)]
clean up the EMCAL name scheme : super module -> module -> tower (or cell)

17 years agoChange in the format of the input data from DAQ FXS, new files (C.Zampolli)
arcelli [Mon, 18 Dec 2006 18:18:54 +0000 (18:18 +0000)]
Change in the format of the input data from DAQ FXS, new files (C.Zampolli)

17 years agoUpdated Aliases for DCS TOF datapoints (C.Zampolli)
arcelli [Mon, 18 Dec 2006 18:17:42 +0000 (18:17 +0000)]
Updated Aliases for DCS TOF datapoints (C.Zampolli)

17 years agoChange in the format of the input data from DAQ FXS (C.Zampolli)
arcelli [Mon, 18 Dec 2006 18:16:56 +0000 (18:16 +0000)]
Change in the format of the input data from DAQ FXS (C.Zampolli)

17 years agoUpdates to be conform with TVirtualMC.h
morsch [Mon, 18 Dec 2006 17:37:51 +0000 (17:37 +0000)]
Updates to be conform with TVirtualMC.h

17 years agoData files needed for correlated heavy flavor generation. (S. Grigoryan)
morsch [Mon, 18 Dec 2006 17:33:33 +0000 (17:33 +0000)]
Data files needed for correlated heavy flavor generation. (S. Grigoryan)

17 years agoAliGenCorrHF generator for correlated heavy flavor. (Smbat Grigoryan)
morsch [Mon, 18 Dec 2006 17:32:38 +0000 (17:32 +0000)]
AliGenCorrHF generator for correlated heavy flavor. (Smbat Grigoryan)

17 years agoAdd AliAnalysisGoodies
schutz [Mon, 18 Dec 2006 17:23:10 +0000 (17:23 +0000)]
Add AliAnalysisGoodies

17 years agoremove AliAnalysisGoodies
schutz [Mon, 18 Dec 2006 17:21:56 +0000 (17:21 +0000)]
remove AliAnalysisGoodies

17 years agoAdd AliAnalysisGoodies
schutz [Mon, 18 Dec 2006 17:20:12 +0000 (17:20 +0000)]
Add AliAnalysisGoodies

17 years agoTrigger chamber efficiency according to local boards (Diego)
pcrochet [Mon, 18 Dec 2006 16:23:55 +0000 (16:23 +0000)]
Trigger chamber efficiency according to local boards (Diego)

17 years agoadd AliMUONTriggerChamberEff (Diego)
pcrochet [Mon, 18 Dec 2006 16:23:29 +0000 (16:23 +0000)]
add AliMUONTriggerChamberEff (Diego)

17 years agoNew class for trigger chamber efficiency determination from data (Diego)
pcrochet [Mon, 18 Dec 2006 16:23:23 +0000 (16:23 +0000)]
New class for trigger chamber efficiency determination from data (Diego)

17 years agoNew class which will contain the raw-data event tag information
cvetan [Mon, 18 Dec 2006 15:54:02 +0000 (15:54 +0000)]
New class which will contain the raw-data event tag information

17 years agoRemoving the run DB. The information contained in the DB is still stored in the raw...
cvetan [Mon, 18 Dec 2006 14:51:10 +0000 (14:51 +0000)]
Removing the run DB. The information contained in the DB is still stored in the raw-data file (AliStats)

17 years agoRemoving the run DB. The information contained in the DB is still stored in the raw...
cvetan [Mon, 18 Dec 2006 14:38:51 +0000 (14:38 +0000)]
Removing the run DB. The information contained in the DB is still stored in the raw-data file (AliStats)

17 years agoT0 changed to START (FLUKA input card).
morsch [Mon, 18 Dec 2006 14:35:20 +0000 (14:35 +0000)]
T0 changed to START (FLUKA input card).

17 years agoModifications for eff. c++ warnings.
panos [Mon, 18 Dec 2006 13:22:34 +0000 (13:22 +0000)]
Modifications for eff. c++ warnings.

17 years agoTake care of B=0 in ExB effect
cblume [Mon, 18 Dec 2006 13:08:26 +0000 (13:08 +0000)]
Take care of B=0 in ExB effect

17 years agoRecord changes.
mtadel [Mon, 18 Dec 2006 12:06:42 +0000 (12:06 +0000)]
Record changes.

17 years agoIf frame-box is set, use it for determination of bounding-box.
mtadel [Mon, 18 Dec 2006 12:06:41 +0000 (12:06 +0000)]
If frame-box is set, use it for determination of bounding-box.

17 years agoAdded getters for frame-point details.
mtadel [Mon, 18 Dec 2006 12:06:40 +0000 (12:06 +0000)]
Added getters for frame-point details.

17 years agoNew TRD QA task
schutz [Mon, 18 Dec 2006 11:31:33 +0000 (11:31 +0000)]
New TRD QA task

17 years agoRelate HLT tracks to the primary vertex (Youri)
cvetan [Mon, 18 Dec 2006 11:18:47 +0000 (11:18 +0000)]
Relate HLT tracks to the primary vertex (Youri)

17 years agoBugfix (Youri)
cvetan [Mon, 18 Dec 2006 10:38:15 +0000 (10:38 +0000)]
Bugfix (Youri)

17 years agoRe-implemented method of AliTagAnalysis passing cuts with char *
schutz [Mon, 18 Dec 2006 08:29:49 +0000 (08:29 +0000)]
Re-implemented method of AliTagAnalysis passing cuts with char *

17 years agoPackage for QA
schutz [Mon, 18 Dec 2006 08:28:42 +0000 (08:28 +0000)]
Package for QA

17 years agoadded port numbers to ldap schema and config classes (alberto)
jgrosseo [Mon, 18 Dec 2006 08:09:04 +0000 (08:09 +0000)]
added port numbers to ldap schema and config classes (alberto)

17 years ago08-dec-2006 NvE Memberfunctions SetUT introduced in AliTimestamp to provide convenient
nick [Sat, 16 Dec 2006 18:39:59 +0000 (18:39 +0000)]
08-dec-2006 NvE Memberfunctions SetUT introduced in AliTimestamp to provide convenient
                ways to set a specific UT date/time.
14-dec-2006 NvE IceF2k updated to include a Daq device into the event structure
                containing an indication of the DAQ system that was used to produce
                the hit data (i.e. ADC, LE, TOT).
16-dec-2006 NvE New class IceRawTWR introduced to read raw TWR data into the Ralice/IcePack
                event structures.

17 years agoMissing doc.
mtadel [Fri, 15 Dec 2006 18:06:37 +0000 (18:06 +0000)]
Missing doc.

17 years agoRecord changes.
mtadel [Fri, 15 Dec 2006 18:06:08 +0000 (18:06 +0000)]
Record changes.

17 years agoStore also track index.
mtadel [Fri, 15 Dec 2006 18:06:07 +0000 (18:06 +0000)]
Store also track index.

17 years agoFix indentation.
mtadel [Fri, 15 Dec 2006 18:06:06 +0000 (18:06 +0000)]
Fix indentation.

17 years agoProvide return value.
mtadel [Fri, 15 Dec 2006 18:06:05 +0000 (18:06 +0000)]
Provide return value.

17 years agoNew macro: import clusters based on index of track in the esd array.
mtadel [Fri, 15 Dec 2006 18:06:04 +0000 (18:06 +0000)]
New macro: import clusters based on index of track in the esd array.

17 years agoRemoved unnecessary include.
mtadel [Fri, 15 Dec 2006 18:02:59 +0000 (18:02 +0000)]
Removed unnecessary include.

17 years agoIncrease range of track extrapolation precision.
mtadel [Fri, 15 Dec 2006 18:02:45 +0000 (18:02 +0000)]
Increase range of track extrapolation precision.

17 years agoAdded method 'void ImportClustersFromIndex()'.
mtadel [Fri, 15 Dec 2006 18:02:44 +0000 (18:02 +0000)]
Added method 'void ImportClustersFromIndex()'.

17 years agoAdded signal-emitting 'void CtrlClicked()' and 'Bool_t fEmitSignals' that controls...
mtadel [Fri, 15 Dec 2006 18:02:43 +0000 (18:02 +0000)]
Added signal-emitting 'void CtrlClicked()' and 'Bool_t fEmitSignals' that controls if signals are emitted on secondary selection hit.

17 years agoAdded index data-member to MC/RecTrack.
mtadel [Fri, 15 Dec 2006 18:02:42 +0000 (18:02 +0000)]
Added index data-member to MC/RecTrack.

17 years agoMoved declaration/definition of ReferenceBackPtr from RenderElement.h/cxx to Reve...
mtadel [Fri, 15 Dec 2006 18:02:41 +0000 (18:02 +0000)]
Moved declaration/definition of ReferenceBackPtr from RenderElement.h/cxx to Reve.h/cxx.

17 years agoSubclass from ReferenceBackPtr instead of ReferenceCount.
mtadel [Fri, 15 Dec 2006 18:02:40 +0000 (18:02 +0000)]
Subclass from ReferenceBackPtr instead of ReferenceCount.

17 years agoinitial import
kir [Fri, 15 Dec 2006 16:52:24 +0000 (16:52 +0000)]
initial import

17 years agonew menu
kir [Fri, 15 Dec 2006 16:50:40 +0000 (16:50 +0000)]
new menu

17 years agoBugs in clusterizing and recon fixed
kir [Fri, 15 Dec 2006 16:49:34 +0000 (16:49 +0000)]
Bugs in clusterizing and recon fixed

17 years agoSmall modifications by Alexandru
cblume [Fri, 15 Dec 2006 16:48:43 +0000 (16:48 +0000)]
Small modifications by Alexandru

17 years agoAdding a protection in the DCS d.p. object.
panos [Fri, 15 Dec 2006 16:23:44 +0000 (16:23 +0000)]
Adding a protection in the DCS d.p. object.

17 years agoMemory leak fixed
cvetan [Fri, 15 Dec 2006 14:01:38 +0000 (14:01 +0000)]
Memory leak fixed

17 years agoRemoved file
ivana [Fri, 15 Dec 2006 13:40:26 +0000 (13:40 +0000)]
Removed file

17 years agoUpdated files (Christian)
ivana [Fri, 15 Dec 2006 13:37:02 +0000 (13:37 +0000)]
Updated files (Christian)

17 years agoAdding a text file with the raw-data file guid. TO be used by online during the regis...
cvetan [Fri, 15 Dec 2006 11:45:12 +0000 (11:45 +0000)]
Adding a text file with the raw-data file guid. TO be used by online during the registration into the AliEn FC

17 years agoFiles with manu serial numbers
ivana [Fri, 15 Dec 2006 11:29:00 +0000 (11:29 +0000)]
Files with manu serial numbers
(Christian)

17 years agoGetDetElemManu() changed to return AliMpInt by value (was by pointer)
ivana [Fri, 15 Dec 2006 11:27:41 +0000 (11:27 +0000)]
GetDetElemManu() changed to return AliMpInt by value (was by pointer)

17 years agoAdding subdirectory manu_serial for files with manu serial numbers
ivana [Fri, 15 Dec 2006 11:26:07 +0000 (11:26 +0000)]
Adding subdirectory manu_serial for files with manu serial numbers

17 years agoIncluding cmath to declare fmod
hristov [Fri, 15 Dec 2006 10:48:40 +0000 (10:48 +0000)]
Including cmath to declare fmod

17 years agoUsing TMath::Abs instead of fabs
hristov [Fri, 15 Dec 2006 10:46:26 +0000 (10:46 +0000)]
Using TMath::Abs instead of fabs

17 years agoUpdated detection element names
ivana [Fri, 15 Dec 2006 09:50:19 +0000 (09:50 +0000)]
Updated detection element names
(Christian)

17 years agoChanging the name of some event tag cuts setters to be compatible with the changes...
panos [Fri, 15 Dec 2006 09:02:00 +0000 (09:02 +0000)]
Changing the name of some event tag cuts setters to be compatible with the changes introduced by Markus.

17 years agoAdding again the methods to query the system and create xml using string statements...
panos [Fri, 15 Dec 2006 08:57:18 +0000 (08:57 +0000)]
Adding again the methods to query the system and create xml using string statements in AliTagAnalysis. Moving from TEventList to TEntryList in AliXMLCollection.