]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
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

16 years agoUpdated documentation (Marian)
marian [Fri, 16 May 2008 10:03:31 +0000 (10:03 +0000)]
Updated documentation (Marian)

16 years agoremove classes alredy moved to EMCALcalib library
gconesab [Fri, 16 May 2008 08:21:39 +0000 (08:21 +0000)]
remove classes alredy moved to EMCALcalib library

16 years agoadding EMCAL QA classes
jklay [Fri, 16 May 2008 03:13:47 +0000 (03:13 +0000)]
adding EMCAL QA classes

16 years agoFixed up overlap check script
cholm [Thu, 15 May 2008 22:14:31 +0000 (22:14 +0000)]
Fixed up overlap check script
Added names to all shapes in the geometry - useful for EVE
Stuff

16 years agoCompilation on Windows/Cygwin
hristov [Thu, 15 May 2008 20:58:02 +0000 (20:58 +0000)]
Compilation on Windows/Cygwin

16 years agoChanges in order to correct fot edge effects changes (Marian)
marian [Thu, 15 May 2008 17:42:07 +0000 (17:42 +0000)]
Changes in order to correct fot edge effects changes (Marian)
Currently only cut on distance to the edge

AliTPCtracklet.h AliTPCtracklet.cxx
Adding cut on distance to the edge

macros/CalbrateTPC.C
Adding possibility to use the Memory chcecker

AliTPCcalibAlign.cxx      AliTPCcalibAlign.h

Adding functionality to monitor edge effects - currently only wirting to the debug stream

16 years agoMove pio calibration staff to directiry Calib;
pavlinov [Thu, 15 May 2008 17:21:01 +0000 (17:21 +0000)]
Move pio calibration staff to directiry Calib;
Library libEMCALsim.so should be load by hand
after loading ANALYSIS and ANALYSISalice

16 years agoChanging fabs into TMath::Abs
fca [Thu, 15 May 2008 17:03:31 +0000 (17:03 +0000)]
Changing fabs into TMath::Abs

16 years agoAdding a command line utility to convert dHLT raw internal data blocks into ROOT...
aszostak [Thu, 15 May 2008 16:55:50 +0000 (16:55 +0000)]
Adding a command line utility to convert dHLT raw internal data blocks into ROOT objects, which sometimes makes analysis and testing easier. AliHLTSystem and the appropriate dHLT components are used under the hood.

Improved error and usage messages in dHLTdumpraw and moved common code to AliHLTMUONUtils.

16 years agoUpdating documentation.
aszostak [Thu, 15 May 2008 15:08:11 +0000 (15:08 +0000)]
Updating documentation.

16 years agoRemoving obsolete files and updating some documentation.
aszostak [Thu, 15 May 2008 15:05:36 +0000 (15:05 +0000)]
Removing obsolete files and updating some documentation.

16 years agomaking macro compilable and doing some clean-up
rgrosso [Thu, 15 May 2008 14:28:51 +0000 (14:28 +0000)]
making macro compilable and doing some clean-up

16 years agoUpdate on limit. (C. Oppedisano)
morsch [Thu, 15 May 2008 14:01:34 +0000 (14:01 +0000)]
Update on limit. (C. Oppedisano)

16 years agoRedundant file closing removed.
morsch [Thu, 15 May 2008 13:46:50 +0000 (13:46 +0000)]
Redundant file closing removed.

16 years agoNew line at the end of the file
hristov [Thu, 15 May 2008 12:50:38 +0000 (12:50 +0000)]
New line at the end of the file

16 years agomacro and bash script to check for cdb-paths and entries in an OCDB folder
rgrosso [Thu, 15 May 2008 12:42:04 +0000 (12:42 +0000)]
macro and bash script to check for cdb-paths and entries in an OCDB folder

16 years agoNo optimization with gcc 4.3.0
hristov [Thu, 15 May 2008 12:41:51 +0000 (12:41 +0000)]
No optimization with gcc 4.3.0

16 years agoDefault compilation of PWGs code
hristov [Thu, 15 May 2008 12:41:06 +0000 (12:41 +0000)]
Default compilation of PWGs code

16 years agoFixes to compile with gcc 4.3.0
hristov [Thu, 15 May 2008 12:40:32 +0000 (12:40 +0000)]
Fixes to compile with gcc 4.3.0

16 years agoIncluding TH2F.h
hristov [Thu, 15 May 2008 12:39:53 +0000 (12:39 +0000)]
Including TH2F.h

16 years agobugfix: ReadNextInt etc now handled correctly
richterm [Thu, 15 May 2008 12:36:47 +0000 (12:36 +0000)]
bugfix: ReadNextInt etc now handled correctly

16 years agobugfix: corrected variable to compile in debug mode
richterm [Thu, 15 May 2008 12:34:47 +0000 (12:34 +0000)]
bugfix: corrected variable to compile in debug mode

16 years agobugfix: track length cut increased in tracker pp setting (Gaute)
richterm [Thu, 15 May 2008 12:00:48 +0000 (12:00 +0000)]
bugfix: track length cut increased in tracker pp setting (Gaute)

16 years agoImplementation of IsSelected(TList*)
morsch [Thu, 15 May 2008 11:47:31 +0000 (11:47 +0000)]
Implementation of IsSelected(TList*)

16 years agoMacro for checking the serial & bin number of the mounted manus
ivana [Thu, 15 May 2008 11:02:11 +0000 (11:02 +0000)]
Macro for checking the serial & bin number of the mounted manus
(Christian)

16 years agoHandle missing rec-point tree in a uniform way: return null pointer to TEvePointSet.
mtadel [Thu, 15 May 2008 11:01:48 +0000 (11:01 +0000)]
Handle missing rec-point tree in a uniform way: return null pointer to TEvePointSet.

16 years agoMinor changes
coppedis [Thu, 15 May 2008 10:27:34 +0000 (10:27 +0000)]
Minor changes

16 years agoUpdate of HP decoders:
ivana [Thu, 15 May 2008 10:02:16 +0000 (10:02 +0000)]
Update of HP decoders:

1) Added GetDDLTracker and GetDDLTrigger methods to AliMUONRawStreamTrackerHP
and AliMUONRawStreamTriggerHP respectively to create the DDL payload objects
on the fly. This was done to improve the compatibility of these classes to their
existing counterparts. These methods should however only be used in some rare cases
where one needs the payload object to modify the data and write it back to another
DDL file. Otherwise the existing interface methods of AliMUONRawStreamTrackerHP and
AliMUONRawStreamTriggerHP are much faster.

2) Modified AliMUONDigitMaker and AliMUONReconstruction to handle the new trigger
DDL decoder also. The fast decoders are now enabled by specifying the USEFASTDECODERS
option in the reconstruction options. To make the digit maker use just the fast tracker
DDL decoder use the USEFASTTRKDECODER option. Similarly for just the trigger decoder
you use the USEFASTTRGDECODER option.

Minor fix:
Fixed some documentation in AliMUONVRawStreamTrigger.h

(Artur)

16 years agoCut class for the filtering of ESD V0s (Boris Hippolyte <hippolyt@in2p3.fr>)
morsch [Thu, 15 May 2008 09:08:23 +0000 (09:08 +0000)]
Cut class for the filtering of ESD V0s (Boris Hippolyte <hippolyt@in2p3.fr>)

16 years agoFill correctly the PID for CaloClusters (Gustavo Conesa Balbastre <Gustavo.Conesa...
morsch [Thu, 15 May 2008 08:59:00 +0000 (08:59 +0000)]
Fill correctly the PID for CaloClusters (Gustavo Conesa Balbastre <Gustavo.Conesa.Balbastre@cern.ch>)

16 years agoFinal TOF version: 18 modules with holes for PHOS (Annalisa)
hristov [Thu, 15 May 2008 08:48:32 +0000 (08:48 +0000)]
Final TOF version: 18 modules with holes for PHOS (Annalisa)

16 years agoAliAODCluster.h: PID particle types like in ESD but with two more for FMD/PMD kCharge...
morsch [Thu, 15 May 2008 08:23:07 +0000 (08:23 +0000)]
AliAODCluster.h: PID particle types like in ESD but with two more for FMD/PMD kCharged and kNeutral. fPID array size
increased to 13. Setter of PID added to set PID array from ESDs which is 2 units smaller.
AliAODCluster.cxx, AliAODCaloCluster.cxx, .h: Size of PID arrays increased to 13
(Gustavo Conesa)

16 years agoAliAnalysisCuts::IsSelected(TList*) added to cuts interface. Needed by V0 selection.
morsch [Thu, 15 May 2008 08:08:39 +0000 (08:08 +0000)]
AliAnalysisCuts::IsSelected(TList*) added to cuts interface. Needed by V0 selection.

16 years agoImproving TClonesArray handling - using static dummy TClonesArray.
zampolli [Thu, 15 May 2008 07:59:34 +0000 (07:59 +0000)]
Improving TClonesArray handling - using static dummy TClonesArray.

16 years agoMoved from TDPMjet.
morsch [Thu, 15 May 2008 07:28:04 +0000 (07:28 +0000)]
Moved from TDPMjet.

16 years agoAliGenDPMjetEventHeader.h removed.
morsch [Thu, 15 May 2008 07:18:53 +0000 (07:18 +0000)]
AliGenDPMjetEventHeader.h removed.

16 years agoMoved to STEERBase
morsch [Thu, 15 May 2008 07:13:23 +0000 (07:13 +0000)]
Moved to STEERBase

16 years agoDCS points reading switch to TRUE to test this part
alla [Thu, 15 May 2008 07:02:20 +0000 (07:02 +0000)]
DCS points reading switch to TRUE to test this part

16 years agoInitial HLT-EMCAL components.
mploskon [Thu, 15 May 2008 04:07:56 +0000 (04:07 +0000)]
Initial HLT-EMCAL components.

16 years agoNew version with the right DA Type field (LDC)
hdalsgaa [Wed, 14 May 2008 22:01:01 +0000 (22:01 +0000)]
New version with the right DA Type field (LDC)

16 years agoDelete arrays in FillESD
kharlov [Wed, 14 May 2008 18:36:38 +0000 (18:36 +0000)]
Delete arrays in FillESD

16 years agoAdd track time to stack photons
cblume [Wed, 14 May 2008 17:21:40 +0000 (17:21 +0000)]
Add track time to stack photons

16 years agoProto version of GUI for event-manager.
mtadel [Wed, 14 May 2008 16:39:33 +0000 (16:39 +0000)]
Proto version of GUI for event-manager.

16 years agoCompilation with gcc 4.3.0
hristov [Wed, 14 May 2008 16:30:43 +0000 (16:30 +0000)]
Compilation with gcc 4.3.0

16 years agoFixed error with trigger name at method SetInput
pavlinov [Wed, 14 May 2008 15:50:17 +0000 (15:50 +0000)]
Fixed error with trigger name at method SetInput

16 years agoMade changes to use common online/offline fast decoder.
aszostak [Wed, 14 May 2008 15:10:32 +0000 (15:10 +0000)]
Made changes to use common online/offline fast decoder.

16 years agoBug fix. There was a comma in a variable parameter list function that should not...
aszostak [Wed, 14 May 2008 15:08:56 +0000 (15:08 +0000)]
Bug fix. There was a comma in a variable parameter list function that should not be there. Would have caused run time crashes in some rare cases.

16 years agoUpdated ideal geometry, including ACORDE
rgrosso [Wed, 14 May 2008 15:03:36 +0000 (15:03 +0000)]
Updated ideal geometry, including ACORDE

16 years agoDelete temporal arrays with AbsId
gconesab [Wed, 14 May 2008 14:59:22 +0000 (14:59 +0000)]
Delete temporal arrays with AbsId

16 years agoReplication of arrays in setters. (G. Conesa Balbastre)
morsch [Wed, 14 May 2008 14:24:33 +0000 (14:24 +0000)]
Replication of arrays in setters. (G. Conesa Balbastre)

16 years agoCorrect number of tracks in the header. (M. Gheata)
morsch [Wed, 14 May 2008 13:07:03 +0000 (13:07 +0000)]
Correct number of tracks in the header. (M. Gheata)

16 years agoFrom Alex: updated and new macros for TRD.
mtadel [Wed, 14 May 2008 10:59:43 +0000 (10:59 +0000)]
From Alex: updated and new macros for TRD.

16 years agoCompilation with gcc 3.2.3 (Artur)
hristov [Wed, 14 May 2008 10:32:06 +0000 (10:32 +0000)]
Compilation with gcc 3.2.3 (Artur)

16 years agoImproving handling of TClonesArray objects - using Clear() instead of Delete()
zampolli [Wed, 14 May 2008 09:16:44 +0000 (09:16 +0000)]
Improving handling of TClonesArray objects - using Clear() instead of Delete()
for data members, and making static the TClonesArray objects.

16 years agoAdded option to reuse list in AliESDEvent, avoid delete/new whenever possible in...
kleinb [Tue, 13 May 2008 20:27:46 +0000 (20:27 +0000)]
Added option to reuse list in AliESDEvent, avoid delete/new whenever possible in FMD assignment

16 years agoImplemented checker subdetector splitting with subdetector offsets. Checker enabled
masera [Tue, 13 May 2008 17:42:38 +0000 (17:42 +0000)]
Implemented checker subdetector splitting with subdetector offsets. Checker enabled

16 years agoAdditional functionality added
marian [Tue, 13 May 2008 17:27:08 +0000 (17:27 +0000)]
Additional functionality added
in order to use OFFLINE tracking in HLT
components (Jacek)

16 years agoCleanup of documentation and code.
aszostak [Tue, 13 May 2008 17:19:07 +0000 (17:19 +0000)]
Cleanup of documentation and code.
Splitting AliHLTMUONEvent from AliHLTMUONRootifierComponent.cxx file. The AliHLTMUONEvent class was a temporary solution, but it works so well we are making it permanent.
Adding the dHLT trigger decision component that actually calculates the dHLT trigger scalars from the reconstructed tracks.
Also added the corresponding ROOT AliHLTMUONDecision object for testing.
AliHLTMUONRootifierComponent now generates the AliHLTMUONDecision from raw dHLT internal data.