]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
17 years ago1. Re-organization of function calls in TestPreprocessor to make it more meaningful.
acolla [Wed, 4 Apr 2007 16:26:38 +0000 (16:26 +0000)]
1. Re-organization of function calls in TestPreprocessor to make it more meaningful.
2. Added missing dependency in test preprocessors.
3. in AliShuttle.cxx: processing time and memory consumption info on a single line.

17 years agosmall fix to run in PROOF
jgrosseo [Wed, 4 Apr 2007 16:11:28 +0000 (16:11 +0000)]
small fix to run in PROOF

17 years agoRemoving a compilation warning
belikov [Wed, 4 Apr 2007 15:08:23 +0000 (15:08 +0000)]
Removing a compilation warning

17 years agoMaking this class sortable (Sylwester)
belikov [Wed, 4 Apr 2007 15:03:35 +0000 (15:03 +0000)]
Making this class sortable (Sylwester)

17 years agoMemory leak fixed, Modifications in the digit finding algorithm, Splitting of long...
pcrochet [Wed, 4 Apr 2007 14:03:27 +0000 (14:03 +0000)]
Memory leak fixed, Modifications in the digit finding algorithm, Splitting of long functions (Diego)

17 years agohlt build system fixed according to new dependencies
richterm [Wed, 4 Apr 2007 13:26:46 +0000 (13:26 +0000)]
hlt build system fixed according to new dependencies

17 years agoFixing a bug that caused a FPE in the tracker
cvetan [Wed, 4 Apr 2007 13:20:06 +0000 (13:20 +0000)]
Fixing a bug that caused a FPE in the tracker

17 years agobetter handling of subdirectories by RuleChecker
alibrary [Wed, 4 Apr 2007 11:46:44 +0000 (11:46 +0000)]
better handling of subdirectories by RuleChecker

17 years ago macros for simulation and reconstruction
alla [Wed, 4 Apr 2007 11:36:31 +0000 (11:36 +0000)]
 macros for simulation and reconstruction

17 years ago macros from Raffaele
alla [Wed, 4 Apr 2007 11:35:33 +0000 (11:35 +0000)]
 macros from Raffaele

17 years agoFix that eliminates a stream checksum warning
cvetan [Wed, 4 Apr 2007 11:19:16 +0000 (11:19 +0000)]
Fix that eliminates a stream checksum warning

17 years agoAdding a static alimdc executable target for cross-checks of any external deps
cvetan [Wed, 4 Apr 2007 11:03:24 +0000 (11:03 +0000)]
Adding a static alimdc executable target for cross-checks of any external deps

17 years ago1) Storing of files to the Grid is now done _after_ your preprocessors succeeded...
jgrosseo [Wed, 4 Apr 2007 10:33:36 +0000 (10:33 +0000)]
1) Storing of files to the Grid is now done _after_ your preprocessors succeeded. This is transparent, which means that you can still use the same functions (Store, StoreReferenceData) to store files to the Grid. However, the Shuttle first stores them locally and transfers them after the preprocessor finished. The return code of these two functions has changed from UInt_t to Bool_t which gives you the success of the storing.
In case of an error with the Grid, the Shuttle will retry the storing later, the preprocessor does not need to be run again.

2) The meaning of the return code of the preprocessor has changed. 0 is now success and any other value means failure. This value is stored in the log and you can use it to keep details about the error condition.

3) New function StoreReferenceFile to _directly_ store a file (without opening it) to the reference storage.

4) The memory usage of the preprocessor is monitored. If it exceeds 2 GB it is terminated.

5) New function AliPreprocessor::ProcessDCS(). If you do not need to have DCS data in all cases, you can skip the processing by implemting this function and returning kFALSE under certain conditions. E.g. if there is a certain run type.
If you always need DCS data (like before), you do not need to implement it.

6) The run type has been added to the monitoring page

17 years agonew lookup table for sim. data with numberof TRMs
alla [Wed, 4 Apr 2007 10:17:09 +0000 (10:17 +0000)]
new lookup table for sim. data with numberof TRMs

17 years agoreading Zposition from DB, the same RawReader for sim. and test data, reading detecto...
alla [Wed, 4 Apr 2007 10:16:09 +0000 (10:16 +0000)]
reading Zposition from DB, the same RawReader for sim. and test data, reading detector configuration from loookup table

17 years agomacro to convert Raw to Digits
bnandi [Wed, 4 Apr 2007 10:14:32 +0000 (10:14 +0000)]
macro to convert Raw to Digits

17 years agobugs fixed
bnandi [Wed, 4 Apr 2007 10:12:24 +0000 (10:12 +0000)]
bugs fixed

17 years agoBug fix. GetMedium declared twice
masera [Tue, 3 Apr 2007 17:40:37 +0000 (17:40 +0000)]
Bug fix. GetMedium declared twice

17 years agoAlgebraic function added (Marian)
marian [Tue, 3 Apr 2007 17:15:49 +0000 (17:15 +0000)]
Algebraic function added (Marian)
Add, Multiply, Divide

17 years agoUpdates needed to work with the analysis framework.
morsch [Tue, 3 Apr 2007 15:40:21 +0000 (15:40 +0000)]
Updates needed to work with the analysis framework.

17 years agoAdding a plugin handler for TVirtualStreamerInfo ni case of missing /home/cheshkov...
cvetan [Tue, 3 Apr 2007 15:09:38 +0000 (15:09 +0000)]
Adding a plugin handler for TVirtualStreamerInfo ni case of missing /home/cheshkov/alice/root and /home/cheshkov/alice/root/etc/system.rootrc

17 years agoInterface with MUONTrackExtrap in MUON (Philippe P.)
martinez [Tue, 3 Apr 2007 14:03:24 +0000 (14:03 +0000)]
Interface with MUONTrackExtrap in MUON (Philippe P.)

17 years agoGrid storage at the end of preprocessing. Store and StoreReferenceData functions
acolla [Tue, 3 Apr 2007 13:58:32 +0000 (13:58 +0000)]
Grid storage at the end of preprocessing. Store and StoreReferenceData functions
now return Bool_t (they store temporarily in local storage).
New virtual method Bool_t ProcessDCS() to disable DCS query according to the run
type.

17 years agoGrid Storage at the end of preprocessing. Added virtual method to disable DCS query...
acolla [Tue, 3 Apr 2007 13:56:01 +0000 (13:56 +0000)]
Grid Storage at the end of preprocessing. Added virtual method to disable DCS query according to the
run type.

17 years agoDealing with two different loaders for simulation and reconstruction if necessary...
martinez [Tue, 3 Apr 2007 13:49:58 +0000 (13:49 +0000)]
Dealing with two different loaders for simulation and reconstruction if necessary (Gines)

17 years agoFirst version of T0 online detector algorithm (Tomek)
cvetan [Tue, 3 Apr 2007 11:15:50 +0000 (11:15 +0000)]
First version of T0 online detector algorithm (Tomek)

17 years agoExecution time printout via AliInfo
cvetan [Tue, 3 Apr 2007 10:11:52 +0000 (10:11 +0000)]
Execution time printout via AliInfo

17 years agoCoding Conventions (mail Fed Carm. Date: Fri, 30 Mar 2007 )
dibari [Tue, 3 Apr 2007 09:25:42 +0000 (09:25 +0000)]
Coding Conventions (mail Fed Carm. Date: Fri, 30 Mar 2007 )

17 years agoChanges in SDD cluster finder for usage of calibration constants. Cleanup of AliITSdi...
masera [Tue, 3 Apr 2007 08:57:24 +0000 (08:57 +0000)]
Changes in SDD cluster finder for usage of calibration constants. Cleanup of AliITSdigitSXD classes. Diamond size changed in vertexer

17 years agoAdding statistical function (Marian)
marian [Tue, 3 Apr 2007 08:52:07 +0000 (08:52 +0000)]
Adding statistical function (Marian)

17 years agoAliIT
masera [Tue, 3 Apr 2007 06:39:19 +0000 (06:39 +0000)]
AliIT

17 years agocoding conventions and documentation
richterm [Mon, 2 Apr 2007 23:24:07 +0000 (23:24 +0000)]
coding conventions and documentation

17 years agocheck for existance of macro R__VA_COPY and fallback implementation
richterm [Mon, 2 Apr 2007 21:32:55 +0000 (21:32 +0000)]
check for existance of macro R__VA_COPY and fallback implementation

17 years agoGaute: charge added to ESD momentum parameter (p4)
richterm [Mon, 2 Apr 2007 20:59:20 +0000 (20:59 +0000)]
Gaute: charge added to ESD momentum parameter (p4)

17 years agoMagnetic field properly set in display.
dibari [Mon, 2 Apr 2007 17:33:36 +0000 (17:33 +0000)]
Magnetic field properly set in display.

17 years agoNo more calls to gAlice in the reconstruction
cvetan [Mon, 2 Apr 2007 15:00:16 +0000 (15:00 +0000)]
No more calls to gAlice in the reconstruction

17 years agoRight LRS for photon cerenkov angle reconstruction
dibari [Mon, 2 Apr 2007 12:26:33 +0000 (12:26 +0000)]
Right LRS for photon cerenkov angle reconstruction

17 years agoError in phi in Mars2Lors
dibari [Mon, 2 Apr 2007 12:18:41 +0000 (12:18 +0000)]
Error in phi in Mars2Lors

17 years agoCompatibility to the definition of Raw() (L. Molnar)
dibari [Mon, 2 Apr 2007 12:14:13 +0000 (12:14 +0000)]
Compatibility to the definition of Raw() (L. Molnar)

17 years agoUpdated to display cosmic runs (L. Molnar)
dibari [Mon, 2 Apr 2007 12:12:59 +0000 (12:12 +0000)]
Updated to display cosmic runs (L. Molnar)

17 years ago- Fix problem with number of events to treat;
ivana [Mon, 2 Apr 2007 11:37:54 +0000 (11:37 +0000)]
- Fix problem with number of events to treat;
- Add default global constrains;
- Better log messages
(Javier)

17 years agoIncrease maximum number of global constrains to 20
ivana [Mon, 2 Apr 2007 11:37:39 +0000 (11:37 +0000)]
Increase maximum number of global constrains to 20
(Javier)

17 years ago- Fix division by 0 in case of det. elem. not touched by any track.
ivana [Mon, 2 Apr 2007 11:37:25 +0000 (11:37 +0000)]
- Fix division by 0 in case of det. elem. not touched by any track.
- Better log messages
(Javier)

17 years ago- ReAlign adapted for new geometry;
ivana [Mon, 2 Apr 2007 11:37:08 +0000 (11:37 +0000)]
- ReAlign adapted for new geometry;
- Add default global constrains;
- Better log messages
(Javier)

17 years agoIn case of bad or missing mapping, an error is stored within the raw-reader error...
cvetan [Mon, 2 Apr 2007 11:09:53 +0000 (11:09 +0000)]
In case of bad or missing mapping, an error is stored within the raw-reader error log.

17 years agoRemoving AliFatal from the altro decoding class. Decoding errors are now stored in...
cvetan [Mon, 2 Apr 2007 11:08:52 +0000 (11:08 +0000)]
Removing AliFatal from the altro decoding class. Decoding errors are now stored in the raw-reader errors log. For the case of missing 0x2aa filling words, a simple recovery procedure is implemented.

17 years agoCoding conventions
masera [Mon, 2 Apr 2007 10:15:26 +0000 (10:15 +0000)]
Coding conventions

17 years agoD.P.: Produce EMCTrackSegments using TPC/ITS tracks (no CPV)
kharlov [Sun, 1 Apr 2007 19:16:52 +0000 (19:16 +0000)]
D.P.: Produce EMCTrackSegments using TPC/ITS tracks (no CPV)

17 years agoCorrection for actual vertex position implemented
kharlov [Sun, 1 Apr 2007 15:40:15 +0000 (15:40 +0000)]
Correction for actual vertex position implemented

17 years agoTGeo RS to Local RS transf matr added
kharlov [Sun, 1 Apr 2007 07:37:10 +0000 (07:37 +0000)]
TGeo RS to Local RS transf matr added

17 years agoRedundant Print removed
kharlov [Sun, 1 Apr 2007 07:34:59 +0000 (07:34 +0000)]
Redundant Print removed

17 years agoStand Alone tracker updated to use displaced primary vertices in the bending plane...
masera [Sat, 31 Mar 2007 10:16:30 +0000 (10:16 +0000)]
Stand Alone tracker updated to use displaced primary vertices in the bending plane. The combined TPC+ITA tracking is still the default, but an option to run in a complete stand alone mode has been added. This option can be set via AliReconstruction::SetOption("ITS","onlyITS")

17 years agoFixed geometry call in AliEMCALTrigger to also work without galice.root
mvl [Sat, 31 Mar 2007 00:04:34 +0000 (00:04 +0000)]
Fixed geometry call in AliEMCALTrigger to also work without galice.root

17 years agocorrect streamer
acolla [Fri, 30 Mar 2007 17:05:52 +0000 (17:05 +0000)]
correct streamer

17 years agoCheck option for independent vertices.
morsch [Fri, 30 Mar 2007 15:45:35 +0000 (15:45 +0000)]
Check option for independent vertices.

17 years agoCorrect streamer (Haavard)
cvetan [Fri, 30 Mar 2007 14:09:45 +0000 (14:09 +0000)]
Correct streamer (Haavard)

17 years agoMother volume for MUON chamber on top level.
morsch [Fri, 30 Mar 2007 14:01:48 +0000 (14:01 +0000)]
Mother volume for MUON chamber on top level.

17 years agoPID for particles with E < 5 GeV was not done, temporal solution found (Guenole)
gustavo [Fri, 30 Mar 2007 13:50:34 +0000 (13:50 +0000)]
PID for particles with E < 5 GeV was not done, temporal solution found (Guenole)

17 years agoPrint of digit object added
cheynis [Fri, 30 Mar 2007 12:58:58 +0000 (12:58 +0000)]
Print of digit object added

17 years agoSmall changes needed for batch analysis. (Ch. Klein-Boesing)
morsch [Fri, 30 Mar 2007 12:25:14 +0000 (12:25 +0000)]
Small changes needed for batch analysis. (Ch. Klein-Boesing)

17 years agoCorrections for the TGeo interface. (A. Gheata)
morsch [Fri, 30 Mar 2007 09:17:50 +0000 (09:17 +0000)]
Corrections for the TGeo interface. (A. Gheata)

17 years agoRight Local Reference System in theta Cerenkov reconstruction
dibari [Fri, 30 Mar 2007 08:12:45 +0000 (08:12 +0000)]
Right Local Reference System in theta Cerenkov reconstruction

17 years agoAccess to stripX21 in MakeTriggerTrack corrected (Philippe C.)
pcrochet [Fri, 30 Mar 2007 07:53:05 +0000 (07:53 +0000)]
Access to stripX21 in MakeTriggerTrack corrected (Philippe C.)

17 years agoSome particles produced by HERWIG added.
morsch [Thu, 29 Mar 2007 21:52:31 +0000 (21:52 +0000)]
Some particles produced by HERWIG added.

17 years agoUpdate to FLUKA 2006.3b.
morsch [Thu, 29 Mar 2007 21:28:08 +0000 (21:28 +0000)]
Update to FLUKA 2006.3b.

17 years agoRecord changes.
mtadel [Thu, 29 Mar 2007 16:48:55 +0000 (16:48 +0000)]
Record changes.

17 years agoFix indentation.
mtadel [Thu, 29 Mar 2007 16:48:54 +0000 (16:48 +0000)]
Fix indentation.

17 years agoNew file, import VZERO digits.
mtadel [Thu, 29 Mar 2007 16:48:53 +0000 (16:48 +0000)]
New file, import VZERO digits.

17 years agoVZERO volumes now placed in common mother.
mtadel [Thu, 29 Mar 2007 16:48:52 +0000 (16:48 +0000)]
VZERO volumes now placed in common mother.

17 years agoget lut output for xTrig && yTrig (Philippe C.)
pcrochet [Thu, 29 Mar 2007 16:30:25 +0000 (16:30 +0000)]
get lut output for xTrig && yTrig (Philippe C.)

17 years agoNew raw-data format. For details, see http://indico.cern.ch/materialDisplay.py?contri...
cvetan [Thu, 29 Mar 2007 16:20:11 +0000 (16:20 +0000)]
New raw-data format. For details, see http://indico.cern.ch/materialDisplay.py?contribId=3&amp;materialId=slides&amp;confId=14247 . The main idea is that the sub-detector raw-data is stored in separate branches. The access to the data is then provided by TRef. The change of the format is fully backward compatible. There is no need in changing any raw-data reading code. The new format allows for faster reading of raw-data in case of several raw-data events are stored in one raw-data file.

17 years agoSecond attempt to fix GLU dep on osx.
mtadel [Thu, 29 Mar 2007 16:10:27 +0000 (16:10 +0000)]
Second attempt to fix GLU dep on osx.

17 years agoPutting an invalid equipment ID in case of missing header. Zero is occupied for SPD...
cvetan [Thu, 29 Mar 2007 16:10:21 +0000 (16:10 +0000)]
Putting an invalid equipment ID in case of missing header. Zero is occupied for SPD and therefore is replaced by -1. This fix affects only the START_OF_* END_OF_* events.

17 years agoMethod GetMask simplified (thanks to Laurent)
pcrochet [Thu, 29 Mar 2007 16:02:28 +0000 (16:02 +0000)]
Method GetMask simplified (thanks to Laurent)

17 years agoPreparing the raw reader for the new raw-data format. Minor additions to the warning...
cvetan [Thu, 29 Mar 2007 15:57:51 +0000 (15:57 +0000)]
Preparing the raw reader for the new raw-data format. Minor additions to the warning messages

17 years agoBUG FIXED in MakeTriggerTrack and Decoupling trigX and trigY in LocalTrigger (Philipp...
pcrochet [Thu, 29 Mar 2007 15:34:13 +0000 (15:34 +0000)]
BUG FIXED in MakeTriggerTrack and Decoupling trigX and trigY in LocalTrigger (Philippe C.)

17 years agoDecoupling trigX and trigY in LocalTrigger (Philippe C.)
pcrochet [Thu, 29 Mar 2007 15:34:12 +0000 (15:34 +0000)]
Decoupling trigX and trigY in LocalTrigger (Philippe C.)

17 years agoSmall mods by Andrei
panos [Thu, 29 Mar 2007 13:56:51 +0000 (13:56 +0000)]
Small mods by Andrei

17 years agoPoints 2 cavern/pit and shielding blocks as installed.
morsch [Thu, 29 Mar 2007 13:43:06 +0000 (13:43 +0000)]
Points 2 cavern/pit and shielding blocks as installed.

17 years agoRemoval of the last gAlice deps. In case of raw-data reconstruction and missing gAlic...
cvetan [Thu, 29 Mar 2007 13:35:01 +0000 (13:35 +0000)]
Removal of the last gAlice deps. In case of raw-data reconstruction and missing gAlice.root, the default TRD geometry is used

17 years agoAdd comments for Doxygen
pcrochet [Thu, 29 Mar 2007 12:26:17 +0000 (12:26 +0000)]
Add comments for Doxygen

17 years ago29-mar-2007 NvE New memberfunction Almanac() introduced in AliTimestamp to provide a
nick [Thu, 29 Mar 2007 12:03:49 +0000 (12:03 +0000)]
29-mar-2007 NvE New memberfunction Almanac() introduced in AliTimestamp to provide a
                central place for calculation of astronomical observables.

17 years agoRemoval of AliDebug in the innermost raw-data decoding loop. Removal of unneeded...
cvetan [Thu, 29 Mar 2007 11:51:00 +0000 (11:51 +0000)]
Removal of AliDebug in the innermost raw-data decoding loop. Removal of unneeded filling of MC labels in case of raw-data reading. The overall speed-up of the TRD local reconstruction is about 2-2.5

17 years agoObsolete TRD trigger code. It will be moved to the TRD simulation
cvetan [Thu, 29 Mar 2007 11:48:59 +0000 (11:48 +0000)]
Obsolete TRD trigger code. It will be moved to the TRD simulation

17 years agoCorrected comments for Doxygen
ivana [Thu, 29 Mar 2007 11:16:13 +0000 (11:16 +0000)]
Corrected comments for Doxygen

17 years agoAdding missing libs (Laurent)
ivana [Thu, 29 Mar 2007 11:15:04 +0000 (11:15 +0000)]
Adding missing libs (Laurent)

17 years agoMoving the Decode methods (which are used by 2 classes now) (Laurent)
ivana [Thu, 29 Mar 2007 11:14:54 +0000 (11:14 +0000)]
Moving the Decode methods (which are used by 2 classes now) (Laurent)

17 years agoAdding Print method (Laurent)
ivana [Thu, 29 Mar 2007 11:14:43 +0000 (11:14 +0000)]
Adding Print method (Laurent)

17 years agoAdding handling of Capacitances (Laurent)
ivana [Thu, 29 Mar 2007 11:14:37 +0000 (11:14 +0000)]
Adding handling of Capacitances (Laurent)

17 years agoNew storage class and its iterator (Laurent)
ivana [Thu, 29 Mar 2007 11:14:26 +0000 (11:14 +0000)]
New storage class and its iterator (Laurent)

17 years agoSmall modification in loops by Sylwester to speed up the code
cblume [Thu, 29 Mar 2007 08:31:40 +0000 (08:31 +0000)]
Small modification in loops by Sylwester to speed up the code

17 years agoConversion of survey data into alignable objects implemented
cblume [Thu, 29 Mar 2007 08:12:26 +0000 (08:12 +0000)]
Conversion of survey data into alignable objects implemented

17 years agoUpdated readme - sorry for the numerous mails
panos [Thu, 29 Mar 2007 07:51:33 +0000 (07:51 +0000)]
Updated readme - sorry for the numerous mails

17 years agoAdding the ESD and ANALYSIS packages - reference point for the PDC06 data
panos [Thu, 29 Mar 2007 07:49:42 +0000 (07:49 +0000)]
Adding the ESD and ANALYSIS packages - reference point for the PDC06 data

17 years agoAdding the setenv.sh script to setup the env. variables in lxplus - The script uses...
panos [Thu, 29 Mar 2007 07:47:39 +0000 (07:47 +0000)]
Adding the setenv.sh script to setup the env. variables in lxplus - The script uses the pchrist@ROOT::v5.15.04 and pchrist@AliRoot::v4-04-Release-a packages validated for the kine access in batch sessions - To be used for interactive analysis tests before the batch processing

17 years agoNew readme file
panos [Thu, 29 Mar 2007 07:37:03 +0000 (07:37 +0000)]
New readme file

17 years agoAdding th new jdl, macro and executable - to be used as a template for the batch...
panos [Thu, 29 Mar 2007 07:32:45 +0000 (07:32 +0000)]
Adding th new jdl, macro and executable - to be used as a template for the batch sessions

17 years agoremoving the old macro
panos [Thu, 29 Mar 2007 07:31:29 +0000 (07:31 +0000)]
removing the old macro

17 years agoremoving the old executable
panos [Thu, 29 Mar 2007 07:28:01 +0000 (07:28 +0000)]
removing the old executable

17 years agoremoving the old jdl
panos [Thu, 29 Mar 2007 07:27:37 +0000 (07:27 +0000)]
removing the old jdl