]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
14 years agoDo not delete objects if you are not the owner
hristov [Tue, 5 Jan 2010 11:34:13 +0000 (11:34 +0000)]
Do not delete objects if you are not the owner

14 years agoCorrected.
morsch [Tue, 5 Jan 2010 11:29:18 +0000 (11:29 +0000)]
Corrected.

14 years agoAdded HasLatencyWindow method to AliTOFChannelOnlineStatusArray class.
rpreghen [Tue, 5 Jan 2010 11:28:24 +0000 (11:28 +0000)]
Added HasLatencyWindow method to AliTOFChannelOnlineStatusArray class.
Method used in TOF preprocessor to know whether latency window data is available in Calib/Status object storedi n OCDB.
If not update OCDB with a new Calib/Status object with latency window data.
Added further checks to AliTOFChannelOnlineStatusArray class for better backward compatibility.

14 years agoCorrection.
morsch [Tue, 5 Jan 2010 10:40:42 +0000 (10:40 +0000)]
Correction.

14 years agoModification in the analysis code: offline trigger
pchrist [Tue, 5 Jan 2010 10:36:47 +0000 (10:36 +0000)]
Modification in the analysis code: offline trigger

14 years agoEvent header is created and written.
morsch [Tue, 5 Jan 2010 09:55:17 +0000 (09:55 +0000)]
Event header is created and written.

14 years agoHerwig event header added
morsch [Tue, 5 Jan 2010 09:54:36 +0000 (09:54 +0000)]
Herwig event header added

14 years agoHerwig event header.
morsch [Tue, 5 Jan 2010 09:52:51 +0000 (09:52 +0000)]
Herwig event header.

14 years agoReducing verbosity when summarizing results from tracking (same as done
zampolli [Tue, 5 Jan 2010 08:36:53 +0000 (08:36 +0000)]
Reducing verbosity when summarizing results from tracking (same as done
for AliTOFtracker.cxx)

14 years agofixed printout statement
kleinb [Mon, 4 Jan 2010 17:01:08 +0000 (17:01 +0000)]
fixed printout statement

14 years agoReducing verbosity when summarizing result of tracking.
zampolli [Mon, 4 Jan 2010 16:58:41 +0000 (16:58 +0000)]
Reducing verbosity when summarizing result of tracking.

14 years agoAdd fidutial cut selection on AOD/ESD CaloClusters, select only CaloCells with module...
gconesab [Mon, 4 Jan 2010 16:29:48 +0000 (16:29 +0000)]
Add fidutial cut selection on AOD/ESD CaloClusters, select only CaloCells with module number smaller than fNModules, a couple of histogram title corrections

14 years agoFrom Christian Klein-Boesing: New method :
agheata [Mon, 4 Jan 2010 16:06:58 +0000 (16:06 +0000)]
From Christian Klein-Boesing: New method :
SetAdditionalRootLibs(const char *list) // strings separated by blancs
to add a string that holds libs that have to be loaded BEFORE other analysis libs/par file compilation.

14 years agoRead histos from common output file (Chiara B)
dainese [Mon, 4 Jan 2010 14:35:50 +0000 (14:35 +0000)]
Read histos from common output file (Chiara B)

14 years agofix TRDout flag setting. All tracks which are found by TRD are marked as
abercuci [Mon, 4 Jan 2010 13:50:44 +0000 (13:50 +0000)]
fix TRDout flag setting. All tracks which are found by TRD are marked as
TRDout and are written to the friends (is streaming on)

14 years agofix warnings reported in savannah 60986
abercuci [Mon, 4 Jan 2010 13:34:48 +0000 (13:34 +0000)]
fix warnings reported in savannah 60986

14 years agoMemory leak corrected.
morsch [Mon, 4 Jan 2010 12:58:38 +0000 (12:58 +0000)]
Memory leak corrected.

14 years agoChange in calling sequence.
morsch [Mon, 4 Jan 2010 12:35:47 +0000 (12:35 +0000)]
Change in calling sequence.

14 years agoWarning corrected.
morsch [Mon, 4 Jan 2010 11:49:28 +0000 (11:49 +0000)]
Warning corrected.

14 years agoChange back the clustering threshold to 0.1 GeV, set by mistake to 0.025 GeV
gconesab [Sat, 2 Jan 2010 17:28:42 +0000 (17:28 +0000)]
Change back the clustering threshold to 0.1 GeV, set by mistake to 0.025 GeV

14 years ago- use only one array in DeConvExp
cblume [Thu, 31 Dec 2009 10:46:59 +0000 (10:46 +0000)]
- use only one array in DeConvExp
- no double precission necessary

14 years agoAliAnaPi0: Change name of histograms in memory produced during projections, since...
gconesab [Wed, 30 Dec 2009 18:10:34 +0000 (18:10 +0000)]
AliAnaPi0: Change name of histograms in memory produced during projections, since they can cause segmentation violation.
AliAnaCalorimeterQA: Correct name of histogram fhTimeAmp
                                     Fill Invariant mass histograms with pt and not energy in order to compare results with AliAnaPi0

14 years agoIn the method AliHMPIDQAChecker::Check AliCDBEntry object deleted before exiting...
gvolpe [Mon, 28 Dec 2009 14:32:41 +0000 (14:32 +0000)]
In the method AliHMPIDQAChecker::Check AliCDBEntry object deleted before exiting the method (to fix bug 60972)

14 years agoTake the case of missing pretrigger into account
cblume [Mon, 28 Dec 2009 13:53:58 +0000 (13:53 +0000)]
Take the case of missing pretrigger into account

14 years agoAdded AliPhysicsSelection
kleinb [Mon, 28 Dec 2009 11:17:05 +0000 (11:17 +0000)]
Added AliPhysicsSelection

14 years agoAdded new package names
kleinb [Mon, 28 Dec 2009 11:15:50 +0000 (11:15 +0000)]
Added new package names

14 years agoMove AliWarning and AliInfo to AliDebug to reduce prints during reconstruction
gconesab [Mon, 28 Dec 2009 10:58:45 +0000 (10:58 +0000)]
Move AliWarning and AliInfo to AliDebug to reduce prints during reconstruction

14 years agoSmall correction for AnalysisTaskCentral and corresponding AddTask macro (C.Andrei)
bhippoly [Sun, 27 Dec 2009 19:17:15 +0000 (19:17 +0000)]
Small correction for AnalysisTaskCentral and corresponding AddTask macro (C.Andrei)

14 years agoPropset keyword Id is added
kharlov [Sun, 27 Dec 2009 17:34:55 +0000 (17:34 +0000)]
Propset keyword Id is added

14 years agoPHOS verbosity in reconstruction is reduced
kharlov [Sun, 27 Dec 2009 17:26:15 +0000 (17:26 +0000)]
PHOS verbosity in reconstruction is reduced

14 years agoadded a data member to avoid a potential mem problem encountered during pass2 reconst...
schutz [Sun, 27 Dec 2009 14:14:36 +0000 (14:14 +0000)]
added a data member to avoid a potential mem problem encountered during pass2 reconstruction

14 years agoUpdate with new AddTask macro for the azimuthal isotropic expansion analysis by C...
bhippoly [Sat, 26 Dec 2009 21:05:02 +0000 (21:05 +0000)]
Update with new AddTask macro for the azimuthal isotropic expansion analysis by C.Andrei

14 years agoDPs retrieved as UInts instead of Ints
cheynis [Fri, 25 Dec 2009 23:02:58 +0000 (23:02 +0000)]
DPs retrieved as UInts instead of Ints

14 years agoModification to compile PHOSUtils.par with root only (G.Conesa)
kharlov [Thu, 24 Dec 2009 17:15:40 +0000 (17:15 +0000)]
Modification to compile PHOSUtils.par with root only (G.Conesa)

14 years agoCorrect compilation warnings in AliAnaCalorimeterQA
gconesab [Thu, 24 Dec 2009 17:09:13 +0000 (17:09 +0000)]
Correct compilation warnings in AliAnaCalorimeterQA

14 years agoAn additional short-cut function which should help with the Savannah item #53055
belikov [Thu, 24 Dec 2009 16:56:18 +0000 (16:56 +0000)]
An additional short-cut function which should help with the Savannah item #53055

14 years agoBumping class version
fca [Thu, 24 Dec 2009 15:08:03 +0000 (15:08 +0000)]
Bumping class version

14 years agoprepare infrastructure for fixing bug 60872
abercuci [Thu, 24 Dec 2009 11:50:08 +0000 (11:50 +0000)]
prepare infrastructure for fixing bug 60872

14 years agosmall fix for name of files
abercuci [Thu, 24 Dec 2009 11:48:36 +0000 (11:48 +0000)]
small fix for name of files

14 years agoBug fix for loading the LUT for chambers 1 to 6. (Indra)
aszostak [Thu, 24 Dec 2009 08:08:58 +0000 (08:08 +0000)]
Bug fix for loading the LUT for chambers 1 to 6. (Indra)

14 years agoBayesian PID: new parametrization and code update (E. Biolcati - F.Prino)
masera [Wed, 23 Dec 2009 15:31:54 +0000 (15:31 +0000)]
Bayesian PID: new parametrization and code update (E. Biolcati - F.Prino)

14 years agofix oder in which number of time bins are looked for:
abercuci [Wed, 23 Dec 2009 09:58:54 +0000 (09:58 +0000)]
fix oder in which number of time bins are looked for:
1 user settings
2 digits param
3 OCDB
4 default

14 years agoAdded KT to jet spectrum, added gamma conversion task to train macro
kleinb [Wed, 23 Dec 2009 09:33:30 +0000 (09:33 +0000)]
Added KT to jet spectrum, added gamma conversion task to train macro

14 years agoAdded histograms for beam spot and run dependent trigger count
kleinb [Wed, 23 Dec 2009 09:29:03 +0000 (09:29 +0000)]
Added histograms for beam spot and run dependent trigger count

14 years agoImplementing destructor
masera [Tue, 22 Dec 2009 15:51:08 +0000 (15:51 +0000)]
Implementing destructor

14 years agoAdded pt to the extra clusters ntuple and added event number in file and info on...
dainese [Tue, 22 Dec 2009 13:46:28 +0000 (13:46 +0000)]
Added pt to the extra clusters ntuple and added event number in file and info on cosmic/pp in AliTrackPointArray::fUniqueID

14 years agoHPTDC latency window information propagated to OCDB through AliTOFChannelOnlineStatus...
rpreghen [Tue, 22 Dec 2009 11:41:15 +0000 (11:41 +0000)]
HPTDC latency window information propagated to OCDB through AliTOFChannelOnlineStatusArray object stored in Calib/Status. Added fLatencyWindow data in AliTOFChannelOnlineStatusArray object (incremented class version) to be used during reconstruction. Information stored as Int_t value and defined in ns

14 years agoImprove kITSrefit efficiency at low pt (A. Dainese)
prino [Tue, 22 Dec 2009 11:18:59 +0000 (11:18 +0000)]
Improve kITSrefit efficiency at low pt (A. Dainese)

14 years agocorrect usage of steering options for the PID task
abercuci [Tue, 22 Dec 2009 08:19:46 +0000 (08:19 +0000)]
correct usage of steering options for the PID task

14 years agofix geometry navigation arround PHOS holes
abercuci [Tue, 22 Dec 2009 08:18:03 +0000 (08:18 +0000)]
fix geometry navigation arround PHOS holes

14 years agoAliAnaPartCorrBase: Add setters and getters for the mass and asymetry histograms...
gconesab [Mon, 21 Dec 2009 18:32:48 +0000 (18:32 +0000)]
AliAnaPartCorrBase: Add setters and getters for the mass and asymetry histograms (AliAnaPi0, AliAnaCalorimeterQA)
  Small change in the name existing histogram binning setters (implied small modifications in most of the Dep classes)
AliAnaCalorimeterQA: Add the possibility to modify all histogramms binning via the configuration file.
                     Digits Time histograms added
macros/QA/DrawCaloQA.C and train wagons updated accordingly.
Remove macros/AddTaskCalorimeterQA.C, copy already in macros/QA

14 years agoProtection added in case no ESD files have been chained.
morsch [Mon, 21 Dec 2009 17:45:58 +0000 (17:45 +0000)]
Protection added in case no ESD files have been chained.
Fix for
bug #60886: AliESDTagCreator subdirectory recursive behavior

14 years agoProtection in function PAWT added.
morsch [Mon, 21 Dec 2009 14:40:18 +0000 (14:40 +0000)]
Protection in function PAWT added.

14 years agosmall corrections
jotwinow [Mon, 21 Dec 2009 13:34:43 +0000 (13:34 +0000)]
small corrections

14 years agoDeltaBC correction: reference DeltaBC hardcoded (value = 37)
rpreghen [Mon, 21 Dec 2009 13:34:04 +0000 (13:34 +0000)]
DeltaBC correction: reference DeltaBC hardcoded (value = 37)

14 years agoupdates for list analyser (Ben)
abercuci [Mon, 21 Dec 2009 10:42:03 +0000 (10:42 +0000)]
updates for list analyser (Ben)

14 years agoUpdates of the list anlyser (Ben)
abercuci [Mon, 21 Dec 2009 10:39:55 +0000 (10:39 +0000)]
Updates of the list anlyser (Ben)

Do the following:
- Run "esd_tracks.C"
- Run "ana_list.C"
- In the list editor, go to the "list" tab and click the "start" button
- select one track (or more) and do ImportClustersFromIndex
- select points (hold "ctrl + alt"
- In the list editor ("list" tab) click the "stop" button

Please see the tool tips for more information!

Now you can (if there were macros dealing with AliTrackPoints) do some
analysis with these objects. But this is not the point. Please do:
- Export the list analyser to CINT and label it "list"
- run ".x ana_list_load_tracks.C(list)" to add tracks to the list
- run ".x ana_list_load_kinks.C(list)" to add kinks to the list

-> Enjoy the analysis of these objects  :)

14 years agoBugfix with zero event % alert
pulvir [Mon, 21 Dec 2009 09:50:52 +0000 (09:50 +0000)]
Bugfix with zero event % alert

14 years ago1) Set reconstruction parameter fTimeCut (maximum digit time) in OCDB
gconesab [Mon, 21 Dec 2009 09:42:49 +0000 (09:42 +0000)]
1) Set reconstruction parameter fTimeCut (maximum digit time) in OCDB
2) Change digit threshold from 4*fPinNoise=48 MeV to 3*fPinNoise= 36 MeV
3) Few minor coding violations corrected in digitzer
4) Macro to print reconstruction parameters in OCDB moved from macros to macros/RecParamDB

14 years agoDeriving from AliVCuts.cxx
morsch [Sun, 20 Dec 2009 23:06:29 +0000 (23:06 +0000)]
Deriving from AliVCuts.cxx

14 years agoNew base class.
morsch [Sun, 20 Dec 2009 23:03:31 +0000 (23:03 +0000)]
New base class.

14 years agoadd a protection so that InitRecPoints is called only once
schutz [Sun, 20 Dec 2009 19:57:25 +0000 (19:57 +0000)]
add a protection so that InitRecPoints is called only once

14 years agoEvent selection via input event handler.
morsch [Sun, 20 Dec 2009 17:46:43 +0000 (17:46 +0000)]
Event selection via input event handler.

14 years agoPossibility for event selection in input event handler.
morsch [Sun, 20 Dec 2009 17:44:02 +0000 (17:44 +0000)]
Possibility for event selection in input event handler.

14 years agoSmall updates
marian [Sat, 19 Dec 2009 21:55:23 +0000 (21:55 +0000)]
Small updates
(Marian)

14 years agoBug fix: missing comma.
belikov [Sat, 19 Dec 2009 11:17:03 +0000 (11:17 +0000)]
Bug fix: missing comma.

14 years agoMove to simple TObject in OCDB/TRD/Calib/FEE and delete again AliTRDCalFEE
cblume [Fri, 18 Dec 2009 15:56:55 +0000 (15:56 +0000)]
Move to simple TObject in OCDB/TRD/Calib/FEE and delete again AliTRDCalFEE

14 years agoAdd steering macro for PWG4 mini train individual setting should be passed by config...
kleinb [Fri, 18 Dec 2009 15:51:05 +0000 (15:51 +0000)]
Add steering macro for PWG4 mini train individual setting should be passed by config files, removing AddESDfilter, to avoid confusion with the macro in ANALYSIS

14 years agoUpgrades for setting up a working version of ME task
pulvir [Fri, 18 Dec 2009 15:37:27 +0000 (15:37 +0000)]
Upgrades for setting up a working version of ME task

14 years agomoving AliPhysicsSelection and AliTriggerAnalysis to ANALYSIS
jgrosseo [Fri, 18 Dec 2009 13:44:06 +0000 (13:44 +0000)]
moving AliPhysicsSelection and AliTriggerAnalysis to ANALYSIS

14 years agoadding trigger classes
jgrosseo [Fri, 18 Dec 2009 13:28:58 +0000 (13:28 +0000)]
adding trigger classes
v0 histograms

14 years agofunction to reset stat error on corrections
jgrosseo [Fri, 18 Dec 2009 13:11:50 +0000 (13:11 +0000)]
function to reset stat error on corrections

14 years agoimproving printout; adding btpx efficency warning
jgrosseo [Fri, 18 Dec 2009 13:10:56 +0000 (13:10 +0000)]
improving printout; adding btpx efficency warning

14 years agoCorrected Clear method
hristov [Fri, 18 Dec 2009 13:10:53 +0000 (13:10 +0000)]
Corrected Clear method

14 years agoadjusting the output data type of the ITSDigitPublisher, using kAliHLTDataTypeAliTree...
richterm [Fri, 18 Dec 2009 13:07:20 +0000 (13:07 +0000)]
adjusting the output data type of the ITSDigitPublisher, using kAliHLTDataTypeAliTreeD now (Gaute)

14 years agoFill backg histos for all candidates in case fReadMC is kFALSE (Chiara)
dainese [Fri, 18 Dec 2009 10:34:08 +0000 (10:34 +0000)]
Fill backg histos for all candidates in case fReadMC is kFALSE (Chiara)

14 years agoprepare task to run on PROOF (Markus)
abercuci [Fri, 18 Dec 2009 10:23:31 +0000 (10:23 +0000)]
prepare task to run on PROOF (Markus)

14 years agoAdded post data before return, to get output
kleinb [Fri, 18 Dec 2009 08:33:53 +0000 (08:33 +0000)]
Added post data before return, to get output

14 years ago- use also for only reconstructed values
abercuci [Fri, 18 Dec 2009 07:25:29 +0000 (07:25 +0000)]
- use also for only reconstructed values
- update for use on PROOF

14 years agoenabling usage of several jet finders within one train (UE), changing cone radius...
kleinb [Fri, 18 Dec 2009 07:17:08 +0000 (07:17 +0000)]
enabling usage of several jet finders within one train (UE), changing cone radius for lo seed UA1 (JetTasks)

14 years agoenabling usage of several jet finders within one train
kleinb [Fri, 18 Dec 2009 07:15:40 +0000 (07:15 +0000)]
enabling usage of several jet finders within one train

14 years agoSDD macros to check OCDB quantities updated to manage the new files with correction...
prino [Thu, 17 Dec 2009 22:45:09 +0000 (22:45 +0000)]
SDD macros to check OCDB quantities updated to manage the new files with correction for ladder swap

14 years agoIncrease digit time cut to reconstruct real data
gconesab [Thu, 17 Dec 2009 20:08:49 +0000 (20:08 +0000)]
Increase digit time cut to reconstruct real data

14 years ago Move the initialization of geometry pointer from single analysis to reader so that...
gconesab [Thu, 17 Dec 2009 19:23:08 +0000 (19:23 +0000)]
 Move the initialization of geometry pointer from single analysis to reader so that it is only done once and avoid problems in some platforms; update partcorr wagon with different binning for histograms and few more analysis

14 years agoDebug option set to 0
dperrino [Thu, 17 Dec 2009 16:35:17 +0000 (16:35 +0000)]
Debug option set to 0

14 years agoOCDB object with correction for ladder swap (layer 4 ladders 0,1 side C) in SDD DDL...
prino [Thu, 17 Dec 2009 16:18:34 +0000 (16:18 +0000)]
OCDB object with correction for ladder swap (layer 4 ladders 0,1 side C) in SDD DDL module maps

14 years agoCorrect swap of 2 half ladders (0 and 1 of layer 4 side C) in SDD DDL module maps
prino [Thu, 17 Dec 2009 16:10:45 +0000 (16:10 +0000)]
Correct swap of 2 half ladders (0 and 1 of layer 4 side C) in SDD DDL module maps

14 years agoNew code for heavy flavour analysis (Xiaoming)
martinez [Thu, 17 Dec 2009 16:00:35 +0000 (16:00 +0000)]
New code for heavy flavour analysis (Xiaoming)

14 years agodisplaying bg histograms (Michele)
jgrosseo [Thu, 17 Dec 2009 14:42:52 +0000 (14:42 +0000)]
displaying bg histograms (Michele)

14 years agoErnesto's changes for train running
kleinb [Thu, 17 Dec 2009 14:08:54 +0000 (14:08 +0000)]
Ernesto's changes for train running

14 years agoFrom Mikolaj. One more function for drawing ITS stand-alone tracks.
mtadel [Thu, 17 Dec 2009 13:46:11 +0000 (13:46 +0000)]
From Mikolaj. One more function for drawing ITS stand-alone tracks.

14 years agomacro to save the plots
jgrosseo [Thu, 17 Dec 2009 13:20:28 +0000 (13:20 +0000)]
macro to save the plots

14 years agoAdd dead module handling for SDD and SSD.
mtadel [Thu, 17 Dec 2009 11:23:36 +0000 (11:23 +0000)]
Add dead module handling for SDD and SSD.

14 years agobug fix using the v0 time offset
jgrosseo [Thu, 17 Dec 2009 10:24:42 +0000 (10:24 +0000)]
bug fix using the v0 time offset

14 years agoAdded an output container to the DiJet task
dperrino [Thu, 17 Dec 2009 09:28:04 +0000 (09:28 +0000)]
Added an output container to the DiJet task

14 years agoCall to Terminate allowed in case of plugin->SetOutputSingleFolder()
agheata [Thu, 17 Dec 2009 09:18:07 +0000 (09:18 +0000)]
Call to Terminate allowed in case of plugin->SetOutputSingleFolder()

14 years agoAdded some output histograms to the task
dperrino [Thu, 17 Dec 2009 09:02:50 +0000 (09:02 +0000)]
Added some output histograms to the task

14 years agoBug fixes in the fitter. Possibility of different points selection for
masera [Thu, 17 Dec 2009 08:20:31 +0000 (08:20 +0000)]
Bug fixes in the fitter. Possibility of different points selection for
cosmics and pp events in simultaneous fit (Ruben)

14 years agoAlgorithm corrected
prsnko [Thu, 17 Dec 2009 01:02:25 +0000 (01:02 +0000)]
Algorithm corrected

14 years agomake the low multiplicity parameters the default parameters
cblume [Wed, 16 Dec 2009 20:35:25 +0000 (20:35 +0000)]
make the low multiplicity parameters the default parameters