]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
16 years agoCreation of AliAlignObjParam with equivalent transformation for sensitive volumes
masera [Fri, 8 Feb 2008 05:37:41 +0000 (05:37 +0000)]
Creation of AliAlignObjParam with equivalent transformation for sensitive volumes

16 years agoAdding job handler (Marian)
marian [Thu, 7 Feb 2008 20:25:42 +0000 (20:25 +0000)]
Adding job handler (Marian)

16 years agoAdding the tools for analyzing test TPC data
marian [Thu, 7 Feb 2008 20:22:21 +0000 (20:22 +0000)]
Adding the tools for analyzing test TPC data

16 years agoCode clean up
cholm [Thu, 7 Feb 2008 19:26:27 +0000 (19:26 +0000)]
Code clean up

16 years agoExplicit casts to resolve ambiguity (Solaris x86)
hristov [Thu, 7 Feb 2008 17:36:16 +0000 (17:36 +0000)]
Explicit casts to resolve ambiguity (Solaris x86)

16 years agoFix for copy/paste error
hristov [Thu, 7 Feb 2008 17:34:13 +0000 (17:34 +0000)]
Fix for copy/paste error

16 years agoFix for copy/paste error
hristov [Thu, 7 Feb 2008 17:33:47 +0000 (17:33 +0000)]
Fix for copy/paste error

16 years agoFix in the initialization (Solaris x86)
hristov [Thu, 7 Feb 2008 17:32:14 +0000 (17:32 +0000)]
Fix in the initialization (Solaris x86)

16 years agoUsing TMath::Log instead of log
hristov [Thu, 7 Feb 2008 17:30:54 +0000 (17:30 +0000)]
Using TMath::Log instead of log

16 years agoBug fix: provide return value
hristov [Thu, 7 Feb 2008 17:29:59 +0000 (17:29 +0000)]
Bug fix: provide return value

16 years agoInclude strings.h needed on Solaris x86
hristov [Thu, 7 Feb 2008 17:28:10 +0000 (17:28 +0000)]
Include strings.h needed on Solaris x86

16 years agoBug fix: provide return value
hristov [Thu, 7 Feb 2008 17:27:12 +0000 (17:27 +0000)]
Bug fix: provide return value

16 years agoBug fix: uncomment argument that is used in the method
hristov [Thu, 7 Feb 2008 17:25:15 +0000 (17:25 +0000)]
Bug fix: uncomment argument that is used in the method

16 years agoUtility to display the pedestal and error files from DA.
dibari [Thu, 7 Feb 2008 17:22:32 +0000 (17:22 +0000)]
Utility to display the pedestal and error files from DA.

16 years agoThe test macro takes the timestamps as arguments
rgrosso [Thu, 7 Feb 2008 17:21:19 +0000 (17:21 +0000)]
The test macro takes the timestamps as arguments

16 years agowhoops
cholm [Thu, 7 Feb 2008 17:15:03 +0000 (17:15 +0000)]
whoops

16 years agoAdded missing pragma's
cholm [Thu, 7 Feb 2008 17:13:09 +0000 (17:13 +0000)]
Added missing pragma's

16 years agoBetter error monitoring. Pedestal structure updated. Set the sigma cut from a file...
dibari [Thu, 7 Feb 2008 16:59:28 +0000 (16:59 +0000)]
Better error monitoring. Pedestal structure updated. Set the sigma cut from a file on the LDC. Possible to switch on single pad monitoring. Minors.

16 years agoAdded QA code from Hans Hjersing Dalsgaard <canute@nbi.dk>
cholm [Thu, 7 Feb 2008 16:38:35 +0000 (16:38 +0000)]
Added QA code from Hans Hjersing Dalsgaard <canute@nbi.dk>
Please bug him (Cc'ed to me) in case of problems :-)

16 years agoFixed raw reading and writing. Problem was, that Cvetan had
cholm [Thu, 7 Feb 2008 16:29:43 +0000 (16:29 +0000)]
Fixed raw reading and writing.   Problem was, that Cvetan had
put the default to read raw data with 8x32bit common data
header and the variable size RCU trailer.   However, none
of the RCU firmware that we have available to us does this,
so all raw data that we would write could not be read by
AliAltroRawStreamer!

From Cvetans comments it seems that the TPC has some
RCU firmware that does write an 8x32bit common data
header and the RCU trailers - I guess someone is not
telling us the full story here - or the TPC is in
fact using some other piece of code to read the
data with!

In any case, I implemented code in AliFMDParameters to
set and get the mode for the raw reading.   Since
AliAltroBuffer _always_ writes the newer format (CDH of
8x32bit and RCU trailer) one should leave the defaults in
AliFMDParameters when reading simulated raw data.
However, when reading raw data from the real detectors, one
need to use the old format (7x32bit CDH and no RCU trailer),
which is done by doing

   AliFMDParameters* p = AliFMDParameters::Instance();
   p->UseRcuTrailer(false);
   p->UseCompleteHeader(false);

Also implemented code in AliFMDRawReader to correctly
skip the first 19 timebins (14 before the trigger, and
5 "extra" timebins from some funny stuff in the ALTROs).
Similarly, the AliFMDRawWriter will start the data in
timebin 19 (counting from 0).

16 years agoNothing
cholm [Thu, 7 Feb 2008 16:11:44 +0000 (16:11 +0000)]
Nothing

16 years agoClean-up compile-time warnings
cholm [Thu, 7 Feb 2008 16:11:17 +0000 (16:11 +0000)]
Clean-up compile-time warnings

16 years agoClean-up compile-time warnings
cholm [Thu, 7 Feb 2008 16:10:42 +0000 (16:10 +0000)]
Clean-up compile-time warnings

16 years agoAdding the mapping file - equivalent of DAQ mapping file.
marian [Thu, 7 Feb 2008 15:50:06 +0000 (15:50 +0000)]
Adding the mapping file - equivalent of DAQ mapping file.
(Marian)

16 years agoIn case of test setup use configuration data from the $DAQDA_TEST_DIR
marian [Thu, 7 Feb 2008 15:37:43 +0000 (15:37 +0000)]
In case of test setup use configuration data from the $DAQDA_TEST_DIR
It is done automatically (if variable defined).
Manual intervention removed (Marian)

16 years agoFor test purposes check the presence of the configuration data in the $DAQDA_TEST_DIR
marian [Thu, 7 Feb 2008 14:01:20 +0000 (14:01 +0000)]
For test purposes check the presence of the configuration data in the $DAQDA_TEST_DIR
as first
Only if not existing - get the data from DAQdb

Adding protection for corrupted data - check the pad and row number if reasonable
Disabling Altro warnings - Not working yet

(Marian)

16 years agoAdded classes for Kr cluster finder handling
kowal2 [Thu, 7 Feb 2008 11:50:56 +0000 (11:50 +0000)]
Added classes for Kr cluster finder handling

16 years agoExample macros for Kr cluster finding
kowal2 [Thu, 7 Feb 2008 11:38:02 +0000 (11:38 +0000)]
Example macros for Kr cluster finding

16 years agoClasses for handling Kr cluster finder
kowal2 [Thu, 7 Feb 2008 11:37:05 +0000 (11:37 +0000)]
Classes for handling Kr cluster finder

16 years agoRe-create the CDH header for each event to take into account correctly
ivana [Thu, 7 Feb 2008 10:48:12 +0000 (10:48 +0000)]
Re-create the CDH header for each event to take into account correctly
the trigger mask info
(Christian)

16 years agoAdding the functionality to check the consistency of the CDHs
cvetan [Thu, 7 Feb 2008 10:32:37 +0000 (10:32 +0000)]
Adding the functionality to check the consistency of the CDHs

16 years agoAdded data member fGainFactor
kowal2 [Thu, 7 Feb 2008 10:19:44 +0000 (10:19 +0000)]
Added data member fGainFactor

16 years agoAdding missing header file for altro mapping (Marian)
marian [Thu, 7 Feb 2008 09:21:41 +0000 (09:21 +0000)]
Adding missing header file for altro mapping (Marian)

16 years agoNew stager settings
hristov [Thu, 7 Feb 2008 08:33:28 +0000 (08:33 +0000)]
New stager settings

16 years agoFixes in the memory managment, additional protections
hristov [Thu, 7 Feb 2008 08:24:08 +0000 (08:24 +0000)]
Fixes in the memory managment, additional protections

16 years agodcs timeout and number of retrievals set in the configuration instead of in AliShuttl...
rgrosso [Wed, 6 Feb 2008 18:25:52 +0000 (18:25 +0000)]
dcs timeout and number of retrievals set in the configuration instead of in AliShuttleTrigger constructor. Updated global configuration

16 years agoHigh_gain/low_gain calculation added; histogram names changed to satisfy AliPHOSDA1...
policheh [Wed, 6 Feb 2008 18:07:17 +0000 (18:07 +0000)]
High_gain/low_gain calculation added; histogram names changed to satisfy AliPHOSDA1 conventions.

16 years agoPossibility to set Altro mapping - AliTPCCalibCE.cxx AliTPCCalibPulser.h AliTPCCalib...
marian [Wed, 6 Feb 2008 17:41:16 +0000 (17:41 +0000)]
Possibility to set Altro mapping -  AliTPCCalibCE.cxx AliTPCCalibPulser.h AliTPCCalibPulser.cxx AliTPCCalibCE.h

Seeting the Altro mapping from DAQ DB  - TPCPULSERda.cxx TPCCEda.cxx

(Marian Ivanov)

16 years agoAdding possibility to use outlier map
marian [Wed, 6 Feb 2008 17:14:39 +0000 (17:14 +0000)]
Adding possibility to use outlier map
+
Checkeing estimated noise values

(Jens Viechula)

16 years agoAdditional protection
hristov [Wed, 6 Feb 2008 17:05:36 +0000 (17:05 +0000)]
Additional protection

16 years agoOne more fix for compilation on mac power pc platforms
ivana [Wed, 6 Feb 2008 13:07:56 +0000 (13:07 +0000)]
One more fix for compilation on  mac power pc platforms
(Javier)

16 years agoStoring in ESD the primary vertex reconstructed with TPC stand-alone
belikov [Wed, 6 Feb 2008 12:10:34 +0000 (12:10 +0000)]
Storing in ESD the primary vertex reconstructed with TPC stand-alone

16 years agoBug fix (Bjorn)
hristov [Wed, 6 Feb 2008 11:18:31 +0000 (11:18 +0000)]
Bug fix (Bjorn)

16 years agoFixes compilation problems for mac power pc platforms
ivana [Wed, 6 Feb 2008 11:02:23 +0000 (11:02 +0000)]
Fixes compilation problems for mac power pc platforms
(Artur)

16 years agoBug fix
hristov [Wed, 6 Feb 2008 10:33:01 +0000 (10:33 +0000)]
Bug fix

16 years agohandling of HLTOUT data added; access to parent raw reader restructured
richterm [Wed, 6 Feb 2008 09:41:09 +0000 (09:41 +0000)]
handling of HLTOUT data added; access to parent raw reader restructured

16 years agoseveral bugfixes in the HLTOUT simulation
richterm [Wed, 6 Feb 2008 09:18:20 +0000 (09:18 +0000)]
several bugfixes in the HLTOUT simulation

16 years agobuild system fix for older automake versions
richterm [Wed, 6 Feb 2008 08:58:31 +0000 (08:58 +0000)]
build system fix for older automake versions

16 years agobugfix: offline sink components were lacking registration; code cleanup
richterm [Wed, 6 Feb 2008 07:09:19 +0000 (07:09 +0000)]
bugfix: offline sink components were lacking registration; code cleanup

16 years agoadded AddBlock version with non-const argument to avoid pointer missmatch without...
richterm [Wed, 6 Feb 2008 07:07:24 +0000 (07:07 +0000)]
added AddBlock version with non-const argument to avoid pointer missmatch without compilation warning

16 years agoProtection against index out of range
marian [Tue, 5 Feb 2008 20:11:45 +0000 (20:11 +0000)]
Protection against index out of range
SetFastCluster(Int_t i, Short_t cl)

In case of misscalibrated drift velocity the index can go out of range
(Marian)

16 years agoDo not write summable digits with zero energy to reduce the (virtual) memory
hristov [Tue, 5 Feb 2008 19:48:33 +0000 (19:48 +0000)]
Do not write summable digits with zero energy to reduce the (virtual) memory

16 years agoAdd option to also import tracks created by special function in AliESDtrack. Controll...
mtadel [Tue, 5 Feb 2008 19:46:48 +0000 (19:46 +0000)]
Add option to also import tracks created by special function in AliESDtrack. Controlled via global 'Bool_t gkMakeTrackParamLines'.

16 years agoBring AliFemto up to date with latest code developements
akisiel [Tue, 5 Feb 2008 16:51:41 +0000 (16:51 +0000)]
Bring AliFemto up to date with latest code developements

 - Update autmatic generation of output histogram list
 - Add cuts, monitors and correlation functions for various TPC
  quality information (exit point, entrance point, track quality,
  momentum resolution, TPC-only momentum)
 - Add readers for new ESD
 - Add readers for Kinematics information with the new ESD
 - Update model code to use true PID for weight generation
 - Add code to calculate correlation functions for non-identical
  particles
 - Add basic examples for track and particle monitors

16 years agoFixes in order to treat correctly event and sub-event header extensions.
cvetan [Tue, 5 Feb 2008 16:41:45 +0000 (16:41 +0000)]
Fixes in order to treat correctly event and sub-event header extensions.

16 years agoAdditional debug message
cvetan [Tue, 5 Feb 2008 16:31:24 +0000 (16:31 +0000)]
Additional debug message

16 years agoAdapted to changes in AliVertexerTracks (Andrea)
dainese [Tue, 5 Feb 2008 16:02:54 +0000 (16:02 +0000)]
Adapted to changes in AliVertexerTracks (Andrea)

16 years agoChanged pt cut value (Andrea)
dainese [Tue, 5 Feb 2008 15:43:33 +0000 (15:43 +0000)]
Changed pt cut value (Andrea)

16 years agoCorrected the HLT DDL links identification (according to the alice internal note...
cvetan [Tue, 5 Feb 2008 15:09:48 +0000 (15:09 +0000)]
Corrected the HLT DDL links identification (according to the alice internal note ALICE-INT-2007-015 version 2)

16 years agoBug fix
belikov [Tue, 5 Feb 2008 14:20:39 +0000 (14:20 +0000)]
Bug fix

16 years agoBug fix (Chiara)
hristov [Tue, 5 Feb 2008 14:01:44 +0000 (14:01 +0000)]
Bug fix (Chiara)

16 years agoNew visualization possibilities (M. Ivanov)
belikov [Tue, 5 Feb 2008 10:56:10 +0000 (10:56 +0000)]
New visualization possibilities (M. Ivanov)

16 years agoPossibility to reconstruct the primary vertex using an array of pre-selected AliExter...
belikov [Tue, 5 Feb 2008 10:21:41 +0000 (10:21 +0000)]
Possibility to reconstruct the primary vertex using an array of pre-selected AliExternalTrackParams. Needed for the primary vertex reconstruction with TPC stand-alone. (A. Dainese & F. Prino)

16 years agoAdditional protection in case of raw data
hristov [Tue, 5 Feb 2008 08:15:53 +0000 (08:15 +0000)]
Additional protection in case of raw data

16 years agoAccess method
hristov [Tue, 5 Feb 2008 07:59:22 +0000 (07:59 +0000)]
Access method

16 years ago3-par fitting for better quality estimate
prsnko [Tue, 5 Feb 2008 06:41:43 +0000 (06:41 +0000)]
3-par fitting for better quality estimate

16 years agoenergy cuts become calibration-dependent
prsnko [Tue, 5 Feb 2008 06:40:43 +0000 (06:40 +0000)]
energy cuts become calibration-dependent

16 years agonewRCU format used consistently in QA and reconstr.
prsnko [Tue, 5 Feb 2008 06:37:30 +0000 (06:37 +0000)]
newRCU format used consistently in QA and reconstr.

16 years agoHisto limits extended to be useful in beamtest
prsnko [Tue, 5 Feb 2008 06:36:19 +0000 (06:36 +0000)]
Histo limits extended to be useful in beamtest

16 years agobug fix (B. Nilsen)
masera [Tue, 5 Feb 2008 06:31:54 +0000 (06:31 +0000)]
bug fix (B. Nilsen)

16 years agocorrected the Merger for non consecutive run numbers
schutz [Tue, 5 Feb 2008 05:14:15 +0000 (05:14 +0000)]
corrected the Merger for non consecutive run numbers

16 years agopackage documentation
richterm [Tue, 5 Feb 2008 04:13:17 +0000 (04:13 +0000)]
package documentation

16 years agocorrected message in case of empty HLT task list
richterm [Tue, 5 Feb 2008 04:09:32 +0000 (04:09 +0000)]
corrected message in case of empty HLT task list

16 years ago- Fixing a problem in the tail effect, due to which
ivana [Mon, 4 Feb 2008 15:34:24 +0000 (15:34 +0000)]
- Fixing a problem in the tail effect, due to which
  simulation got suck on some platforms, by adding a check
  for pad validity. (Indra, thanks to Javier)
- Put the default for tail effect back to kTRUE
- Apply the setting also for the response of St1

16 years agoRemoving a dep on a header file from HLT (Matthias)
cvetan [Mon, 4 Feb 2008 13:34:17 +0000 (13:34 +0000)]
Removing a dep on a header file from HLT (Matthias)

16 years agocode documentation
richterm [Mon, 4 Feb 2008 12:08:06 +0000 (12:08 +0000)]
code documentation

16 years agoChanges for new AliEve (Matevz)
marian [Mon, 4 Feb 2008 12:07:45 +0000 (12:07 +0000)]
Changes for new AliEve (Matevz)

16 years agoFixing a cut-and-paste bug, calling the global QA after CleanESD, and filling the...
belikov [Mon, 4 Feb 2008 10:47:28 +0000 (10:47 +0000)]
Fixing a cut-and-paste bug, calling the global QA after CleanESD, and filling the track residuals during RefitInward

16 years agoPossibility to monitor the system information (Marian)
hristov [Mon, 4 Feb 2008 09:49:29 +0000 (09:49 +0000)]
Possibility to monitor the system information (Marian)

16 years agoRemove fix for strange phi convention for SPD tracklets.
mtadel [Sun, 3 Feb 2008 20:21:05 +0000 (20:21 +0000)]
Remove fix for strange phi convention for SPD tracklets.

16 years agoAdding new classes for TPC alingment - Magnus Mager
marian [Fri, 1 Feb 2008 18:29:56 +0000 (18:29 +0000)]
Adding new classes for TPC alingment - Magnus Mager

16 years agoFixing compilation errors: ISO C++ forbids variable-size array
ivana [Fri, 1 Feb 2008 18:11:21 +0000 (18:11 +0000)]
Fixing compilation errors: ISO C++ forbids variable-size array
(Javier)

16 years agoPedantic errors and effective C++ warnings in case of gcc 4.x.x
hristov [Fri, 1 Feb 2008 16:17:45 +0000 (16:17 +0000)]
Pedantic errors and effective C++ warnings in case of gcc 4.x.x

16 years agoAdding CTP run configuration and scalers into the GRP preprocessing. They are abtaine...
cvetan [Fri, 1 Feb 2008 15:59:46 +0000 (15:59 +0000)]
Adding CTP run configuration and scalers into the GRP preprocessing. They are abtained from DCS FXS as text files and then are objectified and stored into OCDB

16 years agoAdded some memory cleaning
decaro [Fri, 1 Feb 2008 15:03:20 +0000 (15:03 +0000)]
Added some memory cleaning

16 years agobugfix: corrected URI format for local CDB initialization
richterm [Fri, 1 Feb 2008 14:24:35 +0000 (14:24 +0000)]
bugfix: corrected URI format for local CDB initialization

16 years agoImprovements and additional protections while accessing the input config file (Michal)
cvetan [Fri, 1 Feb 2008 12:52:56 +0000 (12:52 +0000)]
Improvements and additional protections while accessing the input config file (Michal)

16 years agoProper message and abort in case of missing DATE_RUN_NUMBER env variable
cvetan [Fri, 1 Feb 2008 12:17:21 +0000 (12:17 +0000)]
Proper message and abort in case of missing DATE_RUN_NUMBER env variable

16 years agoIMPORTANT BUG FIXES svn diff RAW Causing a segv in AliMDC::ClassName method when...
cvetan [Fri, 1 Feb 2008 12:15:26 +0000 (12:15 +0000)]
IMPORTANT BUG FIXES svn diff RAW Causing a segv in AliMDC::ClassName method when running on online DAQ machines. Was due to the fact that the requested tag file name was longer than the allocated character string. Another bug was that the method which returns the aliroot version, the returned string was in a local TString.

16 years agonew TPC cluster finder algorithm based on channel/bunch access added (Kenneth)
richterm [Fri, 1 Feb 2008 10:58:31 +0000 (10:58 +0000)]
new TPC cluster finder algorithm based on channel/bunch access added (Kenneth)

16 years agoAdding setting default CDB storage and run number,
ivana [Fri, 1 Feb 2008 10:29:35 +0000 (10:29 +0000)]
Adding setting default CDB storage and run number,
now required by the framework.
(Javier)

16 years ago- Updated the geometry of stations 3, 4, 5.
ivana [Fri, 1 Feb 2008 10:29:00 +0000 (10:29 +0000)]
- Updated the geometry of stations 3, 4, 5.
- Using composite shapes to have a more accurate description
  of the rounded pcb
- Included all materials not only the sensitive volume.
- Also included the readout cables as installed.
(Javier)

16 years agoBug now is fixed.
dibari [Fri, 1 Feb 2008 08:59:56 +0000 (08:59 +0000)]
Bug now is fixed.

16 years agoToo big numbers!
dibari [Fri, 1 Feb 2008 07:34:25 +0000 (07:34 +0000)]
Too big numbers!

16 years agomore bugfixes on data type operator semantics: earlier workarounds have been cleaned now
richterm [Thu, 31 Jan 2008 21:16:58 +0000 (21:16 +0000)]
more bugfixes on data type operator semantics: earlier workarounds have been cleaned now

16 years agoSlice Tracker configuration via CDB objects implemented (Gaute)
richterm [Thu, 31 Jan 2008 15:54:35 +0000 (15:54 +0000)]
Slice Tracker configuration via CDB objects implemented (Gaute)

16 years agoAdd electronics boxes
cblume [Thu, 31 Jan 2008 15:52:28 +0000 (15:52 +0000)]
Add electronics boxes

16 years agoCorrected TPC/Config/Preprocessor entry
haavard [Thu, 31 Jan 2008 14:55:56 +0000 (14:55 +0000)]
Corrected TPC/Config/Preprocessor entry

16 years agoAdditional protection in case of missing TPC data (Peter Christiansen)
marian [Thu, 31 Jan 2008 14:49:18 +0000 (14:49 +0000)]
Additional protection in case of missing TPC data (Peter Christiansen)

16 years agoNew geometry with services (not ALL) and CRADLE support (for the glory of Fed)
dibari [Thu, 31 Jan 2008 13:41:59 +0000 (13:41 +0000)]
New geometry with services (not ALL) and CRADLE support (for the glory of Fed)