]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agoUpdated macro
coppedis [Mon, 20 Sep 2010 07:43:55 +0000 (07:43 +0000)]
Updated macro

13 years agoSuppressing lowest pt K- point in TPC, adding more versions of levy functions + cosme...
mfloris [Mon, 20 Sep 2010 07:12:17 +0000 (07:12 +0000)]
Suppressing lowest pt K- point in TPC, adding more versions of levy functions + cosmetic changes

13 years agocompile fix
loizides [Mon, 20 Sep 2010 05:33:00 +0000 (05:33 +0000)]
compile fix

13 years agoBug fix. TRG mistaken for MUONTRG
aszostak [Mon, 20 Sep 2010 00:19:20 +0000 (00:19 +0000)]
Bug fix. TRG mistaken for MUONTRG

13 years agoUpdate (Zaida)
dainese [Sun, 19 Sep 2010 20:28:38 +0000 (20:28 +0000)]
Update (Zaida)

13 years agoMacro to plot the primary vertex efficiencies (Leonardo)
dainese [Sun, 19 Sep 2010 20:25:52 +0000 (20:25 +0000)]
Macro to plot the primary vertex efficiencies (Leonardo)

13 years agoFixes for TClonesArray usage so that is is created only once and properly cleared.
kharlov [Sun, 19 Sep 2010 18:45:08 +0000 (18:45 +0000)]
Fixes for TClonesArray usage so that is is created only once and properly cleared.

13 years agoandrew updates from sat night.
loizides [Sun, 19 Sep 2010 06:25:53 +0000 (06:25 +0000)]
andrew updates from sat night.

13 years agoCleanup
loizides [Sun, 19 Sep 2010 06:18:39 +0000 (06:18 +0000)]
Cleanup

13 years agoHave class impl
loizides [Sun, 19 Sep 2010 05:53:29 +0000 (05:53 +0000)]
Have class impl

13 years agoFurther cleanup.
loizides [Sun, 19 Sep 2010 05:51:08 +0000 (05:51 +0000)]
Further cleanup.

13 years agohave proper palette.
loizides [Sun, 19 Sep 2010 05:39:15 +0000 (05:39 +0000)]
have proper palette.

13 years agoupdates and bugfixes in preparation for the AOD filtering. New class added
andronic [Sat, 18 Sep 2010 22:32:20 +0000 (22:32 +0000)]
updates and bugfixes in preparation for the AOD filtering. New class added
for track cuts

13 years agocorrect coverity reports on FORWARD_NULL, usage of sprintf and UNINIT variables in...
gconesab [Sat, 18 Sep 2010 18:54:07 +0000 (18:54 +0000)]
correct coverity reports on FORWARD_NULL, usage of sprintf and UNINIT variables in ctor

13 years agoReversing commit 42768 because it apparently breaks the code. Waiting for proper...
aszostak [Sat, 18 Sep 2010 18:24:09 +0000 (18:24 +0000)]
Reversing commit 42768 because it apparently breaks the code. Waiting for proper fixx for compilation warnings from Indra.

13 years agoMove AliEMCALGeometry to libEMCALUtils class with the other geometry classes for...
gconesab [Sat, 18 Sep 2010 17:34:17 +0000 (17:34 +0000)]
Move AliEMCALGeometry to libEMCALUtils class with the other geometry classes for consistency, dependence on other libraries removed recently

13 years agocorrect coverity FORWARD_NULL and wrong if(emcalloader) in MixEvent
gconesab [Sat, 18 Sep 2010 17:11:21 +0000 (17:11 +0000)]
correct coverity FORWARD_NULL and wrong if(emcalloader) in MixEvent

13 years ago- fixed compilation warning
odjuvsla [Sat, 18 Sep 2010 16:36:24 +0000 (16:36 +0000)]
- fixed compilation warning

13 years ago- fixed name of function for getting pid cut
odjuvsla [Sat, 18 Sep 2010 16:36:22 +0000 (16:36 +0000)]
- fixed name of function for getting pid cut

13 years ago- adding cut on probability of PID for histograms concerning identified particles
odjuvsla [Sat, 18 Sep 2010 16:36:21 +0000 (16:36 +0000)]
- adding cut on probability of PID for histograms concerning identified particles
- changing value for the EMCAL cluster type cut

13 years ago- adding histograms for energy deposited by identified charged particles
odjuvsla [Sat, 18 Sep 2010 16:36:19 +0000 (16:36 +0000)]
- adding histograms for energy deposited by identified charged particles

13 years agoCorrect and clean the vertex retrieval in case of SE or ME analysis
gconesab [Sat, 18 Sep 2010 16:18:44 +0000 (16:18 +0000)]
Correct and clean the vertex retrieval in case of SE or ME analysis
AliAnaParticleHadronCorrelation: Decay photon analysis added
                                 Correlation with pi0 now done with a AOD branch produced in another task
Many coverity reports corrections.

13 years agoBug in impact parameter reconstruction
coppedis [Sat, 18 Sep 2010 16:12:47 +0000 (16:12 +0000)]
Bug in impact parameter reconstruction

13 years agoCoding rules (Zaida)
dainese [Sat, 18 Sep 2010 15:57:12 +0000 (15:57 +0000)]
Coding rules (Zaida)

13 years agoAdding interface to manipulate with TGeoMatrixes.
marian [Sat, 18 Sep 2010 08:52:06 +0000 (08:52 +0000)]
Adding interface to manipulate with TGeoMatrixes.
Used in residual minimization, and for visualization
Used in the FitAlignCombined.C macros

+  //
+  // Alignment manipulation using TGeoMatrix
+
+  void SetAlignGlobal(const TGeoMatrix * matrixGlobal);
+  void SetAlignSectors(const TObjArray *arraySector);
+  TGeoMatrix* GetAlignGlobal() const  {return fMatrixGlobal;}
+  TObjArray * GetAlignSectors() const {return fArraySector;}
+  //
+  static AliTPCCalibGlobalMisalignment*  CreateOCDBAlign();
+  static AliTPCCalibGlobalMisalignment*  CreateMeanAlign(const AliTPCCalibGlobalMisalignment *alignIn);
+  static void DumpAlignment( AliTPCCalibGlobalMisalignment* align, TTreeSRedirector *pcstream, const char *name);

13 years agoFix for a problem in the incidence-angle-dependence of the cluster errors used during...
masera [Sat, 18 Sep 2010 07:52:58 +0000 (07:52 +0000)]
Fix for a problem in the incidence-angle-dependence of the cluster errors used during ITS tracking. Savannah bug 72764 (Ruben)

13 years agoFixed a warning
cholm [Sat, 18 Sep 2010 07:40:10 +0000 (07:40 +0000)]
Fixed a warning

13 years agoNew class to produce corrected dsigma/dpt for charm hadrons, with efficiency and...
dainese [Fri, 17 Sep 2010 23:04:14 +0000 (23:04 +0000)]
New class to produce corrected dsigma/dpt for charm hadrons, with efficiency and B-feed-down correction (Zaida)

13 years agoMerging with Davids changes, updating HadEt alien handler and runHadEt.C to include...
cnattras [Fri, 17 Sep 2010 21:48:03 +0000 (21:48 +0000)]
Merging with Davids changes, updating HadEt alien handler and runHadEt.C to include new version of AliAnalysisEtCuts, adding gamma/eta/pi0 histos to AliAnalysisHadEtMonteCarlo to calculate corrections for hadronic only Et, adding macro to create AliAnalysisHadEtCorrections which will be used by AliAnalysisHadEtReconstructed, implementing default track cuts for ITS standalone tracks

13 years agoAliCaloPeakFinderVectors update from Per Thomas (previous version appears corrupted)
dsilverm [Fri, 17 Sep 2010 19:46:20 +0000 (19:46 +0000)]
AliCaloPeakFinderVectors update from Per Thomas (previous version appears corrupted)

13 years agoSet number of max muon histos to 6
slindal [Fri, 17 Sep 2010 19:19:12 +0000 (19:19 +0000)]
Set number of max muon histos to 6

13 years agoupdates for strong parity study
snelling [Fri, 17 Sep 2010 18:47:12 +0000 (18:47 +0000)]
updates for strong parity study

13 years agoAliFlowCommonHists: use weights when filling the control histograms
snelling [Fri, 17 Sep 2010 18:44:07 +0000 (18:44 +0000)]
AliFlowCommonHists: use weights when filling the control histograms

13 years agoFixes for Savannah bug 72578.
masera [Fri, 17 Sep 2010 16:54:09 +0000 (16:54 +0000)]
Fixes for Savannah bug 72578.
- AliITSv11Hybrid.cxx: in CreateGeometry() recall the new assembly and use it
as mother volume for the services (I changed names to make them symmetric); in
CreateOldGeometry() define the new assembly and place it in ALIC mother volume,
 use it for the few service volumes still defined in Geant3

- AliITSv11GeometrySupport.cxx : in SPDCableTraysSideA() and in
SPDCableTraysSideC() prolong cables and cooling tubes from the tray edge till
the SPD cone, leaving a small margin for misalignment

- AliITSv11geometrySDD.cxx: fixing the observed extrusion problem

Mario Sitta

13 years agoAdding PWG3base n the include for par file compilation (Philippe P.)
martinez [Fri, 17 Sep 2010 16:31:01 +0000 (16:31 +0000)]
Adding PWG3base n the include for par file compilation (Philippe P.)

13 years agoAdded AliInputEventHandler::SetUserCallSelectionMask(Bool_t flag) allowing a taskSE...
agheata [Fri, 17 Sep 2010 15:50:04 +0000 (15:50 +0000)]
Added AliInputEventHandler::SetUserCallSelectionMask(Bool_t flag) allowing a taskSE that do NOT call SelectCollisionCandidates() to call AliESDInputHandler::CheckSelectionMask() that calls GetSelectionMask for the attached cuts (i.e. physics selection)
Modified the tender and added method AliTender::SetCheckEventSelection(Bool_t flag) to use this feature automatically. The tender MUST be added first in the train.

13 years agoUpdated CALO macros to deal with PHOS / EMCAL simultaneously
slindal [Fri, 17 Sep 2010 14:54:46 +0000 (14:54 +0000)]
Updated CALO macros to deal with PHOS / EMCAL simultaneously

13 years agoAdded processHistogram function for muons alihlteve
slindal [Fri, 17 Sep 2010 14:54:26 +0000 (14:54 +0000)]
Added processHistogram function for muons alihlteve

13 years ago//
morsch [Fri, 17 Sep 2010 11:11:40 +0000 (11:11 +0000)]
//
// Thrust Major (TM) analysis of reconstructed jets.
// TM is the thrust in the plane perpendicular to the jet axis
// The present analysis performs the following steps:
// (a) Construct two orthogonal unit vectors (e1, e2) in the plane perpendicular to the jet axis
// (b) Calculate the components of all particles with jT > 1 GeV with respect to e1, e2
// (c) Construct the sphericity matrix
// (d) Find the two orthogonal eigenvectors of the spericity matrix
// (e) Caluclate the components of all particles with jT < 1 GeV in the reference frame spanned by the eigenvectors
// (f) Calculate the azimuthal angle in this frame
//

13 years agoBX filter for fill 1303 (runs 130601-1306640)
mfloris [Fri, 17 Sep 2010 10:49:54 +0000 (10:49 +0000)]
BX filter for fill 1303 (runs 130601-1306640)

13 years agofixes for plugin analysis/proper inits (now seems to get same results as with local...
dsilverm [Fri, 17 Sep 2010 10:04:07 +0000 (10:04 +0000)]
fixes for plugin analysis/proper inits (now seems to get same results as with local running)

13 years agoAliFlowEventSimple.cxx: in Get2QSub() use the center of the phi bins in the Q vector...
snelling [Fri, 17 Sep 2010 09:30:03 +0000 (09:30 +0000)]
AliFlowEventSimple.cxx: in Get2QSub() use the center of the phi bins in the Q vector calculation when using phi weights

13 years agoAliAnalysisTaskFlowEventforRP: making it "up to date"
snelling [Fri, 17 Sep 2010 09:28:52 +0000 (09:28 +0000)]
AliAnalysisTaskFlowEventforRP: making it "up to date"
AliAnalysisTaskFlowEvent: added usage of "dead zone"

13 years agoAdded possibility to choose cluster time gate
prsnko [Fri, 17 Sep 2010 09:17:08 +0000 (09:17 +0000)]
Added possibility to choose cluster time gate

13 years agoFix in AliTriggerRunScalers ( fixed by Plamen Petrov)
lietava [Fri, 17 Sep 2010 08:33:08 +0000 (08:33 +0000)]
Fix in AliTriggerRunScalers ( fixed by Plamen Petrov)

13 years agoupdate for changes in AliTRDpwg1Helper (Markus)
abercuci [Fri, 17 Sep 2010 08:05:35 +0000 (08:05 +0000)]
update for changes in AliTRDpwg1Helper (Markus)

13 years agoAddition of the theta variable. New macro (Xavier)
martinez [Fri, 17 Sep 2010 07:21:27 +0000 (07:21 +0000)]
Addition of the theta variable. New macro (Xavier)

13 years agototEt cuts into their own proper class
dsilverm [Thu, 16 Sep 2010 22:22:35 +0000 (22:22 +0000)]
totEt cuts into their own proper class

13 years agoBug fix in PID step (ChiaraZ)
dainese [Thu, 16 Sep 2010 20:41:33 +0000 (20:41 +0000)]
Bug fix in PID step (ChiaraZ)

13 years agoInclude possibility to remove daughter tracks from primary vertex and add method...
dainese [Thu, 16 Sep 2010 20:41:05 +0000 (20:41 +0000)]
Include possibility to remove daughter tracks from primary vertex and add method IsInFiducialAcceptance (Francesco)

13 years ago- recalibration of the chamber gain
morsch [Thu, 16 Sep 2010 19:02:07 +0000 (19:02 +0000)]
- recalibration of the chamber gain
- take out chambers which the user declares as bad

13 years agoUpdate of the HFE package
sma [Thu, 16 Sep 2010 17:33:46 +0000 (17:33 +0000)]
Update of the HFE package

13 years agoAdd request to remove clusters close to borders in general invariant mass plots
gconesab [Thu, 16 Sep 2010 17:18:46 +0000 (17:18 +0000)]
Add request to remove clusters close to borders in general invariant mass plots

13 years agoreadout resolution added
basanta [Thu, 16 Sep 2010 16:51:33 +0000 (16:51 +0000)]
readout resolution added

13 years agoAliTPCclustererMI.cxx - printf statement
marian [Thu, 16 Sep 2010 16:39:03 +0000 (16:39 +0000)]
AliTPCclustererMI.cxx - printf statement
AliTPCcalibDButil.cxx - better outlyers filtering

Jacek

13 years agoupdated pedestal file for nightly test (using old run: 114337)
dsilverm [Thu, 16 Sep 2010 16:33:23 +0000 (16:33 +0000)]
updated pedestal file for nightly test (using old run: 114337)

13 years agofixes by Simone Schuchmann
jotwinow [Thu, 16 Sep 2010 16:31:29 +0000 (16:31 +0000)]
fixes by Simone Schuchmann

13 years agoUpdate (Alessandro)
dainese [Thu, 16 Sep 2010 15:31:00 +0000 (15:31 +0000)]
Update (Alessandro)

13 years agoUpdate (Alessandro)
dainese [Thu, 16 Sep 2010 15:30:39 +0000 (15:30 +0000)]
Update (Alessandro)

13 years agoAdded code in preprocessor to handle output from new laser drift velocity DA
haavard [Thu, 16 Sep 2010 15:08:25 +0000 (15:08 +0000)]
Added code in preprocessor to handle output from new laser drift velocity DA

13 years agocomment a test that prevented QA during simulation
schutz [Thu, 16 Sep 2010 15:07:28 +0000 (15:07 +0000)]
comment a test that prevented QA during simulation

13 years agoBug fix for D0->Kpi (ChiaraB,Rossella)
dainese [Thu, 16 Sep 2010 14:38:14 +0000 (14:38 +0000)]
Bug fix for D0->Kpi (ChiaraB,Rossella)

13 years agoFix for missing TGeoManager
cholm [Thu, 16 Sep 2010 14:35:02 +0000 (14:35 +0000)]
Fix for missing TGeoManager

13 years agoUpdating test setup configuration with new DAQ FXS and mySQL server.
zampolli [Thu, 16 Sep 2010 14:33:53 +0000 (14:33 +0000)]
Updating test setup configuration with new DAQ FXS and mySQL server.
Adding Alina in the list of responsibles.

13 years agoIn AliFMDReconstructor and AliFMDRevertexer, use AliFMDGeometry
cholm [Thu, 16 Sep 2010 14:33:49 +0000 (14:33 +0000)]
In AliFMDReconstructor and AliFMDRevertexer, use AliFMDGeometry
service function to calculate eta, phi, theta, and r.

In AliFMDReconstructor, AliFMD, AliFMDQADataMakerSim,
fix needless TClonesArray allocations, deletions, clears, etc.

13 years agoreducing coding violations to ALARA levels
dsilverm [Thu, 16 Sep 2010 14:13:54 +0000 (14:13 +0000)]
reducing coding violations to ALARA levels

13 years agoAdding phenix points to p/pi plot and implementing a method in AliBWTools to divide...
mfloris [Thu, 16 Sep 2010 13:49:08 +0000 (13:49 +0000)]
Adding phenix points to p/pi plot and implementing a method in AliBWTools to divide histograms with different binning
+ few cosmetic changes

13 years agoCorrected library order + fixes needed to compile static libraries and executables...
hristov [Thu, 16 Sep 2010 12:24:35 +0000 (12:24 +0000)]
Corrected library order + fixes needed to compile static libraries and executables (Johny)

13 years agoFixes for Coverity + changes to take into account the improvements of the analysis...
hristov [Thu, 16 Sep 2010 12:01:19 +0000 (12:01 +0000)]
Fixes for Coverity + changes to take into account the improvements of the analysis framework

13 years agoIn AliMUONTriggerChamberEfficiency:
ivana [Thu, 16 Sep 2010 11:51:43 +0000 (11:51 +0000)]
In AliMUONTriggerChamberEfficiency:
When calculating efficiencies starting from the division of two histograms, a TGraphAsymmErrors is produced via TGraphAsymmErrors(const TH1* pass, const TH1* total, Option_t *option); following the guidelines of Page 27 of http://pdg.lbl.gov/2009/reviews/rpp2009-rev-statistics.pdf, the Clopper-Pearson 68% method is now used to determine errors. Explicitly specifying this option also prevents a segfault that occurs with the "tagged" v5-27-05-build1 of ROOT (rev.35249).
(F.Bossu, D.Berzano, D.Stocco, L.Bianchi)

13 years agochanges by Simone Schuchmann
jotwinow [Thu, 16 Sep 2010 11:27:57 +0000 (11:27 +0000)]
changes by Simone Schuchmann

13 years agoTree filling introduced, plus minor changes (D. Perrino)
gvolpe [Thu, 16 Sep 2010 10:37:37 +0000 (10:37 +0000)]
Tree filling introduced, plus minor changes (D. Perrino)

13 years agoAliTPCCalibCE.cxx.diff New algorithm using in addition the laser tracks...
marian [Thu, 16 Sep 2010 09:22:07 +0000 (09:22 +0000)]
AliTPCCalibCE.cxx.diff          New algorithm using in addition the laser tracks to be independent of time0 offsets
AliTPCCalibCE.h.diff            New algorithm using in addition the laser tracks to be independent of time0 offsets
AliTPCcalibDB.h.diff            Add Getter for the new DV entries in the CE OCDB entry
AliTPCcalibDButil.cxx.diff      Add functionality to retrieve new DV entries and do P/T correction
AliTPCcalibDButil.h.diff        Add functionality to retrieve new DV entries and do P/T correction
AliTPCCalibPedestal.cxx.diff    Update Merging (call Merge of base class)
AliTPCCalibPulser.cxx.diff      Update Merging (call Merge of base class)
AliTPCCalibRawBase.cxx.diff     Add first and last timestamp of processing, add Merge function
AliTPCCalibRawBase.h.diff       Add first and last timestamp of processing, add Merge function
AliTPCCalibRaw.cxx.diff         Remove obsolete timestamp (now in base class), update merging
AliTPCCalibRaw.h.diff           Remove obsolete timestamp (now in base class), update merging
AliTPCcalibSummary.cxx.diff     Add entries for the new online DV calibration part
AliTPCLaserTrack.cxx.diff       Update reading of data base file
TPCCEnewda.cxx                  New online drift velocity calibration DA

(Jens)

13 years ago 1- Storing in the output of the cuts object
dainese [Wed, 15 Sep 2010 20:05:23 +0000 (20:05 +0000)]
   1- Storing in the output of the cuts object
   2- Implementation of the candidate selection at the Analysis Cuts level taking into account the reflections, and switching off the PID, and including the modification Andrea mentioned this morning
   3- Implementation of the PID step in the "correct" way (including all the selection levels)
   4- Possibility to fill the container using weights
ChiaraZ

13 years agoadd filter bit to output name if it is not the default one
kleinb [Wed, 15 Sep 2010 19:41:54 +0000 (19:41 +0000)]
add filter bit to output name if it is not the default one

13 years ago- fixing coding violations
odjuvsla [Wed, 15 Sep 2010 18:18:44 +0000 (18:18 +0000)]
- fixing coding violations

13 years agofixed coding violations (Jason)
kleinb [Wed, 15 Sep 2010 16:43:08 +0000 (16:43 +0000)]
fixed coding violations (Jason)

13 years agoCorrecting coding violations in HadEt classes, adding container class for hadronic...
cnattras [Wed, 15 Sep 2010 16:17:27 +0000 (16:17 +0000)]
Correcting coding violations in HadEt classes, adding container class for hadronic corrections which will be used by AliAnalysisHadEtReconstructed

13 years agopossibility to pass plugin run mode as argument + libraries loaded in the same way...
dsilverm [Wed, 15 Sep 2010 15:54:16 +0000 (15:54 +0000)]
possibility to pass plugin run mode as argument + libraries loaded in the same way for local running as for plugin

13 years agoadding data type kAliHLTDataTypeESDContent for data blocks designated for ESD
richterm [Wed, 15 Sep 2010 15:26:12 +0000 (15:26 +0000)]
adding data type kAliHLTDataTypeESDContent for data blocks designated for ESD
and kAliHLTDataTypeComponentFwdTable for forwarded component table entries

13 years agoTake automaticaly the gain factors used during the reconstruction
cblume [Wed, 15 Sep 2010 14:37:02 +0000 (14:37 +0000)]
Take automaticaly the gain factors used during the reconstruction

13 years agoFixes for coverity.
zampolli [Wed, 15 Sep 2010 14:24:10 +0000 (14:24 +0000)]
Fixes for coverity.

13 years agoThe vertexer and multfinder will run even if ITS reco and local-reco
shahoian [Wed, 15 Sep 2010 14:10:37 +0000 (14:10 +0000)]
The vertexer and multfinder will run even if ITS reco and local-reco
are not requested, provided the fFillESD.Contains("ITS").
Needed to run vertexer and trackleter with existing recpoints w/o running
full ITS reco.

13 years agoFixing violations of coding conventions
masera [Wed, 15 Sep 2010 13:41:25 +0000 (13:41 +0000)]
Fixing violations of coding conventions

13 years agoChanges to solve bug #69394 - tested also in reco
coppedis [Wed, 15 Sep 2010 13:19:04 +0000 (13:19 +0000)]
Changes to solve bug #69394 - tested also in reco

13 years agoadd functionality to locally fit the track using linear fit (for B=0T)
abercuci [Wed, 15 Sep 2010 13:09:58 +0000 (13:09 +0000)]
add functionality to locally fit the track using linear fit (for B=0T)
add option to calculate clusters residuals against the linear track fit

13 years agoadded ration ITS global/TPC
mfloris [Wed, 15 Sep 2010 13:06:17 +0000 (13:06 +0000)]
added ration ITS global/TPC

13 years agoAdded function GetEstimatedCrossPoint to evaluate most probable track
abercuci [Wed, 15 Sep 2010 13:05:55 +0000 (13:05 +0000)]
Added function GetEstimatedCrossPoint to evaluate most probable track
point in the x-z plane for the case of row cross tracklet

13 years agoscript to draw dN/deta
hdalsgaa [Wed, 15 Sep 2010 12:55:00 +0000 (12:55 +0000)]
script to draw dN/deta

13 years agoremoving a printout
hdalsgaa [Wed, 15 Sep 2010 12:49:24 +0000 (12:49 +0000)]
removing a printout

13 years agoadd wrapper to TESTBIT macro to select TRD tasks
abercuci [Wed, 15 Sep 2010 12:31:50 +0000 (12:31 +0000)]
add wrapper to TESTBIT macro to select TRD tasks

13 years agoFrom P. Gonzales: Adding Dalitz task, updates accordingly
slindal [Wed, 15 Sep 2010 11:32:09 +0000 (11:32 +0000)]
From P. Gonzales: Adding Dalitz task, updates accordingly

13 years agoAdded AddGammaConvDalitz.C macro
slindal [Wed, 15 Sep 2010 11:32:00 +0000 (11:32 +0000)]
Added AddGammaConvDalitz.C macro
Updated ConfigGammaConversion.C to deal with dalitz

13 years agoModifications to the computation of residul background in the physics selection,...
mfloris [Wed, 15 Sep 2010 11:03:51 +0000 (11:03 +0000)]
Modifications to the computation of residul background in the physics selection, needed to comply with the new trigger definition.
Now you can choose for which triggers you want the BG to be computed. The 3rd argument of AddTaskPhysicsSelection.C is a mask of trigger bits, e.g.:

AddTaskPhysicsSelection(isMC,1,AliVEvent::kMB);

13 years agoInitialize newer arrays of histograms in case of Terminate execution to avoir problem...
gconesab [Wed, 15 Sep 2010 10:53:35 +0000 (10:53 +0000)]
Initialize newer arrays of histograms in case of Terminate execution to avoir problems with plugin

13 years agoAdded SetNworkersPerSlave() and SetProofConnectGrid() methods for the proof mode...
agheata [Wed, 15 Sep 2010 09:57:16 +0000 (09:57 +0000)]
Added SetNworkersPerSlave() and SetProofConnectGrid() methods for the proof mode of the plugin. Enabled local analysis via the plugin. This requires specifying a file containing file names via:
SetFileForTestMode in the plugin.

13 years agoAdded GetIMass() function
slindal [Wed, 15 Sep 2010 09:52:01 +0000 (09:52 +0000)]
Added GetIMass() function

13 years agobug fix: MC labels were not read in AliHLTTPCClusterfinder::ReadDataUnsortedDeconvolu...
sgorbuno [Wed, 15 Sep 2010 09:08:42 +0000 (09:08 +0000)]
bug fix: MC labels were not read in AliHLTTPCClusterfinder::ReadDataUnsortedDeconvoluteTime(). It produced
crash in AliHLTTPCPad::GetCandidateDigits()

13 years agoUnuseful print commented
coppedis [Wed, 15 Sep 2010 09:00:54 +0000 (09:00 +0000)]
Unuseful print commented

13 years agoFixes for bug #69394
coppedis [Wed, 15 Sep 2010 08:54:12 +0000 (08:54 +0000)]
Fixes for bug #69394