]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
14 years agoremove header with version number 4 ( 3 was skipped)
alla [Wed, 17 Feb 2010 13:52:18 +0000 (13:52 +0000)]
remove header with version number 4 ( 3 was skipped)

14 years agoremove overlaping calibration file
alla [Wed, 17 Feb 2010 13:45:31 +0000 (13:45 +0000)]
remove overlaping calibration file

14 years agonew calibration parameters stored in AliTOFcalibPar.root
rpreghen [Wed, 17 Feb 2010 13:20:26 +0000 (13:20 +0000)]
new calibration parameters stored in AliTOFcalibPar.root

14 years agoReco Param with Latency and Vertex shift
alla [Wed, 17 Feb 2010 12:22:25 +0000 (12:22 +0000)]
Reco Param with Latency and Vertex shift

14 years agoAdded protection and print in case the geoManager is called (EMCAL PHOS geometry...
gconesab [Wed, 17 Feb 2010 11:18:58 +0000 (11:18 +0000)]
Added protection and print in case the geoManager is called (EMCAL PHOS geometry methods) and it is not initialized.

14 years agoProduction file corrected in case of real data analysis
agheata [Wed, 17 Feb 2010 10:49:57 +0000 (10:49 +0000)]
Production file corrected in case of real data analysis

14 years agoFix for bug 62546 - when lock is on, getting an entry via AliCDBId checks whether...
zampolli [Wed, 17 Feb 2010 10:28:24 +0000 (10:28 +0000)]
Fix for bug 62546 - when lock is on, getting an entry via AliCDBId checks whether the set run (fRun) is
inside the run range of the AliCDBId itself, not only if fRun is equal to the lower limit of
the run range. Same for the case when the cache is active.

14 years agoCorrected position of the second resistor chain
kowal2 [Wed, 17 Feb 2010 10:18:45 +0000 (10:18 +0000)]
Corrected position of the second resistor chain

14 years agokNoDecayBeauty added.
morsch [Tue, 16 Feb 2010 22:27:15 +0000 (22:27 +0000)]
kNoDecayBeauty added.

14 years agoSyntax for AliDebug fixed..
zampolli [Tue, 16 Feb 2010 22:26:08 +0000 (22:26 +0000)]
Syntax for AliDebug fixed..

14 years agoRemoving non-working HP for the GRP configuration for the test setup.
zampolli [Tue, 16 Feb 2010 20:44:59 +0000 (20:44 +0000)]
Removing non-working HP for the GRP configuration for the test setup.

14 years agoAvoiding generating errors due to missing non-working Data points - following discuss...
zampolli [Tue, 16 Feb 2010 20:40:53 +0000 (20:40 +0000)]
Avoiding generating errors due to missing non-working Data points - following discussion with Peter Chochula.

14 years agoSimplifications, now that pedestal subprocessor is taking care of deciding whether...
laphecet [Tue, 16 Feb 2010 20:36:18 +0000 (20:36 +0000)]
Simplifications, now that pedestal subprocessor is taking care of deciding whether or not the configuration changed

14 years agoI committed changes in setting of the magnetic field
morsch [Tue, 16 Feb 2010 19:40:17 +0000 (19:40 +0000)]
I committed changes in setting of the magnetic field
in geant4_vmc a few days ago.
While before there were hardwired the default Geant4
stepper, type of equation of motion and all tunable
parameters, user has now a possibility to change these
from a macro.
Also now the Geant4 field is created only if
user has set the field to gMC before calling gMC->Init().
In this way we avoid creating the field for applications
with no field.
This last change requires to swap the calls in AliSimulation:
  gAlice->GetMCApp()->Init();
  gMC->SetMagField(TGeoGlobalMagField::Instance()->GetField());
to:
  gMC->SetMagField(TGeoGlobalMagField::Instance()->GetField());
  gAlice->GetMCApp()->Init();

Ivana Hrivnacova <Ivana.Hrivnacova@cern.ch>

14 years agoUpdating dcs server for the tests, and some aliases for PMD (schema_prod), TPC, TRD...
zampolli [Tue, 16 Feb 2010 19:36:43 +0000 (19:36 +0000)]
Updating dcs server for the tests, and some aliases for PMD (schema_prod), TPC, TRD, TOF (schema).

14 years agoAdd dielectron framework to PWG3
andronic [Tue, 16 Feb 2010 19:21:28 +0000 (19:21 +0000)]
Add dielectron framework to PWG3

14 years agoAdder resistor chains for guard rings, IFC
kowal2 [Tue, 16 Feb 2010 16:25:51 +0000 (16:25 +0000)]
Adder resistor chains for guard rings, IFC

14 years agoCut on either of the SPD layers - better implemented
pchrist [Tue, 16 Feb 2010 15:32:04 +0000 (15:32 +0000)]
Cut on either of the SPD layers - better implemented

14 years agoFix in printing the missing DCS DPs.
zampolli [Tue, 16 Feb 2010 14:51:59 +0000 (14:51 +0000)]
Fix in printing the missing DCS DPs.

14 years agoPatch to decide to use or not use the mc information, only if option simulation is...
gconesab [Tue, 16 Feb 2010 13:39:26 +0000 (13:39 +0000)]
Patch to decide to use or not use the mc information, only if option simulation is true

14 years agoAdded the inner field cage segmentation
kowal2 [Tue, 16 Feb 2010 13:22:45 +0000 (13:22 +0000)]
Added the inner field cage segmentation

14 years agoPatch in MCUtils to avoid unnecesary print, in case the default generator PYTHIA...
gconesab [Tue, 16 Feb 2010 11:41:44 +0000 (11:41 +0000)]
Patch in MCUtils to avoid unnecesary print, in case the default generator PYTHIA, is not the one used to generate the data

14 years agoIn case of keeping the new aod branches in the standard AOD, correct the filling...
gconesab [Tue, 16 Feb 2010 11:14:55 +0000 (11:14 +0000)]
In case of keeping the new aod branches in the standard AOD, correct the filling of the input AOD branch for the task

14 years agoBugfix
slindal [Tue, 16 Feb 2010 10:21:13 +0000 (10:21 +0000)]
Bugfix

14 years agoChanging once more (hopefully we get it correct this time...) the logic to trig the...
laphecet [Tue, 16 Feb 2010 10:07:13 +0000 (10:07 +0000)]
Changing once more (hopefully we get it correct this time...) the logic to trig the upload of tracker configuration) : the shuttle preprocessor is now in charge of deciding whether there was a change or not. It is the only process able to do this correctly anyway

14 years agoAdding method to generate default (complete) tracker configuration OCDB entry
laphecet [Tue, 16 Feb 2010 09:29:17 +0000 (09:29 +0000)]
Adding method to generate default (complete) tracker configuration OCDB entry

14 years agoAdding missing object (now required to exist due to change in AliCDBStorage::Get...
laphecet [Tue, 16 Feb 2010 09:25:00 +0000 (09:25 +0000)]
Adding missing object (now required to exist due to change in AliCDBStorage::Get method (in rev 38594))

14 years agoFixing bug in generating error messages, where the wrong DDL was being indicated.
laphecet [Tue, 16 Feb 2010 09:01:47 +0000 (09:01 +0000)]
Fixing bug in generating error messages, where the wrong DDL was being indicated.

(Artur)

14 years agoMaking AliLog true instanton (Jimmy)
hristov [Tue, 16 Feb 2010 08:49:05 +0000 (08:49 +0000)]
Making AliLog true instanton (Jimmy)

14 years agoReconstruction update to fill two new short AliESDtrack variables with additional...
decaro [Tue, 16 Feb 2010 08:18:16 +0000 (08:18 +0000)]
Reconstruction update to fill two new short AliESDtrack variables with additional time corrections

14 years agoNeuralNet updates from Paola
dsilverm [Tue, 16 Feb 2010 03:47:38 +0000 (03:47 +0000)]
NeuralNet updates from Paola

14 years agoPed and Gain DAs update.
laphecet [Mon, 15 Feb 2010 17:38:37 +0000 (17:38 +0000)]
Ped and Gain DAs update.

MUONTRKPEDda.ccx : messages coming from event decoding  written in DA_PED log file
MUONTRKGAINda.cxx : List of the 11 runs needed to validate calib. DA (OnLine) displayed in the header source file
AliMUONTrackerIO.cxx : bug correction
READMAmchda.txt : README update of the DAs

(Jean-Luc Charvet)

14 years agoupdated vertex selection
jgrosseo [Mon, 15 Feb 2010 16:24:37 +0000 (16:24 +0000)]
updated vertex selection

14 years agobug fix
hdalsgaa [Mon, 15 Feb 2010 16:21:24 +0000 (16:21 +0000)]
bug fix

14 years agoadditional user-friendly functions.
rvernet [Mon, 15 Feb 2010 15:46:38 +0000 (15:46 +0000)]
additional user-friendly functions.

14 years agoWarnings removed when setting event handlers to the manager.
agheata [Mon, 15 Feb 2010 14:51:43 +0000 (14:51 +0000)]
Warnings removed when setting event handlers to the manager.

14 years agoBug corrected in preprocessor
coppedis [Mon, 15 Feb 2010 14:35:56 +0000 (14:35 +0000)]
Bug corrected in preprocessor

14 years agoVME scaler mapping corrected
coppedis [Mon, 15 Feb 2010 14:27:53 +0000 (14:27 +0000)]
VME scaler mapping corrected

14 years agoIf no debugging, set AliLog level to kError
agheata [Mon, 15 Feb 2010 12:50:45 +0000 (12:50 +0000)]
If no debugging, set AliLog level to kError

14 years agodisable tranformation which is not yet in the OCDB
marian [Mon, 15 Feb 2010 12:41:58 +0000 (12:41 +0000)]
disable tranformation which is not yet in the OCDB

Marian.

14 years agoXrootd verbosity switched on for AliAnalysisManager debug level >2
agheata [Mon, 15 Feb 2010 12:15:54 +0000 (12:15 +0000)]
Xrootd verbosity switched on for AliAnalysisManager debug level >2

14 years agoCalibration object updated to take into account the new mapping
coppedis [Mon, 15 Feb 2010 10:40:35 +0000 (10:40 +0000)]
Calibration object updated to take into account the new mapping

14 years agofinal version of unit test for the AliHLTDataBuffer
richterm [Mon, 15 Feb 2010 10:37:29 +0000 (10:37 +0000)]
final version of unit test for the AliHLTDataBuffer
- allowing buffer size bigger than default page size
- implementing the SetSize for the AliHLTDataBuffer test case

14 years agoImportant change in the AliHLTSystem memory handling, activating memory pager
richterm [Mon, 15 Feb 2010 10:34:49 +0000 (10:34 +0000)]
Important change in the AliHLTSystem memory handling, activating memory pager
- final corrections in memory pager
- dynamic page size according to requested size
- replacing current buffer handling with memory pager

This reduces the size of allocated memory for the default HLT chain by a factor of 10 and
avoids explosion of memory consumption for more advanced chains.

14 years agoFile of noisy channel map added in OCDB (new entry /HMPID/Calib/NoiseMap)
gvolpe [Mon, 15 Feb 2010 10:27:56 +0000 (10:27 +0000)]
File of noisy channel map added in OCDB (new entry /HMPID/Calib/NoiseMap)

14 years agoFile of Masked channel map added in OCDB (new entry /HMPID/Calib/Masked)
gvolpe [Mon, 15 Feb 2010 10:26:26 +0000 (10:26 +0000)]
File of Masked channel map added in OCDB (new entry /HMPID/Calib/Masked)

14 years agoEMD DA updated
coppedis [Mon, 15 Feb 2010 10:22:30 +0000 (10:22 +0000)]
EMD DA updated

14 years agobugfix: correcting sequence of DataBuffer cleanup in order to first release all consu...
richterm [Mon, 15 Feb 2010 10:18:34 +0000 (10:18 +0000)]
bugfix: correcting sequence of DataBuffer cleanup in order to first release all consumers and then delete the memory

14 years agoChange to prevent from uncorrect reading of pedestal data by the DAs
coppedis [Mon, 15 Feb 2010 08:41:51 +0000 (08:41 +0000)]
Change to prevent from uncorrect reading of pedestal data by the DAs

14 years agoadding tool macro to adjust OCDB entry properties
richterm [Mon, 15 Feb 2010 08:22:44 +0000 (08:22 +0000)]
adding tool macro to adjust OCDB entry properties

14 years agomaintenace of the extract-ddlraw macro
richterm [Mon, 15 Feb 2010 08:15:27 +0000 (08:15 +0000)]
maintenace of the extract-ddlraw macro
- new parameter added to specify max number of events
- connect to Grid if input is a remote file
- use one single publisher for all links
- skipping of CTP initialization in the HLTReconstructor in order to avoid CDB access

14 years agoadding AliHLTReconstructor option 'ignore-ctp' which allows to skip the initializatio...
richterm [Mon, 15 Feb 2010 08:11:51 +0000 (08:11 +0000)]
adding AliHLTReconstructor option 'ignore-ctp' which allows to skip the initialization of the CTP trigger string

14 years agoupdate HLT of TRD macros (Ttheo)
richterm [Mon, 15 Feb 2010 06:37:38 +0000 (06:37 +0000)]
update HLT of TRD macros (Ttheo)
- read custom parameters from CDB entry first, in order to not hard code
strings that should be read from OCDB
- use standard parameters as default

14 years agoupdate of HLTTRDClusterFinder configuration object: unify system of the input multipl...
richterm [Mon, 15 Feb 2010 06:35:58 +0000 (06:35 +0000)]
update of HLTTRDClusterFinder configuration object: unify system of the input multiplier for clusterizer and tracker and
decrease the input multiplier of the clusterizer from 7 to 4 (Theo)

14 years agounify system of the input multiplier for clusterizer and tracker and
richterm [Mon, 15 Feb 2010 06:34:04 +0000 (06:34 +0000)]
unify system of the input multiplier for clusterizer and tracker and
decrease the input multiplier of the clusterizer from 7 to 4 (Theo)

14 years agoclustering done above the cell threshold
basanta [Mon, 15 Feb 2010 05:47:51 +0000 (05:47 +0000)]
clustering done above the cell threshold

14 years agopile-up is taken into account in digitization
basanta [Mon, 15 Feb 2010 05:05:19 +0000 (05:05 +0000)]
pile-up is taken into account in digitization

14 years agolist of input datatypes updated
sgorbuno [Mon, 15 Feb 2010 01:30:06 +0000 (01:30 +0000)]
list of input datatypes updated

14 years agoMaking modifications so that the full tracker, ESD maker and decision components...
aszostak [Sun, 14 Feb 2010 23:56:04 +0000 (23:56 +0000)]
Making modifications so that the full tracker, ESD maker and decision components use the new track structure.

14 years agoCorrect warning for initialization orders (PerformanceStrange)
bhippoly [Sun, 14 Feb 2010 23:17:14 +0000 (23:17 +0000)]
Correct warning for initialization orders (PerformanceStrange)

14 years agosoftware update to include time corrections during reconstruction.
rpreghen [Sun, 14 Feb 2010 23:15:54 +0000 (23:15 +0000)]
software update to include time corrections during reconstruction.
time corrections added are:

- DeltaBC (from raw data)
- L0L1Latency (from raw data)
- CTPLatency (from config stored OCDB)
- TDCLatencyWindow (from config stored in OCDB)
- T0Fill (from PreProcessor measurement stored in OCDB)

added files to local OCDB for simulation

- DeltaBCOffset (set to 0)
- CTPLatency (set to 0)
- T0Fill (set to 0)

modified local OCDB Status object to include TDCLatencyWindow (set to 0)

14 years agoAdding a protection for retrieving the TList in the Terminate (CheckV0 and Performanc...
bhippoly [Sun, 14 Feb 2010 22:27:34 +0000 (22:27 +0000)]
Adding a protection for retrieving the TList in the Terminate (CheckV0 and PerformanceStrange)

14 years agoAdding the possibility to include/exclude the usage of the online & offline triggers
pchrist [Sun, 14 Feb 2010 20:16:43 +0000 (20:16 +0000)]
Adding the possibility to include/exclude the usage of the online & offline triggers

14 years agoAdd function geom_its_dets() that displays the branches containing sensitive volumes.
mtadel [Sun, 14 Feb 2010 15:30:34 +0000 (15:30 +0000)]
Add function geom_its_dets() that displays the branches containing sensitive volumes.

14 years agoEvent stats for QA
pchrist [Sun, 14 Feb 2010 15:25:11 +0000 (15:25 +0000)]
Event stats for QA

14 years agoEvent stats for QA
pchrist [Sun, 14 Feb 2010 15:17:58 +0000 (15:17 +0000)]
Event stats for QA

14 years agoIn AliEMCALCalibData::Print increase precision of float to be printed, add simple...
gconesab [Sun, 14 Feb 2010 14:40:51 +0000 (14:40 +0000)]
In AliEMCALCalibData::Print increase precision of float to be printed, add simple macro to print calibration coefficients in OCDB

14 years agoCopy and assignment added.
morsch [Sun, 14 Feb 2010 14:01:51 +0000 (14:01 +0000)]
Copy and assignment added.

14 years agooutput of the slice tracker is compressed in order to minimize the network traffic
sgorbuno [Sun, 14 Feb 2010 11:01:10 +0000 (11:01 +0000)]
output of the slice tracker is compressed in order to minimize the network traffic

14 years agoEvent stats in QA
pchrist [Sun, 14 Feb 2010 03:24:05 +0000 (03:24 +0000)]
Event stats in QA

14 years agoAdded possiblity to run without MC info (Alessandro)
dainese [Sat, 13 Feb 2010 22:18:53 +0000 (22:18 +0000)]
Added possiblity to run without MC info (Alessandro)

14 years agoUpdates (Chiara)
dainese [Sat, 13 Feb 2010 22:15:57 +0000 (22:15 +0000)]
Updates (Chiara)

14 years agoRefining the kRatio PID mode
pchrist [Sat, 13 Feb 2010 21:21:40 +0000 (21:21 +0000)]
Refining the kRatio PID mode

14 years agoreduce size of data exchange struct by omitting the virtual destructor, 40 Bytes...
richterm [Sat, 13 Feb 2010 13:38:53 +0000 (13:38 +0000)]
reduce size of data exchange struct by omitting the virtual destructor, 40 Bytes to 24 Bytes per cluster (Theodor)

14 years agospeedup Tracker by not initializing AliESDEvent completely and thus speeding up the...
richterm [Sat, 13 Feb 2010 13:32:37 +0000 (13:32 +0000)]
speedup Tracker by not initializing AliESDEvent completely and thus speeding up the Reset (Theodor)

14 years agochanging option -emulateHLTClusters/Tracks to -emulateHLToutput (Theodor)
richterm [Sat, 13 Feb 2010 13:25:50 +0000 (13:25 +0000)]
changing option -emulateHLTClusters/Tracks to -emulateHLToutput (Theodor)

14 years agoBugfixes in the Calo physics histo component
slindal [Sat, 13 Feb 2010 10:14:34 +0000 (10:14 +0000)]
Bugfixes in the Calo physics histo component

14 years agoset output container slot to 1
jotwinow [Sat, 13 Feb 2010 00:54:03 +0000 (00:54 +0000)]
set output container slot to 1

14 years agoAdded AliKMeansResult to dictionary
kleinb [Fri, 12 Feb 2010 20:18:19 +0000 (20:18 +0000)]
Added AliKMeansResult to dictionary

14 years agoAdditional two Short_t's needed for better TOF calibration (A. De Caro).
belikov [Fri, 12 Feb 2010 18:38:48 +0000 (18:38 +0000)]
Additional two Short_t's needed for better TOF calibration (A. De Caro).

14 years agoHLT is excluded from the bad channels map construction in a LED run.
policheh [Fri, 12 Feb 2010 17:13:19 +0000 (17:13 +0000)]
HLT is excluded from the bad channels map construction in a LED run.

14 years agoNew Settings
morsch [Fri, 12 Feb 2010 17:09:26 +0000 (17:09 +0000)]
New Settings

14 years ago- Chosing optimal number of clusters
morsch [Fri, 12 Feb 2010 17:08:43 +0000 (17:08 +0000)]
- Chosing optimal number of clusters

14 years agolist of required CDB entries added to documentation
sgorbuno [Fri, 12 Feb 2010 16:10:34 +0000 (16:10 +0000)]
list of required CDB entries added to documentation

14 years agoRead NTimeBins directly from digitsParam (Theo)
cblume [Fri, 12 Feb 2010 15:56:45 +0000 (15:56 +0000)]
Read NTimeBins directly from digitsParam (Theo)

14 years ago-Moved PHOS Physics histogram producers to HLT/global/physics
slindal [Fri, 12 Feb 2010 15:50:32 +0000 (15:50 +0000)]
-Moved PHOS Physics histogram producers to HLT/global/physics
-Reimplemented to use ESD input
-Added support for EMCAL

14 years agoload libANALYSISalice
rvernet [Fri, 12 Feb 2010 15:17:21 +0000 (15:17 +0000)]
load libANALYSISalice

14 years agohange of the interfaces.
sgorbuno [Fri, 12 Feb 2010 15:05:23 +0000 (15:05 +0000)]
hange of the interfaces.

Now the GlobalVertexer can read tracks directly from the ITS/TPC trackers and can be called before the ESDConverter

The change is backward-compatible, the vertexer can be also called after the ESDConverter, as it was before.
The GlobalVertexerHisto component can read both the ESD and the GlobalVertexer output.

The reason for this change is very low speed of the packing/unpacking the AliESDEvent object.
The GlobalVertexer speeded up in >10 times after this change.

14 years agoIntroduce chamber wise NTimeBins and ADCbaseline to digitsParam
cblume [Fri, 12 Feb 2010 14:03:44 +0000 (14:03 +0000)]
Introduce chamber wise NTimeBins and ADCbaseline to digitsParam

14 years agoAccess simulation parameters in digitizers via file in OCDB, simulation parameter...
gconesab [Fri, 12 Feb 2010 14:03:12 +0000 (14:03 +0000)]
Access simulation parameters in digitizers via file in OCDB, simulation parameter file creation macros and OCDB file and directory added.

14 years agodca plots - updated version
pchrist [Fri, 12 Feb 2010 13:33:58 +0000 (13:33 +0000)]
dca plots - updated version

14 years agoA simple script to run analysis
hdalsgaa [Fri, 12 Feb 2010 11:27:43 +0000 (11:27 +0000)]
A simple script to run analysis

14 years agoError in identifying ADD ADC channels corrected
coppedis [Fri, 12 Feb 2010 11:26:26 +0000 (11:26 +0000)]
Error in identifying ADD ADC channels corrected

14 years agomissing from last commit. Sorry
hdalsgaa [Fri, 12 Feb 2010 11:14:14 +0000 (11:14 +0000)]
missing from last commit. Sorry

14 years agoUpgrade following the 900 GeV data. A lot of extra things added - histograms etc...
hdalsgaa [Fri, 12 Feb 2010 11:13:18 +0000 (11:13 +0000)]
Upgrade following the 900 GeV data. A lot of extra things added - histograms etc however core components are essentially unchanged. I have also tried to fix bug number 60424 in this update

14 years agoUpdated version of AliAnalysisTaskPerformanceStrange from H.Ricaud
bhippoly [Fri, 12 Feb 2010 11:02:30 +0000 (11:02 +0000)]
Updated version of AliAnalysisTaskPerformanceStrange from H.Ricaud

14 years agoCorrections for secondaries
pchrist [Fri, 12 Feb 2010 11:02:16 +0000 (11:02 +0000)]
Corrections for secondaries

14 years agoFixing compilation warnings
masera [Fri, 12 Feb 2010 10:57:39 +0000 (10:57 +0000)]
Fixing compilation warnings

14 years agoModifying the PMD configuration.
zampolli [Fri, 12 Feb 2010 10:42:00 +0000 (10:42 +0000)]
Modifying the PMD configuration.

14 years agoAdded test for OCDB objects in DoInit and updated documentation (Gaute)
richterm [Fri, 12 Feb 2010 10:36:55 +0000 (10:36 +0000)]
Added test for OCDB objects in DoInit and updated documentation (Gaute)