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

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

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

15 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

15 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

15 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

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

15 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

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

15 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

15 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

15 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)

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

15 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)

15 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.

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

15 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)

15 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>)

15 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>)

15 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)

15 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)

15 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.

15 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.

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

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

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

15 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

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

15 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)

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

15 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

15 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.

15 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

15 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

15 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.

15 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.

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

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

15 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)

15 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)

15 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.

15 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)

15 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.

15 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

15 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

15 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)

15 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.

15 years agoChanges to remove overlaps (M. Sitta)
masera [Tue, 13 May 2008 17:14:02 +0000 (17:14 +0000)]
Changes to remove overlaps (M. Sitta)

15 years agoexamples for AliRsnReaderTask usage
pulvir [Tue, 13 May 2008 16:19:15 +0000 (16:19 +0000)]
examples for AliRsnReaderTask usage

15 years agoCode upgraded;Added reader for AOD/MC;Added AnalysisTask
pulvir [Tue, 13 May 2008 16:17:38 +0000 (16:17 +0000)]
Code upgraded;Added reader for AOD/MC;Added AnalysisTask

15 years agoChanges in code and adding task
pulvir [Tue, 13 May 2008 16:15:18 +0000 (16:15 +0000)]
Changes in code and adding task

15 years agoChanges in code and adding task
pulvir [Tue, 13 May 2008 16:15:08 +0000 (16:15 +0000)]
Changes in code and adding task

15 years agoChanges in code and adding task
pulvir [Tue, 13 May 2008 16:14:25 +0000 (16:14 +0000)]
Changes in code and adding task

15 years agoFixed a problem in the geometry. The sensors where added multiple times
cholm [Tue, 13 May 2008 14:57:59 +0000 (14:57 +0000)]
Fixed a problem in the geometry.  The sensors where added multiple times
to the virtual module volumes.  Fixed.

15 years agoprintf hidden by debug flag.
morsch [Tue, 13 May 2008 14:49:38 +0000 (14:49 +0000)]
printf hidden by debug flag.

15 years agofFileA->ls(); removed.
morsch [Tue, 13 May 2008 14:35:17 +0000 (14:35 +0000)]
fFileA->ls(); removed.

15 years agoCopy arrays in assignment instead of the pointer; avoid double delete.
morsch [Tue, 13 May 2008 14:32:32 +0000 (14:32 +0000)]
Copy arrays in assignment instead of the pointer; avoid double delete.

15 years ago0. Adding correction for edge effects
marian [Tue, 13 May 2008 14:18:56 +0000 (14:18 +0000)]
0. Adding correction for edge effects
1. Adding debug stream for alignment visualization
(Marian)

15 years agoDo not use mean vertex constraint (Andrea)
hristov [Tue, 13 May 2008 12:15:24 +0000 (12:15 +0000)]
Do not use mean vertex constraint (Andrea)

15 years agoAdditional protection
hristov [Tue, 13 May 2008 12:13:55 +0000 (12:13 +0000)]
Additional protection

15 years agotpc_clusters.C - return null pointer if tree can be obtained from run-loader.
mtadel [Tue, 13 May 2008 11:32:03 +0000 (11:32 +0000)]
tpc_clusters.C - return null pointer if tree can be obtained from run-loader.

visscan_init.C - handle null pointers returned from xyz_clusters.C.

15 years agoMemory leaks
cblume [Tue, 13 May 2008 11:10:46 +0000 (11:10 +0000)]
Memory leaks

15 years agoSeparate task for muon tracks added. (R. Arnaldi)
morsch [Tue, 13 May 2008 10:14:33 +0000 (10:14 +0000)]
Separate task for muon tracks added. (R. Arnaldi)

15 years agodocumentation
richterm [Tue, 13 May 2008 09:13:14 +0000 (09:13 +0000)]
documentation

15 years agoSwitch off the QA
hristov [Tue, 13 May 2008 09:03:22 +0000 (09:03 +0000)]
Switch off the QA

15 years agoPut back the optimization
hristov [Tue, 13 May 2008 08:59:08 +0000 (08:59 +0000)]
Put back the optimization

15 years agoFrom v4-12-Release: updated beam size and PHOS simulation parameters
hristov [Tue, 13 May 2008 08:58:07 +0000 (08:58 +0000)]
From v4-12-Release: updated beam size and PHOS simulation parameters

15 years agoBug fix: adding SHLIB to SYSLIBS (C.Holm)
hristov [Tue, 13 May 2008 08:49:09 +0000 (08:49 +0000)]
Bug fix: adding SHLIB to SYSLIBS (C.Holm)

15 years agoA side LHC magnet fields. (Chiara Oppedisano)
morsch [Tue, 13 May 2008 08:46:31 +0000 (08:46 +0000)]
A side LHC magnet fields. (Chiara Oppedisano)

15 years agoBetter discovery of optional ROOT components (C.Holm)
hristov [Tue, 13 May 2008 08:45:03 +0000 (08:45 +0000)]
Better discovery of optional ROOT components (C.Holm)

15 years agoNo need for TGLObject.h (C.Holm)
hristov [Tue, 13 May 2008 08:42:23 +0000 (08:42 +0000)]
No need for TGLObject.h (C.Holm)

15 years agoNo need for libFTGL (C.Holm)
hristov [Tue, 13 May 2008 08:41:50 +0000 (08:41 +0000)]
No need for libFTGL (C.Holm)

15 years ago- changed: tree->SetAlias("memUSED", "pI.fMemVirtual"); for getting report on virtual...
agheata [Tue, 13 May 2008 08:21:18 +0000 (08:21 +0000)]
- changed: tree->SetAlias("memUSED", "pI.fMemVirtual"); for getting report on virtual memory

15 years agoInclude needed header files (C.Holm)
hristov [Tue, 13 May 2008 08:15:08 +0000 (08:15 +0000)]
Include needed header files (C.Holm)

15 years agoMore flexible map flag than only for high and low gain (David)
cvetan [Tue, 13 May 2008 08:06:24 +0000 (08:06 +0000)]
More flexible map flag than only for high and low gain (David)

15 years agofinalization of the TPCNoiseMapComponent (Kelly)
richterm [Mon, 12 May 2008 21:11:37 +0000 (21:11 +0000)]
finalization of the TPCNoiseMapComponent (Kelly)

15 years agoAdded misalignment of ITS w.r.t. TPC (A. Dainese) - Correct casting to TString added...
masera [Mon, 12 May 2008 14:59:50 +0000 (14:59 +0000)]
Added misalignment of ITS w.r.t. TPC (A. Dainese) - Correct casting to TString added (R. Grosso)

15 years agoBad channel treatment in SSD simulation and reconstruction (E.Fragiacomo)
masera [Mon, 12 May 2008 14:46:51 +0000 (14:46 +0000)]
Bad channel treatment in SSD simulation and reconstruction (E.Fragiacomo)

15 years ago- disable use of SDD correction maps in calibration objects
masera [Mon, 12 May 2008 09:00:21 +0000 (09:00 +0000)]
- disable use of SDD correction maps in calibration objects
- set an average value of drift speed for modules with bad injectors
F. Prino

15 years agonew implementation of bad channel map (E. Fragiacomo)
masera [Mon, 12 May 2008 08:55:38 +0000 (08:55 +0000)]
new implementation of bad channel map (E. Fragiacomo)

15 years agoAdditional protection
hristov [Mon, 12 May 2008 08:46:22 +0000 (08:46 +0000)]
Additional protection

15 years agoPossibility to add SDD points to cosmic muons tracks (A. Dainese)
masera [Mon, 12 May 2008 08:31:09 +0000 (08:31 +0000)]
Possibility to add SDD points to cosmic muons tracks (A. Dainese)

15 years ago additional alignable volume from Tomek
alla [Mon, 12 May 2008 08:06:09 +0000 (08:06 +0000)]
 additional alignable volume from Tomek

15 years agoTMatrixF *fLocPosM is removed as unnecessary. Memory leak is fixed.
kharlov [Mon, 12 May 2008 07:01:25 +0000 (07:01 +0000)]
TMatrixF *fLocPosM is removed as unnecessary. Memory leak is fixed.

15 years agoAdding the fitting for transformation with
marian [Sun, 11 May 2008 22:13:25 +0000 (22:13 +0000)]
Adding the fitting for transformation with
9 and 6 parameters (Marian)

15 years agoRemoved Memory leak
marian [Sun, 11 May 2008 19:31:16 +0000 (19:31 +0000)]
Removed Memory leak
Instead of TObjArray TIterator use simple loop
(Marian)

15 years agoMemory leak problems (TLinearFitter)- way around
marian [Sun, 11 May 2008 14:11:17 +0000 (14:11 +0000)]
Memory leak problems (TLinearFitter)- way around
Using static function TF1 instead of
TLinearFitter formalas (Marian)

15 years agoUsing TClonesArray::Clean instead of deleting of the
marian [Sun, 11 May 2008 13:38:09 +0000 (13:38 +0000)]
Using TClonesArray::Clean instead of deleting of the
arrays (Marian)

First step to reduce the memory fragmentation
Next step - AliTPCtrackerMI

15 years agoBug fix in assignment (Marian)
marian [Sun, 11 May 2008 10:58:47 +0000 (10:58 +0000)]
Bug fix in assignment (Marian)

15 years agoAliPHOSTrackSegmentMaker, AliPHOSPID, TClonesArray of EMC and CPV
kharlov [Sat, 10 May 2008 19:18:21 +0000 (19:18 +0000)]
AliPHOSTrackSegmentMaker, AliPHOSPID, TClonesArray of EMC and CPV
recpoints are created once per run in corresponding constructors,
instead of creating them once per event. Memory leaks of
AliPHOSEmcRecPoint, AliPHOSCpvRecPoints, AliPHOSRecParticles are
fixed.

15 years agoThe type of fTRDnSlices should be Int_t
belikov [Sat, 10 May 2008 17:09:40 +0000 (17:09 +0000)]
The type of fTRDnSlices should be Int_t

15 years agoCPV alignment creation corrected
prsnko [Sat, 10 May 2008 16:53:26 +0000 (16:53 +0000)]
CPV alignment creation corrected

15 years agoFixing part of the Coding violation
marian [Sat, 10 May 2008 11:27:37 +0000 (11:27 +0000)]
Fixing part of the Coding violation
Adding comments
Adding Getters for histograms (Marian)

15 years agoRemoving extra line, adding EINCLUDE
hristov [Sat, 10 May 2008 09:30:48 +0000 (09:30 +0000)]
Removing extra line, adding EINCLUDE

15 years agoExporting AliRawReaderRoot.h
hristov [Sat, 10 May 2008 09:13:05 +0000 (09:13 +0000)]
Exporting AliRawReaderRoot.h

15 years agoAliESDCaloCluster.cxx,.h: Removed fM11 and related getter and setter,
hristov [Sat, 10 May 2008 08:15:22 +0000 (08:15 +0000)]
AliESDCaloCluster.cxx,.h: Removed fM11 and related getter and setter,
added fTOF and related getter and setter, increased the class def to 8
AliAODCaloCluster.cxx,.h: Added fTOF and the related getters and
setters, increased the class def  5 . Added the method
GetMomentum(TLorentzVector, Double v) like the one in ESDCaloCluster

AliAODCluster.h: Added a Getter to return fLabels array

AliAODEvent.cxx.h: Added methods to get the list of aodCaloClusters of
PHOS or EMCAL separately, as it is done in AliESDEvent.

AliEMCALReconstructor.cxx, AliPHOSReconstructor.cxx: Removed  filling
of  M11 and added filling of TOF

AliAnalysisTaskESDfilter.cxx: Added TOF and track matching information
to CaloClusters.

AliHLTPHOSESDMaker.cxx: Remove setting of fM11 (the fTOF should be added)

Gustavo

15 years agoChanges in the ACORDE libraries to compile on Windows/Cygwin
hristov [Sat, 10 May 2008 06:47:02 +0000 (06:47 +0000)]
Changes in the ACORDE libraries to compile on Windows/Cygwin

15 years agodoing backward compatibility correctly
richterm [Sat, 10 May 2008 05:53:53 +0000 (05:53 +0000)]
doing backward compatibility correctly

15 years agohunting memory leaks
richterm [Fri, 9 May 2008 21:21:39 +0000 (21:21 +0000)]
hunting memory leaks

15 years agocode documentation
richterm [Fri, 9 May 2008 21:19:52 +0000 (21:19 +0000)]
code documentation