kleinb [Wed, 25 Mar 2009 15:47:10 +0000 (15:47 +0000)]
added some control histos, adapted the eta range and removed dependcies on generated jet energy for correlation matrix
sgorbuno [Wed, 25 Mar 2009 13:24:40 +0000 (13:24 +0000)]
The component path in CDB changed - probably it was wrong before.
sgorbuno [Wed, 25 Mar 2009 13:10:27 +0000 (13:10 +0000)]
Total amount of used memory has been optimised
kharlov [Wed, 25 Mar 2009 12:58:03 +0000 (12:58 +0000)]
Fast ALTRO fit (A.Pavlinov)
sgorbuno [Wed, 25 Mar 2009 11:15:12 +0000 (11:15 +0000)]
AliHLTTPCCATracklet.h added to compilation
sgorbuno [Wed, 25 Mar 2009 11:13:14 +0000 (11:13 +0000)]
Update of the CA tracker
cblume [Wed, 25 Mar 2009 09:33:54 +0000 (09:33 +0000)]
Ensure that the ADC array is only called for valid entries (AliTRDmcmSim) and bug fix (AliTRDfeeParam)
morsch [Wed, 25 Mar 2009 09:18:43 +0000 (09:18 +0000)]
Corrected destructors (J. Thaeder)
morsch [Wed, 25 Mar 2009 07:04:30 +0000 (07:04 +0000)]
pdfset added.
odjuvsla [Tue, 24 Mar 2009 21:17:03 +0000 (21:17 +0000)]
fixing coding violations
mtadel [Tue, 24 Mar 2009 17:08:20 +0000 (17:08 +0000)]
Delete GL annotations when going to a new event.
mtadel [Tue, 24 Mar 2009 17:06:15 +0000 (17:06 +0000)]
Fix coding convention violations.
laphecet [Tue, 24 Mar 2009 15:32:54 +0000 (15:32 +0000)]
update QA of RecPoints with histograms taken from QA of ESD, namely:
- map of cluster position per chamber
- averaged multiplicity and charge per chamber and per DE
- multiplicity and charge dispersion per chambre
(Philippe Pillot)
added a protection in FillTriggerDCSHistos when DCS map is not there
(which is currently the case with real data)
(Laurent)
richterm [Tue, 24 Mar 2009 14:46:12 +0000 (14:46 +0000)]
including libAliHLTJET library into HLT build system
- configure now checks for fastjet package specified in option --with-fastjet=<path> or from $FASTJET environment variable
- compilation with fastjet can be disabled like --with-fastjet=no to override environment variable
- NOTE: compilation together with fastjet remains to be checked !!! Presumably more adjustments needed
morsch [Tue, 24 Mar 2009 14:43:11 +0000 (14:43 +0000)]
Protection added.
jthaeder [Tue, 24 Mar 2009 12:51:33 +0000 (12:51 +0000)]
Added new function to get index of current particle
schutz [Tue, 24 Mar 2009 10:47:22 +0000 (10:47 +0000)]
fixed a problem with writing the expert QA Data. Added a method in simulation and reconstruction to control the writing of QA expert data
laphecet [Tue, 24 Mar 2009 10:42:54 +0000 (10:42 +0000)]
Macro to study the effects of fake tracks on the dimuon spectra.
Results are saved in the rootfile DiFakes.root.
Results are relevant provided that you use the same recoParams as for the reconstruction.
(Philippe Pillot)
laphecet [Tue, 24 Mar 2009 10:42:28 +0000 (10:42 +0000)]
Macro to study fake tracks by comparing reconstructed tracks with TrackRefs.
Results are saved in the rootfile Fakes.root.
Results are relevant provided that you use the same recoParams as for the reconstruction
(Philippe Pillot)
richterm [Tue, 24 Mar 2009 10:33:01 +0000 (10:33 +0000)]
correcting compilation warnings and a typo so far without consequences
vulpescu [Tue, 24 Mar 2009 10:25:07 +0000 (10:25 +0000)]
Change names of sections to avoid confusion with MCH DA sections
richterm [Tue, 24 Mar 2009 09:35:03 +0000 (09:35 +0000)]
making the HLT build system working again: adding libXMLParser to the list of required ROOT libraries due to new functionality in libCDB (r 31411)
laphecet [Tue, 24 Mar 2009 09:18:12 +0000 (09:18 +0000)]
Save the simulated track ID in the UniqueID of AliMUONTrack (Philippe Pillot)
morsch [Tue, 24 Mar 2009 08:38:18 +0000 (08:38 +0000)]
Quenched pythia code in separate library and directory
morsch [Tue, 24 Mar 2009 08:36:51 +0000 (08:36 +0000)]
Moved to QPYTHIA
morsch [Mon, 23 Mar 2009 20:44:31 +0000 (20:44 +0000)]
Rollback since problems with Mac
hristov [Mon, 23 Mar 2009 20:10:49 +0000 (20:10 +0000)]
Fix for bug report #48432: Consistent size of the PID array in the base and derived classes
abercuci [Mon, 23 Mar 2009 12:30:40 +0000 (12:30 +0000)]
- Correct calculation of tracklet-track pulls by considering the full
covariance matrix in the yz plane. To be followed.
- Documentation
rgrosso [Mon, 23 Mar 2009 10:06:24 +0000 (10:06 +0000)]
Updated geometry including fixes in ITS and FMD
marian [Mon, 23 Mar 2009 09:18:49 +0000 (09:18 +0000)]
Adding default performance histograms (Marian)
abercuci [Mon, 23 Mar 2009 09:11:23 +0000 (09:11 +0000)]
- Prepare covariance matrix manipulation in the tracklet for resolution
studies
- protect CookLabel function in the TRD track
- fix warning in the SA tracker
cblume [Mon, 23 Mar 2009 08:37:23 +0000 (08:37 +0000)]
changes AliTRDSignalIndex
- remove obsolate function
- remove unused virtual
changes AliTRDdigitsManager
- remove unecessary dependency
jthaeder [Mon, 23 Mar 2009 00:27:24 +0000 (00:27 +0000)]
* Added HLT classes for Jet reader and Jet reader header
** classes are supposed to be used for Kine, ESDs and AODs
** inherited from JETAN classes
* Add HLT class for track cuts
** class is supposed to be used for Kine, ESDs and AODs
** inherited from AliAnalysisCuts
* Update of test macro
* Usage of HLT jet reader in both JetFinderComponent
* Update pkg and CMake file
jthaeder [Mon, 23 Mar 2009 00:17:37 +0000 (00:17 +0000)]
* Update of on-line MC event
* update of filling in publisher
hdalsgaa [Sun, 22 Mar 2009 20:42:28 +0000 (20:42 +0000)]
Fixes of warnings pointed out by FC
fca [Sun, 22 Mar 2009 20:12:06 +0000 (20:12 +0000)]
Fix warning
fca [Sun, 22 Mar 2009 18:14:33 +0000 (18:14 +0000)]
Fix warning
fca [Sun, 22 Mar 2009 18:11:48 +0000 (18:11 +0000)]
Fix warning
fca [Sun, 22 Mar 2009 18:04:01 +0000 (18:04 +0000)]
Fix warning
fca [Sun, 22 Mar 2009 17:44:56 +0000 (17:44 +0000)]
Fix warning
fca [Sun, 22 Mar 2009 17:39:14 +0000 (17:39 +0000)]
Fix warning
rgrosso [Sun, 22 Mar 2009 16:32:10 +0000 (16:32 +0000)]
removed redundant memory allocation
marian [Sun, 22 Mar 2009 15:00:52 +0000 (15:00 +0000)]
AliTPCPointCorrection.cxx - warning removal
AliTPCcalibAlign.cxx AliTPCcalibAlign.h - Kalman filter for alignment
warning removal
marian [Sun, 22 Mar 2009 14:31:37 +0000 (14:31 +0000)]
Warning removal +
AliTPCcalibPID.h AliTPCcalibPID.cxx -
More ratio histograms - Ration dEdxfrac/dEdxfull
AliTPCcalibUnlinearity.h AliTPCcalibUnlinearity.cxx
Adding Quadrant alignment
Edge effect histograms
marian [Sun, 22 Mar 2009 14:13:24 +0000 (14:13 +0000)]
AliTPCTransform.h - removing warning visible in
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
not in
gcc version 3.3.5 (Debian 1:3.3.5-13)
marian [Sun, 22 Mar 2009 14:00:05 +0000 (14:00 +0000)]
Warning removal
AliTPCkalmandEdx.cxx - initialize fInit in copy constructor - OK
AliTPCcalibBase.cxx - initialize fTriggerClass in copy constructor
AliTPCCalPadRegion.cxx - warning: comparison between signed and unsigned integer expressions
AliTPCcalibCalib.cxx - double to integer
hristov [Sun, 22 Mar 2009 12:26:42 +0000 (12:26 +0000)]
Corrected printout
rgrosso [Sun, 22 Mar 2009 12:06:45 +0000 (12:06 +0000)]
fix for a bug in re-initialization of the PNE LUT and for a memory leak (by Ruben)
hristov [Sun, 22 Mar 2009 09:03:17 +0000 (09:03 +0000)]
Technical fix: additional protection in the printout
morsch [Sun, 22 Mar 2009 07:34:53 +0000 (07:34 +0000)]
pyquen added.
morsch [Sat, 21 Mar 2009 22:12:41 +0000 (22:12 +0000)]
One step back.
ivana [Sat, 21 Mar 2009 20:32:46 +0000 (20:32 +0000)]
In READMEmtrda.txt:
Adding list of configuration files with links
to the Dimuon Offline web sites
(Bogdan)
hristov [Sat, 21 Mar 2009 19:13:17 +0000 (19:13 +0000)]
Corrected loop in method Clear
hristov [Sat, 21 Mar 2009 12:11:26 +0000 (12:11 +0000)]
Adding libqpythia.pkg
shahoian [Fri, 20 Mar 2009 20:08:35 +0000 (20:08 +0000)]
Correction bug in the dipole lookup table copy in the copy constructor
abercuci [Fri, 20 Mar 2009 17:44:16 +0000 (17:44 +0000)]
cover seg fault in stand alone tracker. To be inivestigated
abercuci [Fri, 20 Mar 2009 17:08:27 +0000 (17:08 +0000)]
mark as stopped TRD tracks which failed propagation to TOF
abercuci [Fri, 20 Mar 2009 17:00:47 +0000 (17:00 +0000)]
fix warning message (thanks Jouri)
aszostak [Fri, 20 Mar 2009 16:59:05 +0000 (16:59 +0000)]
Fixing comments to get rid of coding violations.
morsch [Fri, 20 Mar 2009 15:31:17 +0000 (15:31 +0000)]
typo
morsch [Fri, 20 Mar 2009 15:30:44 +0000 (15:30 +0000)]
quenched pythia using 6.4 separated from the one used for pp (6.2)
morsch [Fri, 20 Mar 2009 15:29:36 +0000 (15:29 +0000)]
quenched pythia using 6.4 separated from the one used for pp (6.2)
morsch [Fri, 20 Mar 2009 15:28:16 +0000 (15:28 +0000)]
quenched pythia using 6.4 separated from the one used for pp (6.2)
hdalsgaa [Fri, 20 Mar 2009 15:28:14 +0000 (15:28 +0000)]
Fixes of warnings
morsch [Fri, 20 Mar 2009 15:26:14 +0000 (15:26 +0000)]
Obsolete version.
hdalsgaa [Fri, 20 Mar 2009 15:21:44 +0000 (15:21 +0000)]
Fixes of warnings and upgrade of analysis to include Pb+Pb analysis. Background correction has also been improved
hdalsgaa [Fri, 20 Mar 2009 15:10:03 +0000 (15:10 +0000)]
Fixes of warnings and upgrade of analysis to include Pb+Pb analysis. Background correction has also been improved
jthaeder [Fri, 20 Mar 2009 11:37:55 +0000 (11:37 +0000)]
updated macro
jthaeder [Fri, 20 Mar 2009 11:35:03 +0000 (11:35 +0000)]
Added HLT MC event, as AliMCEvent can not used as container
cblume [Fri, 20 Mar 2009 10:06:41 +0000 (10:06 +0000)]
Fix compiler warning (Jochen)
laphecet [Fri, 20 Mar 2009 06:34:57 +0000 (06:34 +0000)]
bug fixed in the fit procedure using Minuit (linked to the new Root v5-23-02 release)
fca [Thu, 19 Mar 2009 20:23:32 +0000 (20:23 +0000)]
Removing obsolete macro
marian [Thu, 19 Mar 2009 19:10:31 +0000 (19:10 +0000)]
Removed memory leak (Marian)
abercuci [Thu, 19 Mar 2009 17:11:50 +0000 (17:11 +0000)]
fix broken compilation
cblume [Thu, 19 Mar 2009 16:29:11 +0000 (16:29 +0000)]
Coding rule violations
belikov [Thu, 19 Mar 2009 16:27:12 +0000 (16:27 +0000)]
Coding convension fixes
bhippoly [Thu, 19 Mar 2009 16:05:42 +0000 (16:05 +0000)]
remove obsolete task from H.Ricaud
abercuci [Thu, 19 Mar 2009 15:44:34 +0000 (15:44 +0000)]
A major update in the tracking code is available in the TRUNK. This
update is mainly triggered to create the infrastructure for
recalculating the cluster position during tracking but it is also
answering some comments/suggestions from the users. Here is a list of
the features which are now available:
- use of GeoManager in the tracking. This is needed to correctly
initialize the radial position of the following :
- anode wire plane
- chamber entrance
- configurable fiducial area. for the moment I have a 5mm exclusion area around the pad plane limits
- proper definition of ESD status bits, in particular the TRDin and TRDStop
- history of tracking per TRD track. One would be able now
to query what happened to the track in each layer on the
way from TPC to TOF. At the level of AliTRDtrackV1 one
can access this information via the function
inline UChar_t GetStatusTRD(Int_t ly=-1) const;
There are also general (static) functions to be used in the future with the ESD track:
inline static Bool_t IsTrackError(ETRDtrackError error, UInt_t status);
inline static Bool_t IsLayerError(ETRDlayerError error, Int_t layer, UInt_t status);
morsch [Thu, 19 Mar 2009 15:09:46 +0000 (15:09 +0000)]
Correct reading of data file.
coppedis [Thu, 19 Mar 2009 14:53:13 +0000 (14:53 +0000)]
Debug print commented
fca [Thu, 19 Mar 2009 14:49:19 +0000 (14:49 +0000)]
Move const in the right position
morsch [Thu, 19 Mar 2009 14:48:06 +0000 (14:48 +0000)]
Debug printout removed.
coppedis [Thu, 19 Mar 2009 14:45:28 +0000 (14:45 +0000)]
Changes to create digitizer with info about spectators
kleinb [Thu, 19 Mar 2009 13:55:57 +0000 (13:55 +0000)]
fixing coding violations
prino [Thu, 19 Mar 2009 13:22:02 +0000 (13:22 +0000)]
Fix minor bug in SDD raw data writing (F. Prino)
dibari [Thu, 19 Mar 2009 12:34:24 +0000 (12:34 +0000)]
Evaluation of xRa and yRa to draw rings done.
dibari [Thu, 19 Mar 2009 12:02:14 +0000 (12:02 +0000)]
Bug in magnetic field solved.
IMPORTANT change: the first two fields of GetHMPIDtrk are the x an y of the extrapolated track to the PC (before was at the RADIATOR). This change is to minimize the infos in ESD and to optimize the code for new mag field.
snelling [Thu, 19 Mar 2009 11:20:44 +0000 (11:20 +0000)]
fix some coding violations and error calculation
hristov [Thu, 19 Mar 2009 10:43:18 +0000 (10:43 +0000)]
All the changes have been done in order to integrate in the standard
reconstruction (AliReconstruction) the possibility to estimate the SPD
efficiency using the method of tracklets. By default, this estimation, as
well the others which use normal tracks, are switched off.
The AliITSTrackleterSPDEff now inherits from AliTracker.
Giuseppe
hristov [Thu, 19 Mar 2009 10:22:30 +0000 (10:22 +0000)]
Store number of TRD tracklets on ESD for tracking and PID. Reuse data
member fTRDpidQuality as fTRDntracklets to store both scalers.
Alex
coppedis [Thu, 19 Mar 2009 10:07:15 +0000 (10:07 +0000)]
Changes to allow NO spectator signal when specattors are tracked in sim
alla [Wed, 18 Mar 2009 19:31:25 +0000 (19:31 +0000)]
new QA SIM structure compiling now
morsch [Wed, 18 Mar 2009 19:21:55 +0000 (19:21 +0000)]
Dummy routine PYPTFS introduced.
alla [Wed, 18 Mar 2009 19:00:44 +0000 (19:00 +0000)]
new QA SIM structure
ivana [Wed, 18 Mar 2009 18:25:57 +0000 (18:25 +0000)]
Fix in AliMpSectorSegmentation::PadByPosition;
it corrects sector area pad iterator which found a few pads
more times (with invalid indices).
morsch [Wed, 18 Mar 2009 17:17:16 +0000 (17:17 +0000)]
Helper class for event mixing based on VEvent
belikov [Wed, 18 Mar 2009 16:54:20 +0000 (16:54 +0000)]
Possibility to keep in ESD several (pileup) primary vertices reconstructed with SPD and/or with tracks
mrodrigu [Wed, 18 Mar 2009 15:51:56 +0000 (15:51 +0000)]
Remove of outputs from ACORDEQAChecker log (Yves remark) and setting an empty object for RecoParams (Cvetan remark)
cvetan [Wed, 18 Mar 2009 15:17:04 +0000 (15:17 +0000)]
Added AddTrackParams() method for convenience + some comments
fca [Wed, 18 Mar 2009 13:56:44 +0000 (13:56 +0000)]
Fix warnings