]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
15 years agooptions to set markers etc.
snelling [Sat, 31 Jan 2009 16:35:50 +0000 (16:35 +0000)]
options to set markers etc.

15 years agoFixed the vertex calculation to use the right sign
hdalsgaa [Sat, 31 Jan 2009 00:58:10 +0000 (00:58 +0000)]
Fixed the vertex calculation to use the right sign

15 years agoFix to Jan Fiete's bug report
cholm [Fri, 30 Jan 2009 23:27:44 +0000 (23:27 +0000)]
Fix to Jan Fiete's bug report

15 years agoCorrected dipole segmentation bug introduced during AliMagFCheb->AliMagWrapCheb conve...
shahoian [Fri, 30 Jan 2009 19:07:55 +0000 (19:07 +0000)]
Corrected dipole segmentation bug introduced during AliMagFCheb->AliMagWrapCheb conversion.

15 years agosmall fix
snelling [Fri, 30 Jan 2009 17:49:24 +0000 (17:49 +0000)]
small fix

15 years agonew equations for differntail flow
snelling [Fri, 30 Jan 2009 15:52:58 +0000 (15:52 +0000)]
new equations for differntail flow

15 years agoreorganized a bit
snelling [Fri, 30 Jan 2009 15:00:55 +0000 (15:00 +0000)]
reorganized a bit

15 years agoAdditional protection (macosx with gfortran)
hristov [Fri, 30 Jan 2009 14:54:39 +0000 (14:54 +0000)]
Additional protection (macosx with gfortran)

15 years agoBug fix: enlarged array size, corrected initialization (linuxia64gcc)
hristov [Fri, 30 Jan 2009 14:39:22 +0000 (14:39 +0000)]
Bug fix: enlarged array size, corrected initialization (linuxia64gcc)

15 years agoclean up so code is less verbose for each event
snelling [Fri, 30 Jan 2009 14:35:09 +0000 (14:35 +0000)]
clean up so code is less verbose for each event

15 years agoUpdated to new argument system, added the functionality to find out the number of...
kaamodt [Fri, 30 Jan 2009 14:26:28 +0000 (14:26 +0000)]
Updated to new argument system, added the functionality to find out the number of files to analyze automatically.

15 years agooverloaded write method
snelling [Fri, 30 Jan 2009 14:18:09 +0000 (14:18 +0000)]
overloaded write method

15 years agomacro and flowevent maker to run part of the code in root
snelling [Fri, 30 Jan 2009 13:12:48 +0000 (13:12 +0000)]
macro and flowevent maker to run part of the code in root

15 years agoSet of protections and bug fixes
hristov [Fri, 30 Jan 2009 13:06:27 +0000 (13:06 +0000)]
Set of protections and bug fixes

15 years agoUpdated geometry
rgrosso [Fri, 30 Jan 2009 12:29:46 +0000 (12:29 +0000)]
Updated geometry

15 years agoCode cleanup in AliITSDetTypeRec and vertexers + minor bug fix in AliITSVertexer3D...
prino [Fri, 30 Jan 2009 10:44:11 +0000 (10:44 +0000)]
Code cleanup in AliITSDetTypeRec and vertexers + minor bug fix in AliITSVertexer3D (F. Prino)

15 years agoTEveJetCone moved to root/eve (piggyback on sync with ROOT trunk).
mtadel [Thu, 29 Jan 2009 21:54:53 +0000 (21:54 +0000)]
TEveJetCone moved to root/eve (piggyback on sync with ROOT trunk).

15 years agoAdd a Reset funcion
cblume [Thu, 29 Jan 2009 19:37:14 +0000 (19:37 +0000)]
Add a Reset funcion

15 years agoMake the JF similar to PYCELL, increase fiducial region
kleinb [Thu, 29 Jan 2009 17:53:07 +0000 (17:53 +0000)]
Make the JF similar to PYCELL, increase fiducial region

15 years agoAdding extra options to the hit reconstructor component to better control recovery...
aszostak [Thu, 29 Jan 2009 17:52:56 +0000 (17:52 +0000)]
Adding extra options to the hit reconstructor component to better control recovery from data corruption and skipping of data words with detected parity errors.
Fixing logging messages in AliHLTMUONTriggerReconstructor.

15 years agofile needed for TestFast.C
morsch [Thu, 29 Jan 2009 17:00:36 +0000 (17:00 +0000)]
file needed for TestFast.C

15 years agoAliRsnMCInfo:
pulvir [Thu, 29 Jan 2009 16:35:13 +0000 (16:35 +0000)]
AliRsnMCInfo:
- added a datamember to store MC first point of track (for MC DCA)
- added all setters/getters related to this
- added a method to "shift" this point by the amount
  of a reference point (primary vertex)

AliRsnDaughter:
- in method "PhiDeg" and "ThetaDeg" call their radiants counterparts
  (they are inline so the compilation will be the same, but is more readable)
- add user-friendly methods to set the "kink" index accordingly
- explicitly added and "Adopt" for a TParticle object, used also for AliMCParticle

AliRsnEvent:
- added the MonteCarlo primary vertex and getters/setters for it
- added a method to correct trach DCA's for primary vertex which will be possible only from here

AliRsnCut:
- added track cut on MC impact parameter
- added track cut on kink daughter/mother
- corrected typo in cut on transverse momentum MC
- added event cut on Vz primary vertex
- added a method to know if the analyzed pair is made of the same tracks (e.g.: pi+pi+ k+k+ etc)
- added a method to know if the object is being used for mixing
- removed all methods which refer to event buffer and event matching search
- removed management of event mixing which is moved to analysis task

AliRsnPair:
- removed option "kTruePairs" (replaced with true pairs cut)
- removed "mixNum" value in constructor (mixing is managed at level of AnalysisTask object)
- removed unused "Init" method
- changed arguments of "ProcessPair" method to two AliRsnEvent (event buffer is not here any longer)
- removed "mixing cut" and everything referring to it

AliRsnReader:
- moved conversion methods from source to AliRsnDaughter here
- added an AliESDtrackCuts data-member for primary cuts (optionally used) and getters/setters for it

AliRsnAnalysisSE:
- added management of event mixing at the level of this object

AliRsnFunction:
- removed weighted filling of histograms
- added possibility to create bins for many variables (separately)

15 years agoBug fix (A. Maire)
belikov [Thu, 29 Jan 2009 16:03:20 +0000 (16:03 +0000)]
Bug fix (A. Maire)

15 years agoanalysis mode to start the analysis with analysis frame is not -grid- but -local...
gconesab [Thu, 29 Jan 2009 12:46:01 +0000 (12:46 +0000)]
analysis mode to start the analysis with analysis frame is not -grid- but -local- now

15 years agoRemove class AliAnaCaloTriggerMC, not needed
gconesab [Thu, 29 Jan 2009 10:36:19 +0000 (10:36 +0000)]
Remove class AliAnaCaloTriggerMC, not needed

15 years ago1)Terminate() method implemented in the frame. Simple examples on what to do with...
gconesab [Thu, 29 Jan 2009 10:28:56 +0000 (10:28 +0000)]
1)Terminate() method implemented in the frame. Simple examples on what to do with it put in AliAnaExample and AliAnaPi0
2)New class AliMCAnalysisUtils, extracted method CheckOrigin from AliCaloPID, added some other MC generator utilities
3)Event number can be accessed in the analysis classes with method GetEventNumber
4)AliAnaCaloTrigger derives now from AliAnalysisTaskSE, MC additional information done in AliAnaCaloTriggerMC moved here

15 years agoIncluding appropriate header
fca [Thu, 29 Jan 2009 10:14:14 +0000 (10:14 +0000)]
Including appropriate header

15 years agoCorrected the vertex finding for the hits and primaries
hdalsgaa [Wed, 28 Jan 2009 20:55:09 +0000 (20:55 +0000)]
Corrected the vertex finding for the hits and primaries

15 years agoRemove dependcies on obsolete data structures
cblume [Wed, 28 Jan 2009 18:00:28 +0000 (18:00 +0000)]
Remove dependcies on obsolete data structures

15 years agoAdding extra protection code to prevent seg-faults when processing online data. ...
aszostak [Wed, 28 Jan 2009 17:26:04 +0000 (17:26 +0000)]
Adding extra protection code to prevent seg-faults when processing online data. (Indra)
Added option to RunChain.C to use the raw reader publisher component rather than just a plain file publisher.

15 years agoFixing correctly previous problem
fca [Wed, 28 Jan 2009 15:35:40 +0000 (15:35 +0000)]
Fixing correctly previous problem

15 years agoFix to GetVertex
cholm [Wed, 28 Jan 2009 15:10:32 +0000 (15:10 +0000)]
Fix to GetVertex

15 years agosame modifications as in ppbench
schutz [Wed, 28 Jan 2009 13:51:42 +0000 (13:51 +0000)]
same modifications as in ppbench

15 years agoallow to set the number of events throub an env variable
schutz [Wed, 28 Jan 2009 13:43:54 +0000 (13:43 +0000)]
allow to set the number of events throub an env variable

15 years agoallow to set the number of events throub an env variable
schutz [Wed, 28 Jan 2009 13:35:51 +0000 (13:35 +0000)]
allow to set the number of events throub an env variable

15 years agoallow to set the number of events throub an env variable
schutz [Wed, 28 Jan 2009 13:34:33 +0000 (13:34 +0000)]
allow to set the number of events throub an env variable

15 years agoupdrated the class version (forgot to do so after changing the QA data members)
schutz [Wed, 28 Jan 2009 13:32:25 +0000 (13:32 +0000)]
updrated the class version (forgot to do so after changing the QA data members)

15 years agoupdates of the PID reference data calibration (Alex W)
abercuci [Wed, 28 Jan 2009 13:23:52 +0000 (13:23 +0000)]
updates of the PID reference data calibration (Alex W)
  - training with a pretrained network
  - steering macros

15 years agoUpdated to be in accord with AliFMDInput
hdalsgaa [Wed, 28 Jan 2009 13:12:30 +0000 (13:12 +0000)]
Updated to be in accord with AliFMDInput

15 years agoUpdated to be in accord with AliFMDInput
hdalsgaa [Wed, 28 Jan 2009 13:03:20 +0000 (13:03 +0000)]
Updated to be in accord with AliFMDInput

15 years agocommitted the wrong file previously
schutz [Wed, 28 Jan 2009 12:41:47 +0000 (12:41 +0000)]
committed the wrong file previously

15 years agocreates recraw if not exist
schutz [Wed, 28 Jan 2009 12:37:08 +0000 (12:37 +0000)]
creates recraw if not exist

15 years agoNeed to include virtual class
fca [Wed, 28 Jan 2009 12:31:15 +0000 (12:31 +0000)]
Need to include virtual class

15 years agofixed bugs with underflows
snelling [Wed, 28 Jan 2009 12:13:36 +0000 (12:13 +0000)]
fixed bugs with underflows

15 years agoCompilation breaking fixing (Artur)
martinez [Wed, 28 Jan 2009 11:33:11 +0000 (11:33 +0000)]
Compilation breaking fixing (Artur)

15 years agoFrom Ivana: update for cahnges in MUON.
mtadel [Wed, 28 Jan 2009 11:32:51 +0000 (11:32 +0000)]
From Ivana: update for cahnges in MUON.

15 years agoIn mapping:
ivana [Wed, 28 Jan 2009 11:07:09 +0000 (11:07 +0000)]
In mapping:
Introduced new methods in AliMpSegmentation class for access
to AliMpSector, AliMpSlat and AliMpTrigger objects,
and replaced code where these objects are accessed via
unsafe casting AliMpVSegmentation with use of these new functions.
(Ivana, Laurent)

15 years agoadded protection in case the QA object list is not initialized
schutz [Wed, 28 Jan 2009 11:05:10 +0000 (11:05 +0000)]
added protection in case the QA object list is not initialized

15 years agoadded protection in case the QA object list is not initialized
schutz [Wed, 28 Jan 2009 11:04:44 +0000 (11:04 +0000)]
added protection in case the QA object list is not initialized

15 years agoClean up
cblume [Wed, 28 Jan 2009 10:09:10 +0000 (10:09 +0000)]
Clean up

15 years agoClean up
cblume [Wed, 28 Jan 2009 10:07:40 +0000 (10:07 +0000)]
Clean up

15 years agoClean up
cblume [Wed, 28 Jan 2009 10:07:06 +0000 (10:07 +0000)]
Clean up

15 years agoClean up
cblume [Wed, 28 Jan 2009 10:06:04 +0000 (10:06 +0000)]
Clean up

15 years agoClean up
cblume [Wed, 28 Jan 2009 10:05:03 +0000 (10:05 +0000)]
Clean up

15 years agoenabled QA
schutz [Wed, 28 Jan 2009 08:51:08 +0000 (08:51 +0000)]
enabled QA

15 years agoReco parameters were adjusted to make consistent a reconstruction
kharlov [Tue, 27 Jan 2009 18:14:10 +0000 (18:14 +0000)]
Reco parameters were adjusted to make consistent a reconstruction
of simulated digits and simulated raw data

15 years agoimproved the style histograms
snelling [Tue, 27 Jan 2009 16:00:42 +0000 (16:00 +0000)]
improved the style histograms

15 years agoAdding the Q dependent resolution picture (Marian)
marian [Tue, 27 Jan 2009 15:57:19 +0000 (15:57 +0000)]
Adding the Q dependent resolution picture (Marian)

15 years agoFix according to new entry in DAQ logbook.
zampolli [Tue, 27 Jan 2009 15:54:23 +0000 (15:54 +0000)]
Fix according to new entry in DAQ logbook.

15 years agoAdding the possibility to run the analysis in eta-pT or y-pT (better for the corrections)
pchrist [Tue, 27 Jan 2009 15:39:46 +0000 (15:39 +0000)]
Adding the possibility to run the analysis in eta-pT or y-pT (better for the corrections)

15 years agofixed a memory leak
snelling [Tue, 27 Jan 2009 15:28:48 +0000 (15:28 +0000)]
fixed a memory leak

15 years agoNew Analysis task for association of kine and ESD tracks a la RecoCheck (Artur)
martinez [Tue, 27 Jan 2009 15:25:13 +0000 (15:25 +0000)]
New Analysis task for association of kine and ESD tracks a la RecoCheck (Artur)

15 years agofurther updates Q cumulants
snelling [Tue, 27 Jan 2009 14:54:36 +0000 (14:54 +0000)]
further updates Q cumulants

15 years agoUpdate of raw data simulation by WooJin
cblume [Tue, 27 Jan 2009 14:44:09 +0000 (14:44 +0000)]
Update of raw data simulation by WooJin

15 years agoCleaning up files, added documentation. Added ntuple for v0s.
kaamodt [Tue, 27 Jan 2009 14:42:07 +0000 (14:42 +0000)]
Cleaning up files, added documentation. Added ntuple for v0s.

15 years agoAdding the resolution picures (Marian)
marian [Tue, 27 Jan 2009 14:06:09 +0000 (14:06 +0000)]
Adding the resolution picures (Marian)

15 years agoJens changes - common base class for the Raw data calibration
marian [Tue, 27 Jan 2009 14:04:15 +0000 (14:04 +0000)]
Jens changes - common base class for the Raw data calibration

AliTPCCalibCE.cxx.diff          Include usage of base class, add possibility to set peak integration range for COG determination
AliTPCCalibCE.h.diff            Include usage of base class, add possibility to set peak integration range for COG determination
AliTPCCalibPedestal.cxx.diff    Include usage of base class
AliTPCCalibPedestal.h.diff      Include usage of base class
AliTPCCalibPulser.cxx.diff      Include usage of base class, add possibility to set peak integration range for COG determination
AliTPCCalibPulser.h.diff        Include usage of base class, add possibility to set peak integration range for COG determination
AliTPCCalibRawBase.cxx          Base class for raw data processing, to be used in the basic calibration components
AliTPCCalibRawBase.h            Base class for raw data processing, to be used in the basic calibration components
AliTPCcalibLaser.cxx.diff       Added common IROC/OROC linear fit model, added rotation of associated track the laser track ref. frame
libTPCbase.pkg.diff             Added raw data calibration base class
TPCbaseLinkDef.h.diff           Added raw data calibration base class

15 years agoAdding the description of real data (Marian)
marian [Tue, 27 Jan 2009 13:29:28 +0000 (13:29 +0000)]
Adding the description of real data (Marian)

15 years agobug fixes Q cumulants for overlapping selections
snelling [Tue, 27 Jan 2009 10:21:16 +0000 (10:21 +0000)]
bug fixes Q cumulants for overlapping selections

15 years agoNew EMC ideal calibration with all gains=0.005
kharlov [Mon, 26 Jan 2009 18:03:54 +0000 (18:03 +0000)]
New EMC ideal calibration with all gains=0.005
and macro to create EMC calibration around 0.005.

15 years agoIf a setof track parameters is created outside the beam pipe, it is transformed to...
belikov [Mon, 26 Jan 2009 17:51:25 +0000 (17:51 +0000)]
If a setof track parameters is created outside the beam pipe, it is transformed to the local coordinate system of the TPC sector that contains the point of creation (A. Bercuci, A. Dainese).

15 years agoremove dependence on the AliTRDReconstructor from the PID related code
abercuci [Mon, 26 Jan 2009 17:13:05 +0000 (17:13 +0000)]
remove dependence on the AliTRDReconstructor from the PID related code
(Markus, Alex)

15 years agorevome redundant variables
prsnko [Mon, 26 Jan 2009 17:12:40 +0000 (17:12 +0000)]
revome redundant variables

15 years agoremove dependence on the AliTRDReconstructor from the PID related code
abercuci [Mon, 26 Jan 2009 17:12:21 +0000 (17:12 +0000)]
remove dependence on the AliTRDReconstructor from the PID related code
(Markus, Alex)

15 years agoCalibrate Digits before putting to CaloCells
prsnko [Mon, 26 Jan 2009 17:10:41 +0000 (17:10 +0000)]
Calibrate Digits before putting to CaloCells

15 years agoProduce sample with given amp, delegate ADC2GeV conversion to OCDB
prsnko [Mon, 26 Jan 2009 17:05:37 +0000 (17:05 +0000)]
Produce sample with given amp, delegate ADC2GeV conversion to OCDB

15 years agoDigits::E measured in ADC counts now
prsnko [Mon, 26 Jan 2009 17:03:19 +0000 (17:03 +0000)]
Digits::E measured in ADC counts now

15 years agoDigits::E measured in ADC counts now
prsnko [Mon, 26 Jan 2009 17:01:26 +0000 (17:01 +0000)]
Digits::E measured in ADC counts now

15 years agoExplicit ALTRO offset subtraction removed
prsnko [Mon, 26 Jan 2009 16:57:22 +0000 (16:57 +0000)]
Explicit ALTRO offset subtraction removed

15 years agoADC2GeV calibration moved to Clusterizer
prsnko [Mon, 26 Jan 2009 16:55:38 +0000 (16:55 +0000)]
ADC2GeV calibration moved to Clusterizer

15 years agoBug fix. Distance from detector to vertex now calculated correctly
hdalsgaa [Mon, 26 Jan 2009 16:22:58 +0000 (16:22 +0000)]
Bug fix. Distance from detector to vertex now calculated correctly

15 years agoUpdated surveyed TPC laser tracks (Jens)
marian [Mon, 26 Jan 2009 16:12:50 +0000 (16:12 +0000)]
Updated surveyed TPC laser tracks (Jens)

15 years agopass ESD AOD or whatever to the macro
snelling [Mon, 26 Jan 2009 15:34:53 +0000 (15:34 +0000)]
pass ESD AOD or whatever to the macro

15 years agoadded more plotting options
snelling [Mon, 26 Jan 2009 15:11:33 +0000 (15:11 +0000)]
added more plotting options

15 years agoFix size of array declaration, as pointed out by Andrei
cblume [Mon, 26 Jan 2009 14:39:17 +0000 (14:39 +0000)]
Fix size of array declaration, as pointed out by Andrei

15 years agouse the minimum error point on the tracklet (x ref) also for inward track fit
abercuci [Mon, 26 Jan 2009 14:14:29 +0000 (14:14 +0000)]
use the minimum error point on the tracklet (x ref) also for inward track fit

15 years agoadding a getter of the QA object from tag file
schutz [Mon, 26 Jan 2009 13:54:20 +0000 (13:54 +0000)]
adding a getter of the QA object from tag file

15 years agoRestored working AliZDCReconstructor class
coppedis [Mon, 26 Jan 2009 09:51:30 +0000 (09:51 +0000)]
Restored working AliZDCReconstructor class

15 years agoFix coding rule violations
cblume [Mon, 26 Jan 2009 08:34:46 +0000 (08:34 +0000)]
Fix coding rule violations

15 years agoBugfix, comparison of string -sorted was not correct.
kaamodt [Mon, 26 Jan 2009 08:15:35 +0000 (08:15 +0000)]
Bugfix, comparison of string -sorted was not correct.

15 years agotemporary disable unit test of AliRawReaderHLT due to problems with loading libHLTrec...
richterm [Sat, 24 Jan 2009 09:06:00 +0000 (09:06 +0000)]
temporary disable unit test of AliRawReaderHLT due to problems with loading libHLTrec.so from the AliRAWHLTManager (dues not occur in AliRoot)

15 years agoA temporary numerical fix (A. Dainese)
belikov [Fri, 23 Jan 2009 17:54:35 +0000 (17:54 +0000)]
A temporary numerical fix (A. Dainese)

15 years agoSupport collar at FMD2 position.
morsch [Fri, 23 Jan 2009 17:35:19 +0000 (17:35 +0000)]
Support collar at FMD2 position.

15 years agoupdated histos for monte carlo info
snelling [Fri, 23 Jan 2009 16:27:25 +0000 (16:27 +0000)]
updated histos for monte carlo info

15 years agoNo more relevant
coppedis [Fri, 23 Jan 2009 14:35:11 +0000 (14:35 +0000)]
No more relevant

15 years agoNo more relevant
coppedis [Fri, 23 Jan 2009 14:33:55 +0000 (14:33 +0000)]
No more relevant

15 years agoBug fix. Filling in chamber ID and detection element ID information correctly for...
aszostak [Fri, 23 Jan 2009 14:04:48 +0000 (14:04 +0000)]
Bug fix. Filling in chamber ID and detection element ID information correctly for reconstructed hit objects.

15 years agochanges in AliTRDdigitsManager
cblume [Fri, 23 Jan 2009 11:58:35 +0000 (11:58 +0000)]
changes in AliTRDdigitsManager
- important correction in the destructor
- TObjArrays may contain only one entry if raw data is reconstructed. faster!
- cleaned up code

changes in AliTRDclusterizer
- important correction concering signals[7] in CreateCluster
- some corrections of the padStatus handeling in IsMaximum
- make use of changes in digitsManager
- cleaned up code of IsMaximum
- preparation of the code for upcoming SIMD implementation

changes in AliTRDReconstructor
- make use of changes in digitsManager

15 years agoCorrection to find clusters in high detector occupancy (central Hijing) is introduced.
kharlov [Fri, 23 Jan 2009 11:13:32 +0000 (11:13 +0000)]
Correction to find clusters in high detector occupancy (central Hijing) is introduced.

15 years agoAdding class for space point (unlinear correction)
marian [Fri, 23 Jan 2009 10:59:00 +0000 (10:59 +0000)]
Adding class for space point (unlinear correction)