]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
15 years agofix pad masking settings for clusters (Markus)
abercuci [Mon, 1 Dec 2008 18:10:10 +0000 (18:10 +0000)]
fix pad masking settings for clusters (Markus)

15 years ago-1. Possibility to call FindMultiMC in the debug mode AliTPCReconstructor::StreamLeve...
marian [Mon, 1 Dec 2008 17:12:21 +0000 (17:12 +0000)]
-1. Possibility to call FindMultiMC in the debug mode AliTPCReconstructor::StreamLevel()>2

0. Adding Function IsFindable
   + bug fix - tracks outside of z acceptance

1. Removing obsolete functions
//Int_t FollowProlongationFast(AliTPCseed& t, Int_t rf=0, Int_t step=1);
//Int_t FollowToNextFast(AliTPCseed& t, Int_t nr);

2. Modifying MakeSeed3 - removed explicit call of destructor

15 years agoUpdated macro to display SDD calibration (F. Prino)
prino [Mon, 1 Dec 2008 16:57:04 +0000 (16:57 +0000)]
Updated macro to display SDD calibration (F. Prino)

15 years agoAllow an empty past-future protection with a label NOPF (according to the new trigger...
cvetan [Mon, 1 Dec 2008 16:56:38 +0000 (16:56 +0000)]
Allow an empty past-future protection with a label NOPF (according to the new trigger naming scheme)

15 years agofixed usage of SSD bads from OCDB; added protections;introduced AliDebug messages...
prino [Mon, 1 Dec 2008 16:47:52 +0000 (16:47 +0000)]
fixed usage of SSD bads from OCDB; added protections;introduced AliDebug messages (A. Dainese)

15 years agoBug fix - Use the proper z vertex
marian [Mon, 1 Dec 2008 16:43:12 +0000 (16:43 +0000)]
Bug fix - Use the proper z vertex
for TOF correction
-  dist+=(fPrimVtx[0]-x[2])*(fPrimVtx[0]-x[2]);
+  dist+=(fPrimVtx[2]-x[2])*(fPrimVtx[2]-x[2]);

15 years agoRemoving unused code
fca [Mon, 1 Dec 2008 16:19:46 +0000 (16:19 +0000)]
Removing unused code

15 years agoChanges to use a collection of AODs as input (Renu)
dainese [Mon, 1 Dec 2008 16:09:35 +0000 (16:09 +0000)]
Changes to use a collection of AODs as input (Renu)

15 years agoRemoving UNICOR code
fca [Mon, 1 Dec 2008 15:40:41 +0000 (15:40 +0000)]
Removing UNICOR code

15 years agoAdded seperate methods to write histograms to a file when not using the task framework
snelling [Mon, 1 Dec 2008 14:14:08 +0000 (14:14 +0000)]
Added seperate methods to write histograms to a file when not using the task framework

15 years agocheck and warn if directory list is empty
snelling [Mon, 1 Dec 2008 13:48:41 +0000 (13:48 +0000)]
check and warn if directory list is empty

15 years agoForcing the TPC tracks to be related to the TPC vertex (Mikolaj)
pchrist [Mon, 1 Dec 2008 13:24:17 +0000 (13:24 +0000)]
Forcing the TPC tracks to be related to the TPC vertex (Mikolaj)

15 years agoadded calibrated time information for the clusters
abercuci [Mon, 1 Dec 2008 13:23:14 +0000 (13:23 +0000)]
added calibrated time information for the clusters

15 years agoadded a common macro to run on local kine only files
snelling [Mon, 1 Dec 2008 13:09:39 +0000 (13:09 +0000)]
added a common macro to run on local kine only files

15 years agoadd clusterInfo functionality to the residuals
abercuci [Mon, 1 Dec 2008 12:35:51 +0000 (12:35 +0000)]
add clusterInfo functionality to the residuals

15 years agoSmall fix to copy ctor
fca [Mon, 1 Dec 2008 11:28:10 +0000 (11:28 +0000)]
Small fix to copy ctor

15 years agoForcing the TPC tracks to be related to the TPC vertex
pchrist [Mon, 1 Dec 2008 11:28:10 +0000 (11:28 +0000)]
Forcing the TPC tracks to be related to the TPC vertex

15 years agoImprove copy and assignment operators
fca [Mon, 1 Dec 2008 10:46:43 +0000 (10:46 +0000)]
Improve copy and assignment operators

15 years agoMatching new and delete of arrays
fca [Mon, 1 Dec 2008 09:38:45 +0000 (09:38 +0000)]
Matching new and delete of arrays

15 years agoBug fix by Hermes
cblume [Mon, 1 Dec 2008 08:53:49 +0000 (08:53 +0000)]
Bug fix by Hermes

15 years agoThe vertexer is now set from GRP
hristov [Fri, 28 Nov 2008 18:09:00 +0000 (18:09 +0000)]
The vertexer is now set from GRP

15 years agoCheck the status of the command pipe, it might be 0x0 if the process cannot allocate...
hristov [Fri, 28 Nov 2008 18:00:42 +0000 (18:00 +0000)]
Check the status of the command pipe, it might be 0x0 if the process cannot allocate enough memory

15 years agoEnalrged size of char arrays
hristov [Fri, 28 Nov 2008 17:59:21 +0000 (17:59 +0000)]
Enalrged size of char arrays

15 years agoUpdated reco. parameter using the latest version of MakeITSRecoParam.C
hristov [Fri, 28 Nov 2008 17:56:55 +0000 (17:56 +0000)]
Updated reco. parameter using the latest version of MakeITSRecoParam.C

15 years agoIn MUONTRGda:
ivana [Fri, 28 Nov 2008 17:11:29 +0000 (17:11 +0000)]
In MUONTRGda:
Replace the structure used for the DA configuration with a class, in order to
comply with the AliRoot coding rules
(Bogdan)

15 years agoCreate the verxer inside the event loop. In this way we can handle correctly the...
cvetan [Fri, 28 Nov 2008 16:39:30 +0000 (16:39 +0000)]
Create the verxer inside the event loop. In this way we can handle correctly the reco-params which may change from event to event and therefore may force the usage of different vertexers depending on the event type. That fix should allow to remove the remrands of the reco-params init in the PbPb rec.C

15 years agoUpdate of the READMEmuon file (Bogdan)
martinez [Fri, 28 Nov 2008 15:54:14 +0000 (15:54 +0000)]
Update of the READMEmuon file (Bogdan)

15 years agoRemoving useless Expand of digits
fca [Fri, 28 Nov 2008 15:44:06 +0000 (15:44 +0000)]
Removing useless Expand of digits

15 years agoAliFastGlauber is a singleton.
morsch [Fri, 28 Nov 2008 15:34:55 +0000 (15:34 +0000)]
AliFastGlauber is a singleton.

15 years agoAnalysis Taks for RecoCheck muon code (Bogdan, Nicole)
martinez [Fri, 28 Nov 2008 15:20:35 +0000 (15:20 +0000)]
Analysis Taks for RecoCheck muon code (Bogdan, Nicole)

15 years agoRelocatable compiler position
fca [Fri, 28 Nov 2008 14:47:48 +0000 (14:47 +0000)]
Relocatable compiler position

15 years agoupdate of the HLT TPC test macro (Gaute)
richterm [Fri, 28 Nov 2008 14:27:36 +0000 (14:27 +0000)]
update of the HLT TPC test macro (Gaute)
- adding TrackDump and TrackHisto chains
- macro serves multiple chains, selected by an argument string
- updated time bin range of CF components to 1001 following update of
  TPC/Calib/Parameters in rev. 29713 (Nov 5 2008)
- updated documentation

15 years agoCc ciolations corrected
coppedis [Fri, 28 Nov 2008 13:18:41 +0000 (13:18 +0000)]
Cc ciolations corrected

15 years agoAdding a protection in the EndOfDetectorCycle method: it avoids to perform
ivana [Fri, 28 Nov 2008 12:16:43 +0000 (12:16 +0000)]
Adding a protection in the EndOfDetectorCycle method: it avoids to perform
operations related to ESDs when the task is not AliQA::kESDS
(Guillaume)

15 years agoFix problem with SDD cluster finder efficiency by upgrading noise suppression algorit...
prino [Fri, 28 Nov 2008 11:49:24 +0000 (11:49 +0000)]
Fix problem with SDD cluster finder efficiency by upgrading noise suppression algorithm (F. Prino)

15 years agoCorrected volumes names in St2V2, Slat and Trigger geometry
ivana [Fri, 28 Nov 2008 11:29:28 +0000 (11:29 +0000)]
Corrected volumes names in St2V2, Slat and Trigger geometry
builders to follow the ALICE naming conventions
(all volumes in MUON module start with 'S')

15 years agoRemoving dependence on ESD files and new possibility for selecting muon multiplicity...
martinez [Fri, 28 Nov 2008 09:21:10 +0000 (09:21 +0000)]
Removing dependence on ESD files and new possibility for selecting muon multiplicity in the forward region (Enrico, Roberta)

15 years agoCreation of AOD tag file using the new development of Andreas Morsch (Enrico, Roberta)
martinez [Fri, 28 Nov 2008 09:19:45 +0000 (09:19 +0000)]
Creation of AOD tag file using the new development of Andreas Morsch (Enrico, Roberta)

15 years agoRemoving obsolete files
hristov [Fri, 28 Nov 2008 08:27:58 +0000 (08:27 +0000)]
Removing obsolete files

15 years agoadding explicite dependencies of libAliHLTTPC in order to make macro work with librar...
richterm [Thu, 27 Nov 2008 20:22:42 +0000 (20:22 +0000)]
adding explicite dependencies of libAliHLTTPC in order to make macro work with libraries from AliRoot build

15 years agoextending the CompStatCollector: added scalers for the object publishing, added file...
richterm [Thu, 27 Nov 2008 16:43:31 +0000 (16:43 +0000)]
extending the CompStatCollector: added scalers for the object publishing, added file writing mode

15 years agoIntroducing the getters (setters) for local covariance matrix from (to) the global...
rgrosso [Thu, 27 Nov 2008 14:19:34 +0000 (14:19 +0000)]
Introducing the getters (setters) for local covariance matrix from (to) the global one stored as data member (thanks to Andrea Rossi)

15 years agoadded linkdef and pkg for UNICOR in PWG2
misko [Thu, 27 Nov 2008 14:03:34 +0000 (14:03 +0000)]
added linkdef and pkg for UNICOR in PWG2

15 years agofix for memory leak after using selections
snelling [Thu, 27 Nov 2008 13:47:08 +0000 (13:47 +0000)]
fix for memory leak after using selections

15 years agoAdded AliAnalysisAlien::EnablePackage(const char *package) to be able to work with...
agheata [Thu, 27 Nov 2008 13:18:27 +0000 (13:18 +0000)]
Added AliAnalysisAlien::EnablePackage(const char *package) to be able to work with par files via the AliEn plugin. Currently if used has to be called for ALL analysis framework packages in the right order: STEERBase, ESD, AOD, ANALYSIS, ANALYSISalice + user par.
(M. Gheata)

15 years agoCoding conventions...
cheynis [Thu, 27 Nov 2008 13:08:46 +0000 (13:08 +0000)]
Coding conventions...

15 years agoCoding conventions...
cheynis [Thu, 27 Nov 2008 13:08:37 +0000 (13:08 +0000)]
Coding conventions...

15 years agomodifications to satisfy the coding conventions
shahoian [Thu, 27 Nov 2008 13:02:59 +0000 (13:02 +0000)]
modifications to satisfy  the coding conventions

15 years agoAdded a new methods (fitting of Q vector distribution)
snelling [Thu, 27 Nov 2008 12:35:57 +0000 (12:35 +0000)]
Added a new methods (fitting of Q vector distribution)

15 years agobugfix: corrected argument increment in the parsing loop of DoInit, ScanArguments...
richterm [Thu, 27 Nov 2008 11:45:42 +0000 (11:45 +0000)]
bugfix: corrected argument increment in the parsing loop of DoInit, ScanArguments result was not considered correctly

15 years agoimproved verbosity
abercuci [Thu, 27 Nov 2008 11:08:43 +0000 (11:08 +0000)]
improved verbosity

15 years agoextend functionality for HLT usage and improved verbosity (Kostya Alex)
abercuci [Thu, 27 Nov 2008 11:08:05 +0000 (11:08 +0000)]
extend functionality for HLT usage and improved verbosity (Kostya Alex)

15 years agoIn Notify, correct handling of the local case where the path is empty. (R. Arnaldi...
morsch [Thu, 27 Nov 2008 10:39:39 +0000 (10:39 +0000)]
In Notify, correct handling of the local case where the path is empty. (R. Arnaldi, AM)

15 years agoThermal Photon fast Generator (Serguei Kiselev)
morsch [Thu, 27 Nov 2008 10:35:16 +0000 (10:35 +0000)]
Thermal Photon fast Generator (Serguei Kiselev)

15 years agoTemporary fix for a problem with SSD bad modules and chips (Dainese/Prino)
prino [Thu, 27 Nov 2008 09:13:12 +0000 (09:13 +0000)]
Temporary fix for a problem with SSD bad modules and chips (Dainese/Prino)

15 years agoMoving UNICOR to PWG2
hristov [Thu, 27 Nov 2008 08:32:50 +0000 (08:32 +0000)]
Moving UNICOR to PWG2

15 years agoAdding trigger domain and trigger decision classes. AliHLTTrigger now produces an...
aszostak [Thu, 27 Nov 2008 01:55:50 +0000 (01:55 +0000)]
Adding trigger domain and trigger decision classes. AliHLTTrigger now produces an AliHLTTriggerDecision object as its result.
Also adding a skeleton class for the global HLT trigger component.
Cleaning up some documentation.

15 years agolinked loaders at clusters level
abercuci [Wed, 26 Nov 2008 22:07:44 +0000 (22:07 +0000)]
linked loaders at clusters level

15 years agoFixing problems during merging
marian [Wed, 26 Nov 2008 17:58:58 +0000 (17:58 +0000)]
Fixing problems during merging

Protection in case of not existing objects (Marian)

15 years agoUsing GRP instead of local setters.
hristov [Wed, 26 Nov 2008 16:46:37 +0000 (16:46 +0000)]
Using GRP instead of local setters.

15 years agoUsing sh instead of csh
hristov [Wed, 26 Nov 2008 16:45:41 +0000 (16:45 +0000)]
Using sh instead of csh

15 years agonot needed anymore
gconesab [Wed, 26 Nov 2008 16:24:34 +0000 (16:24 +0000)]
not needed anymore

15 years agoAliMUONRecoCheck udate:
ivana [Wed, 26 Nov 2008 16:10:32 +0000 (16:10 +0000)]
AliMUONRecoCheck udate:
- Add a new constructor which is used by the analysis task
AliAnalysisTaskRecoCheck (from PWG3/muon), with input from files
stored on the grid.
(Bogdan)

15 years agoChanging invalid value for floats.
zampolli [Wed, 26 Nov 2008 15:39:25 +0000 (15:39 +0000)]
Changing invalid value for floats.

15 years agoUsing GRP instead of local setters
hristov [Wed, 26 Nov 2008 14:11:39 +0000 (14:11 +0000)]
Using GRP instead of local setters

15 years agoUpdated list of libraries
hristov [Wed, 26 Nov 2008 14:10:58 +0000 (14:10 +0000)]
Updated list of libraries

15 years agoAdding the domain entry class which will be used for the trigger domain, and adding...
aszostak [Wed, 26 Nov 2008 13:55:12 +0000 (13:55 +0000)]
Adding the domain entry class which will be used for the trigger domain, and adding the readout list class which is basically just a C++ wrapper around the AliHLTEventDDL structure, but it implements required operator
functionality.

15 years agoUsing GRP instead of local setters. Check of the created ESDs, production of standard...
hristov [Wed, 26 Nov 2008 11:53:37 +0000 (11:53 +0000)]
Using GRP instead of local setters. Check of the created ESDs, production of standard AODs.

15 years agocorrect coding violations
gconesab [Wed, 26 Nov 2008 11:43:01 +0000 (11:43 +0000)]
correct coding violations

15 years agoUsing GRP instead of local setters. Check of the created ESDs, production of standard...
hristov [Wed, 26 Nov 2008 11:19:09 +0000 (11:19 +0000)]
Using GRP instead of local setters. Check of the created ESDs, production of standard AODs.

15 years agoreset track points before usage
abercuci [Wed, 26 Nov 2008 10:05:33 +0000 (10:05 +0000)]
reset track points before usage

15 years agoCreation of AOD for from the RAW ESDs. No need for geometry.root in the reconstructio...
hristov [Wed, 26 Nov 2008 09:45:20 +0000 (09:45 +0000)]
Creation of AOD for from the RAW ESDs. No need for geometry.root in the reconstruction of RAW

15 years agoUsing GRP instead of local setters. Creation of AOD for from the RAW ESDs. No need...
hristov [Wed, 26 Nov 2008 09:44:16 +0000 (09:44 +0000)]
Using GRP instead of local setters. Creation of AOD for from the RAW ESDs. No need for geometry.root in the reconstruction of RAW

15 years agoadded comment on specious initialization, which is in fact correct
richterm [Wed, 26 Nov 2008 09:25:53 +0000 (09:25 +0000)]
added comment on specious initialization, which is in fact correct

15 years agoFor branch replication copy the content of simple objects header and tracklets, not...
kleinb [Wed, 26 Nov 2008 08:34:53 +0000 (08:34 +0000)]
For branch replication copy the content of simple objects header and tracklets, not the pointers.

15 years agoinserted the first calibration task for reconstruction algorithms
abercuci [Tue, 25 Nov 2008 22:57:19 +0000 (22:57 +0000)]
inserted the first calibration task for reconstruction algorithms
- task for cluster error parameterization (first version)
- helper class for matching TRD clusters with global tracking info
- updates in the tracking resolution task

15 years agoNow it is possible to select kPyCharmppMNRwmi
morsch [Tue, 25 Nov 2008 21:43:10 +0000 (21:43 +0000)]
Now it is possible to select kPyCharmppMNRwmi
or kPyBeautyppMNRwmi events with at least an electron from
c or b within given cuts. (A. Dainese)

15 years agoNow it is possible to select kPyCharmppMNRwmi
morsch [Tue, 25 Nov 2008 21:41:12 +0000 (21:41 +0000)]
Now it is possible to select kPyCharmppMNRwmi
or kPyBeautyppMNRwmi events with at least an electron from
c or b within given cuts. (A. Dainese)

15 years agofix fitting procedure for measured data
abercuci [Tue, 25 Nov 2008 20:47:04 +0000 (20:47 +0000)]
fix fitting procedure for measured data

15 years agoprotect task against missing MC info
abercuci [Tue, 25 Nov 2008 20:19:34 +0000 (20:19 +0000)]
protect task against missing MC info

15 years agoremoved old online gui. Wasn't used for a long time. As AliEVE should be used.
jthaeder [Tue, 25 Nov 2008 20:06:14 +0000 (20:06 +0000)]
removed old online gui. Wasn't used for a long time. As AliEVE should be used.
-> This done to eliminate the coding violations

15 years agoAdding document for performance study (marian)
marian [Tue, 25 Nov 2008 17:25:05 +0000 (17:25 +0000)]
Adding document for performance study (marian)

15 years agoRemove empty spaces in the beam type string
hristov [Tue, 25 Nov 2008 16:41:29 +0000 (16:41 +0000)]
Remove empty spaces in the beam type string

15 years agoCoding rule violations fixed.
morsch [Tue, 25 Nov 2008 14:54:18 +0000 (14:54 +0000)]
Coding rule violations fixed.

15 years agoAliWarning instead of AliFatal
hristov [Tue, 25 Nov 2008 14:51:18 +0000 (14:51 +0000)]
AliWarning instead of AliFatal

15 years agoAliWarning instead of AliFatal
hristov [Tue, 25 Nov 2008 14:51:03 +0000 (14:51 +0000)]
AliWarning instead of AliFatal

15 years agoFixing a bug in the QA and some updates in the visualization macro
pchrist [Tue, 25 Nov 2008 14:28:31 +0000 (14:28 +0000)]
Fixing a bug in the QA and some updates in the visualization macro

15 years agoUsing GRP instead of local setters
hristov [Tue, 25 Nov 2008 12:48:06 +0000 (12:48 +0000)]
Using GRP instead of local setters

15 years agoFixing coding conventions violations
ivana [Tue, 25 Nov 2008 10:22:28 +0000 (10:22 +0000)]
Fixing coding conventions violations
(Javier)

15 years agoExpand raw-data pathname (Laurent)
cvetan [Tue, 25 Nov 2008 09:05:22 +0000 (09:05 +0000)]
Expand raw-data pathname (Laurent)

15 years agoCorrecting the handling of TObject in constructors and assignment operators.
aszostak [Mon, 24 Nov 2008 23:49:52 +0000 (23:49 +0000)]
Correcting the handling of TObject in constructors and assignment operators.

15 years agoremoving obsolete classes
odjuvsla [Mon, 24 Nov 2008 19:26:01 +0000 (19:26 +0000)]
removing obsolete classes

15 years agobugfix for 64bit systems (invalid cast)
richterm [Mon, 24 Nov 2008 18:14:06 +0000 (18:14 +0000)]
bugfix for 64bit systems (invalid cast)

15 years agoupdated logging concept
richterm [Mon, 24 Nov 2008 17:53:09 +0000 (17:53 +0000)]
updated logging concept
- global method to set the local logging default
- updated documentation
- logging key for components set from chain id local

15 years agoIntroducing the charge of reconstructed cascade particles (B. Hippolyte)
belikov [Mon, 24 Nov 2008 17:48:41 +0000 (17:48 +0000)]
Introducing the charge of reconstructed cascade particles (B. Hippolyte)

15 years agoSingle muon analysis from ESD using for the production PDC08/LHC08t (Bogdan, Nicole)
martinez [Mon, 24 Nov 2008 17:37:51 +0000 (17:37 +0000)]
Single muon analysis from ESD using for the production PDC08/LHC08t (Bogdan, Nicole)

15 years agoSingle Muon Analysis from generic or muon-selected AOD's (Diego)
martinez [Mon, 24 Nov 2008 17:30:49 +0000 (17:30 +0000)]
Single Muon Analysis from generic or muon-selected AOD's (Diego)

15 years agofinalizing DataGenerator component producing fake data for benchmark purpose
richterm [Mon, 24 Nov 2008 17:08:31 +0000 (17:08 +0000)]
finalizing DataGenerator component producing fake data for benchmark purpose

15 years agoUpdate of Constants for the Acorde's Geometry
mrodrigu [Mon, 24 Nov 2008 17:06:05 +0000 (17:06 +0000)]
Update of Constants for the Acorde's Geometry

15 years agoremoving obsolete files + fixing some doxygen warnings + added some documentation
odjuvsla [Mon, 24 Nov 2008 16:43:44 +0000 (16:43 +0000)]
removing obsolete files + fixing some doxygen warnings + added some documentation