]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
16 years agoUpdates to avoid generation of unused TClonesArray. Bug fixes.
haavard [Tue, 20 May 2008 07:30:33 +0000 (07:30 +0000)]
Updates to avoid generation of unused TClonesArray. Bug fixes.

16 years agoVariable shadowing corrected.
morsch [Tue, 20 May 2008 07:28:15 +0000 (07:28 +0000)]
Variable shadowing corrected.

16 years agoWarnings potentially serious in compilation fixed.
dibari [Tue, 20 May 2008 07:26:50 +0000 (07:26 +0000)]
Warnings potentially serious in compilation fixed.

16 years agoadded AliHLTTPCClusterHistoComponent and AliHLTTPCClusterDumpComponent to build
richterm [Tue, 20 May 2008 05:14:09 +0000 (05:14 +0000)]
added AliHLTTPCClusterHistoComponent and AliHLTTPCClusterDumpComponent to build

16 years agoTPC KrCF and Cluster property plotting (Kenneth & Gaute)
richterm [Tue, 20 May 2008 04:48:00 +0000 (04:48 +0000)]
TPC KrCF and Cluster property plotting (Kenneth & Gaute)
- added AliHLTTPCClusterHistoComponent: plotting of TPC cluster
  parameters
- added AliHLTTPCClusterDumpComponent: A debug component dumping the
  AliHLTTPCClusterData to asci file
- common cluster data output for TPC CF and KryptonClusterFinder
  moved all histogramming functionality to separate component.
- KrCF maintains list of hardware addresses of pads belonging to a krypton cluster.
- AliHLTTPCHistogramHandler: Updated to handle clusterdata, and produce
  spectrum and QMax plots

16 years agoFixing warnings (Gines)
martinez [Mon, 19 May 2008 22:19:07 +0000 (22:19 +0000)]
Fixing warnings (Gines)

16 years agoAdding charge of the muon track in the AOD (Roberta)
martinez [Mon, 19 May 2008 21:25:06 +0000 (21:25 +0000)]
Adding charge of the muon track in the AOD (Roberta)

16 years agoRemoving circular dependency between libMUONbase and libMUONtrigger
hristov [Mon, 19 May 2008 20:21:18 +0000 (20:21 +0000)]
Removing circular dependency between libMUONbase and libMUONtrigger

16 years agoCorrection for compliance with new AliRsnDaughter
rvernet [Mon, 19 May 2008 17:53:07 +0000 (17:53 +0000)]
Correction for compliance with new AliRsnDaughter
Changed default resonance PDG

16 years agoCorrected error on PDG code checking with absolute values
rvernet [Mon, 19 May 2008 17:51:11 +0000 (17:51 +0000)]
Corrected error on PDG code checking with absolute values

16 years agoOverwriting some previous changes by JFGO.... ops! Now fixed.
zampolli [Mon, 19 May 2008 17:39:15 +0000 (17:39 +0000)]
Overwriting some previous changes by JFGO.... ops! Now fixed.

16 years agoReading trigger configuration from DAQ logbook (in case of failure, trying
zampolli [Mon, 19 May 2008 17:20:10 +0000 (17:20 +0000)]
Reading trigger configuration from DAQ logbook (in case of failure, trying
to retrieve it from DCS FXS)

16 years agoAdding check on trigger configuration string length.
zampolli [Mon, 19 May 2008 17:18:52 +0000 (17:18 +0000)]
Adding check on trigger configuration string length.

16 years agoExchange information only through a data member
hristov [Mon, 19 May 2008 16:04:47 +0000 (16:04 +0000)]
Exchange information only through a data member

16 years agoGros chantier trigger:
ivana [Mon, 19 May 2008 16:00:19 +0000 (16:00 +0000)]
Gros chantier trigger:

- Adding new classes for the trigger configuration:
  AliMUONTriggerCrateConfig, AliMUONGlobalCrateConfig, AliMUONRegionalTriggerConfig

- Instantiated CalibrationData in AliMUON class

- Added interface for new trigger configuration object
  in AliMUONCDB, AliMUONCalibrationData, AliMUONTriggerIO classes

- In AliMUONDigitizerV3: set CalibrationData from outside

- In AliMUONTriggerCrateStore, AliMUONTriggerElectronics:
  added new method to create configuration from CDB

- In mapping/data/stationTrigger/GlobalCrate.dat:
  fixed a bug in regional mask and add new members

- In AliMUONRawWriter: take crate and local number from constant/mapping

- In AliMUONTriggerSubprocessor: modified interface for new config objects

- In AliMUONTriggerGUIbdmap, AliMUONTriggerGUI:
  put ugly patch to interface with TriggerCrateStore (not used anyhow ?)

- In AliMUONReconstructor: removed unnecessary call to TriggerCrateStore

- In MUONTRGda.cxx: changed interface and added method to write into online DB

- In AliMpDDLStore: removed AliMpGlobalCrate object

- In AliMpRegionalTrigger: skipping coicidence, mode & mask while reading file

- In AliMpTriggerCrate: removed coincidence, mode and mask as members

(Christian)

16 years agoCreate the magnetic field map in the reconstruction macros (Yuri)
hristov [Mon, 19 May 2008 15:44:51 +0000 (15:44 +0000)]
Create the magnetic field map in the reconstruction macros (Yuri)

16 years agoIgnore temporary files
hristov [Mon, 19 May 2008 15:41:43 +0000 (15:41 +0000)]
Ignore temporary files

16 years agoSample amplitude rounding is corrected. Draw() is improved.
kharlov [Mon, 19 May 2008 15:35:23 +0000 (15:35 +0000)]
Sample amplitude rounding is corrected. Draw() is improved.

16 years agoNew version to make use of automatic IDs from AliFMDPreprocessor
hdalsgaa [Mon, 19 May 2008 15:25:08 +0000 (15:25 +0000)]
New version to make use of automatic IDs from AliFMDPreprocessor

16 years agoMinor change: returning false from DDL raw data processing stage if there was a decod...
aszostak [Mon, 19 May 2008 15:11:07 +0000 (15:11 +0000)]
Minor change: returning false from DDL raw data processing stage if there was a decoding problem. Was returning true before.

16 years agoCorrection for hidden function MakeHits
kharlov [Mon, 19 May 2008 15:09:31 +0000 (15:09 +0000)]
Correction for hidden function MakeHits

16 years agoA special LUT where the "low cut" is in fact
ivana [Mon, 19 May 2008 15:04:20 +0000 (15:04 +0000)]
A special LUT where the "low cut" is in fact
"no cut" (all pt) and the "high cut" is the former "low cut".
To be used only when explicitely selected by user.
(Bogdan)

16 years agoShadowed variables fixed
prsnko [Mon, 19 May 2008 15:01:53 +0000 (15:01 +0000)]
Shadowed variables fixed

16 years agoRemoving shadowed variables
fca [Mon, 19 May 2008 14:58:18 +0000 (14:58 +0000)]
Removing shadowed variables

16 years agoFixing some documentation and comments.
aszostak [Mon, 19 May 2008 14:33:30 +0000 (14:33 +0000)]
Fixing some documentation and comments.

16 years agoFixing debug compilation and error code being returned during parsing of options.
aszostak [Mon, 19 May 2008 14:21:36 +0000 (14:21 +0000)]
Fixing debug compilation and error code being returned during parsing of options.

16 years agoUpdated serial numbers for station 345
ivana [Mon, 19 May 2008 14:11:08 +0000 (14:11 +0000)]
Updated serial numbers for station 345
(Christian)

16 years agoChange of signature of AddAODBranch.
morsch [Mon, 19 May 2008 13:52:24 +0000 (13:52 +0000)]
Change of signature of AddAODBranch.

16 years agoAddAODBranch void* instead of TObject*.
morsch [Mon, 19 May 2008 13:48:58 +0000 (13:48 +0000)]
AddAODBranch void* instead of TObject*.

16 years agoMoving the previously hard-wired parameters for matching of trigger tracks
ivana [Mon, 19 May 2008 13:45:18 +0000 (13:45 +0000)]
Moving the previously hard-wired parameters for matching of trigger tracks
with digits into AliMUONRecoParam.
(Diego)

16 years agoIntroduction of the Tapan's 3D vertexer. Initial version of the special online DA...
cvetan [Mon, 19 May 2008 13:34:03 +0000 (13:34 +0000)]
Introduction of the Tapan's 3D vertexer. Initial version of the special online DA which will be used for vertex-diamond calculation. For the moment it is based on Tapan's vertexer. The plan is to adapt the interface of the other vertexers to the online environment and then have the possiblity to switch between them. In order to compile the DA, one has to follow the ordinary steps. The make target is daqDA-SPD-VertexDiamond.

16 years agoRemoving variable shadowing
fca [Mon, 19 May 2008 13:23:17 +0000 (13:23 +0000)]
Removing variable shadowing

16 years agotake into account changing LHC periods between runs
jgrosseo [Mon, 19 May 2008 13:20:14 +0000 (13:20 +0000)]
take into account changing LHC periods between runs

16 years agoCorrected compilation warnings
gconesab [Mon, 19 May 2008 12:24:45 +0000 (12:24 +0000)]
Corrected compilation warnings

16 years agoUpdated for new QA scheme
rvernet [Mon, 19 May 2008 11:42:05 +0000 (11:42 +0000)]
Updated for new QA scheme

16 years agoupdating list of to receive dcs points
jgrosseo [Mon, 19 May 2008 11:27:27 +0000 (11:27 +0000)]
updating list of to receive dcs points

16 years agosending dcs problem mails also to subdetector experts
jgrosseo [Mon, 19 May 2008 11:25:49 +0000 (11:25 +0000)]
sending dcs problem mails also to subdetector experts

16 years agopar file creation in ALICE_ROOT if rights permit
jgrosseo [Mon, 19 May 2008 11:22:13 +0000 (11:22 +0000)]
par file creation in ALICE_ROOT if rights permit

16 years agoMinor change: printf -> AliDebug
rvernet [Mon, 19 May 2008 11:20:35 +0000 (11:20 +0000)]
Minor change: printf -> AliDebug

16 years agoNew PWG4 library
hristov [Mon, 19 May 2008 11:20:25 +0000 (11:20 +0000)]
New PWG4 library

16 years agoAdditiona methods (Gustavo)
hristov [Mon, 19 May 2008 11:19:59 +0000 (11:19 +0000)]
Additiona methods (Gustavo)

16 years agoRestored compilation of PWGs
hristov [Mon, 19 May 2008 11:02:31 +0000 (11:02 +0000)]
Restored compilation of PWGs

16 years agoIgnoring temporary files
hristov [Mon, 19 May 2008 10:53:51 +0000 (10:53 +0000)]
Ignoring temporary files

16 years agobug fixed, new constants to convert ADC to MeV
basanta [Mon, 19 May 2008 10:43:05 +0000 (10:43 +0000)]
bug fixed, new constants to convert ADC to MeV

16 years agoAliTPCtrackerRow::Find cannot be inline if it is in the implementation file
hristov [Mon, 19 May 2008 10:42:16 +0000 (10:42 +0000)]
AliTPCtrackerRow::Find cannot be inline if it is in the implementation file

16 years agoNew more general analysis implemention for particle identification and correlation...
gconesab [Mon, 19 May 2008 09:51:48 +0000 (09:51 +0000)]
New more general analysis implemention for particle identification and correlation studies, in calorimeters and tracking system

16 years agoRefactoring code to extract common data block checking functionality into new base...
aszostak [Mon, 19 May 2008 09:48:31 +0000 (09:48 +0000)]
Refactoring code to extract common data block checking functionality into new base class AliHLTMUONProcessor.
Alsi made minor fixes to HLT error messages.

16 years agoNew more general analysis implemention for particle identification and correlation...
gconesab [Mon, 19 May 2008 09:36:55 +0000 (09:36 +0000)]
New more general analysis implemention for particle identification and correlation studies, in calorimeters and tracking system

16 years agoNew more general analysis implemention for particle identification and correlation...
gconesab [Mon, 19 May 2008 09:35:05 +0000 (09:35 +0000)]
New more general analysis implemention for particle identification and correlation studies, in calorimeters and tracking system

16 years agoCorrect injector positions for the 2 detector sides (F. Prino)
masera [Mon, 19 May 2008 09:04:06 +0000 (09:04 +0000)]
Correct injector positions for the 2 detector sides (F. Prino)

16 years agoChanges needed for the analysis train (Mihaela).
pchrist [Mon, 19 May 2008 08:30:00 +0000 (08:30 +0000)]
Changes needed for the analysis train (Mihaela).

16 years agoremove analysis classes new implemention
gconesab [Mon, 19 May 2008 08:13:24 +0000 (08:13 +0000)]
remove analysis classes new implemention

16 years agoremove analysis classes new implemention
gconesab [Mon, 19 May 2008 08:10:07 +0000 (08:10 +0000)]
remove analysis classes new implemention

16 years agoremove library new implemention
gconesab [Mon, 19 May 2008 08:05:32 +0000 (08:05 +0000)]
remove library new implemention

16 years agoupdated ldif files for test setup
jgrosseo [Mon, 19 May 2008 06:51:30 +0000 (06:51 +0000)]
updated ldif files for test setup

16 years agoGetCalibPed() implemented
hristov [Sun, 18 May 2008 17:46:14 +0000 (17:46 +0000)]
GetCalibPed() implemented

16 years agoCompliance with AliAnalysisTaskSE ; upgraded support for QA.
rvernet [Sun, 18 May 2008 15:47:56 +0000 (15:47 +0000)]
Compliance with AliAnalysisTaskSE ; upgraded support for QA.

16 years agoSome cleaning and simplification in container-related classes and
rvernet [Sun, 18 May 2008 15:44:56 +0000 (15:44 +0000)]
Some cleaning and simplification in container-related classes and
AliCFManager.

16 years agoNew support for QA histos
rvernet [Sun, 18 May 2008 15:40:32 +0000 (15:40 +0000)]
New support for QA histos

16 years agoHidden symbols removed (Marian)
marian [Sun, 18 May 2008 15:05:12 +0000 (15:05 +0000)]
Hidden symbols removed (Marian)

16 years agoPedestal subtraction is implemented
basanta [Sun, 18 May 2008 14:48:10 +0000 (14:48 +0000)]
Pedestal subtraction is implemented

16 years agoRemoving shadowed variables
fca [Sun, 18 May 2008 13:58:21 +0000 (13:58 +0000)]
Removing shadowed variables

16 years agoFirst implemnetation of the inteface to the GOOFIE
marian [Sun, 18 May 2008 13:21:04 +0000 (13:21 +0000)]
First implemnetation of the inteface to the GOOFIE
values.

New better functionality to be added to remove outliers.

(Marian, Juan)

16 years agoSplitting the AliTPCtrackerMI to the two files
marian [Sun, 18 May 2008 10:22:34 +0000 (10:22 +0000)]
Splitting the AliTPCtrackerMI to the two files
One file with helper classes AliTPCtrackerSector - for cluster navigation
and AliTPCtrackerMI for tracking

Preparation for possibility to use different cluster navigation
+ easier to test functionality
clases derived from TObject possibility to test it from command line

(Marian)

16 years agoEcoreRadius is relocated from AliPHOSEmcRecPoint to AliPHOSClusterizerv1
kharlov [Sun, 18 May 2008 09:06:36 +0000 (09:06 +0000)]
EcoreRadius is relocated from AliPHOSEmcRecPoint to AliPHOSClusterizerv1
to avoid a circular dependency between libPHOSbase.so and libPHOSrec.so

16 years agoUpdate documentation (SPD, SSD, multiplicity)
masera [Sun, 18 May 2008 08:49:08 +0000 (08:49 +0000)]
Update documentation (SPD, SSD, multiplicity)

16 years agoHistogram type for Etot is changed from TH1I to TH1F
kharlov [Sat, 17 May 2008 19:14:41 +0000 (19:14 +0000)]
Histogram type for Etot is changed from TH1I to TH1F

16 years agoRadius for core energy is set via AliPHOSRecoParam.
kharlov [Sat, 17 May 2008 19:13:18 +0000 (19:13 +0000)]
Radius for core energy is set via AliPHOSRecoParam.

16 years agoCompilation on Windows/Cygwin
hristov [Sat, 17 May 2008 08:12:54 +0000 (08:12 +0000)]
Compilation on Windows/Cygwin

16 years agoCompilation on Windows/Cygwin
hristov [Fri, 16 May 2008 21:40:53 +0000 (21:40 +0000)]
Compilation on Windows/Cygwin

16 years ago1. Correction for the previous commit - in order to visualise the esd data, the call...
cvetan [Fri, 16 May 2008 21:06:31 +0000 (21:06 +0000)]
1. Correction for the previous commit - in order to visualise the esd data, the call to AliEVE should be placed before the reset of the esd object i.e. inside RunEvent(). 2. The calls to AliEVE are put in separate methods. 3. esd_tracks.C macro is added to alieve_online.C one.

16 years agoData member initialization is added for copy constructor
kharlov [Fri, 16 May 2008 20:16:12 +0000 (20:16 +0000)]
Data member initialization is added for copy constructor

16 years agoCreation of TClonesArray in constructor only, instead of per-event.
kharlov [Fri, 16 May 2008 20:07:13 +0000 (20:07 +0000)]
Creation of TClonesArray in constructor only, instead of per-event.
Cleanup of memory leaks.

16 years agoBug fix (T. Virgili, D. Elia)
masera [Fri, 16 May 2008 17:07:02 +0000 (17:07 +0000)]
Bug fix (T. Virgili, D. Elia)

16 years agoStatic TClonesarray cleared at each cycle (Panos)
masera [Fri, 16 May 2008 17:04:03 +0000 (17:04 +0000)]
Static TClonesarray cleared at each cycle (Panos)

16 years agoRemove nested class from AliTPCtrackerMI (Marian)
marian [Fri, 16 May 2008 16:39:00 +0000 (16:39 +0000)]
Remove nested class from AliTPCtrackerMI (Marian)

16 years agoAdd virtual 'void FillClusterArray(TObjArray* array)' that will allow for extraction...
belikov [Fri, 16 May 2008 16:14:59 +0000 (16:14 +0000)]
Add virtual 'void FillClusterArray(TObjArray* array)' that will allow for extraction of clusters from all trackers.

16 years agotpc_clusters.C - added missing AliRunLoader::UnloadRecPoints(). New tpc_raw.C macro...
cvetan [Fri, 16 May 2008 15:57:56 +0000 (15:57 +0000)]
tpc_clusters.C - added missing AliRunLoader::UnloadRecPoints(). New tpc_raw.C macro that shows both 2D and 3D sectors raw-data. acorde_raw.C - default geometry is taken (acorde is already in). These 3 macros are added into alieve_online.C.

16 years agoAdd status bits for cluster usage and sharing.
belikov [Fri, 16 May 2008 15:52:41 +0000 (15:52 +0000)]
Add status bits for cluster usage and sharing.

16 years agoOverlap fixed (M. Sitta)
masera [Fri, 16 May 2008 15:38:22 +0000 (15:38 +0000)]
Overlap fixed (M. Sitta)

16 years agoRemoved overlaps between SDD and SSD cables (M. Sitta)
masera [Fri, 16 May 2008 15:30:31 +0000 (15:30 +0000)]
Removed overlaps between SDD and SSD cables (M. Sitta)

16 years agoadding trigger configuration
jgrosseo [Fri, 16 May 2008 15:07:06 +0000 (15:07 +0000)]
adding trigger configuration
making control histograms mergaable
syncing run.C with runCorrection.C

16 years agoITS raw-data and clusters macro fixed in order to be used by the online display....
cvetan [Fri, 16 May 2008 15:06:36 +0000 (15:06 +0000)]
ITS raw-data and clusters macro fixed in order to be used by the online display. its_clusters.C - AliRunLoader::UnloadRecPoints() added so that it does not interfere with the underlying AliReconstruction. its_raw.C - the loading of the CDB entry fixed in a way so that it works also when the CDB caching is active.

16 years agoprinting trigger and detector used for the analysis on startup
jgrosseo [Fri, 16 May 2008 15:05:04 +0000 (15:05 +0000)]
printing trigger and detector used for the analysis on startup

16 years agoRemove print (A.Rossi)
cvetan [Fri, 16 May 2008 14:47:00 +0000 (14:47 +0000)]
Remove print (A.Rossi)

16 years agoIncluded files: updated EVE repository
decaro [Fri, 16 May 2008 14:31:06 +0000 (14:31 +0000)]
Included files: updated EVE repository

16 years agoNew Configuration Parameter to set Alien Path for CDB implemented.
zampolli [Fri, 16 May 2008 13:50:06 +0000 (13:50 +0000)]
New Configuration Parameter to set Alien Path for CDB implemented.

16 years agoFixing memory handling of AliHLTMUONHitReconstructorComponent during error conditions...
aszostak [Fri, 16 May 2008 13:41:43 +0000 (13:41 +0000)]
Fixing memory handling of AliHLTMUONHitReconstructorComponent during error conditions. Also allocation and deletion code is a little cleaner.
Adding parameters to HeaderOk and IntegrityOk methods in AliHLTMUONUtils, so that the reason for the data structure problem is optionally returned.

16 years agoFirst version of the online reco + AliEVE attached to it. (Matevz and Cvetan)
cvetan [Fri, 16 May 2008 13:22:38 +0000 (13:22 +0000)]
First version of the online reco + AliEVE attached to it. (Matevz and Cvetan)

16 years agoWrite histograms instead of TObjArray
policheh [Fri, 16 May 2008 13:13:17 +0000 (13:13 +0000)]
Write histograms instead of TObjArray

16 years agoFixing documentation typo.
aszostak [Fri, 16 May 2008 11:54:50 +0000 (11:54 +0000)]
Fixing documentation typo.

16 years agoupdated SampleLib and tutorial, sample macros added
richterm [Fri, 16 May 2008 11:47:09 +0000 (11:47 +0000)]
updated SampleLib and tutorial, sample macros added

16 years ago- added default CDB initialization to AliHLTComponent: CDB storage and
richterm [Fri, 16 May 2008 11:44:08 +0000 (11:44 +0000)]
- added default CDB initialization to AliHLTComponent: CDB storage and
  run number set to $ALICEOOT and 0 if not yet initialized)
- AliHLTSystem: allow empty '-chains=' option to disable all chains
- added data origin for sample data  kAliHLTDataOriginSample ('SMPL')

16 years agoUpdate of the old TRD tracker for the new raw PID representation in ESD
cblume [Fri, 16 May 2008 11:41:10 +0000 (11:41 +0000)]
Update of the old TRD tracker for the new raw PID representation in ESD

16 years agoOptimization of TClonesArray (FCA)
dibari [Fri, 16 May 2008 11:34:08 +0000 (11:34 +0000)]
Optimization of TClonesArray (FCA)

16 years agoimplemented selection by detector string (argument '-detector')
richterm [Fri, 16 May 2008 11:33:41 +0000 (11:33 +0000)]
implemented selection by detector string (argument '-detector')

16 years agoCorrected comment line only
ivana [Fri, 16 May 2008 11:02:22 +0000 (11:02 +0000)]
Corrected comment line only

16 years agoNew histos for AMORE
dibari [Fri, 16 May 2008 10:51:26 +0000 (10:51 +0000)]
New histos for AMORE

16 years agoThis class is obsolete
pavlinov [Fri, 16 May 2008 10:49:09 +0000 (10:49 +0000)]
This class is obsolete

16 years agoMaking the high performence raw data decoders default.
ivana [Fri, 16 May 2008 10:14:02 +0000 (10:14 +0000)]
Making the high performence raw data decoders default.
- The reconstruction options USEFAST*DECODER* were changed to NOFAST*DECODER*
- The option is NOT propagated to AliMUONQADataMakerRec, which uses always
  the default decoder