cvetan [Tue, 3 Nov 2009 13:33:14 +0000 (13:33 +0000)]
Using the cosmic analysis task from the PWG1 library avoiding the compilation with aclic.
ivana [Tue, 3 Nov 2009 13:04:22 +0000 (13:04 +0000)]
AliMUONTriggerQADataMakerRec:
Change in order to increase the number of LUT and Decision tests.
(Aurelien)
sgorbuno [Tue, 3 Nov 2009 11:39:09 +0000 (11:39 +0000)]
- TrackID is set to the TPC esd tracks
- TPCOut parameters are taken at the last point (before they were dummy TPCOut==TPCin )
kaamodt [Tue, 3 Nov 2009 10:58:39 +0000 (10:58 +0000)]
Changed output detector to kAliHLTDataOriginOut
jotwinow [Tue, 3 Nov 2009 10:56:00 +0000 (10:56 +0000)]
macro to attched TRD to PWG1 train (A.Bercuci)
ivana [Tue, 3 Nov 2009 10:54:49 +0000 (10:54 +0000)]
In reconstruction:
Add the possibility to adjust chamber by chamber the x/x0 value used
in the computation of Multiple Coulomb Scattering effets (driven by the fact
that it is ~2 times higher for St1&2 than for others).
The choice of these values has a little effect on the resolution of the
tracking, but it can change significantly the size of the area where
we search for new clusters to be attached to the track.
(Philippe P.)
sgorbuno [Tue, 3 Nov 2009 10:45:30 +0000 (10:45 +0000)]
a little memory leak fixed
ivana [Tue, 3 Nov 2009 10:42:26 +0000 (10:42 +0000)]
In trigger:
- Add possibility to fill the trigger board efficiency with the average
value of the corresponding RPC.
- Update MUONTriggerChamberEfficiency.C
- Update READMEtrigger.txt
(Diego)
sgorbuno [Tue, 3 Nov 2009 10:36:57 +0000 (10:36 +0000)]
Compilation warnings fixed
morsch [Tue, 3 Nov 2009 10:00:14 +0000 (10:00 +0000)]
These are the changes for the propagation of the tag cut selection
bookkeeping.
I have tested it in the following way:
- Created XML list with cut summary in, read it via the
AliTagAnalysis, put it as a UserInfo object into the chain and recovered
the information in the task via the ESD Handler
- Checked that the same code does not crash if the tag summary
information is not available in the XML list.
A. Kisiel
jgrosseo [Tue, 3 Nov 2009 09:54:02 +0000 (09:54 +0000)]
allowing other root versions for acr reco
richterm [Tue, 3 Nov 2009 07:39:41 +0000 (07:39 +0000)]
temporarily disabling the initilization of the Root Cint error callback. It expects a void*,
but the callback is of course a function*. On some systems, the warning is interpreted as
error. Have to check whether the definition of the fuction in Root needs to be changed to
void (*)() as argument, or whether there is another workaround.
dainese [Tue, 3 Nov 2009 01:15:38 +0000 (01:15 +0000)]
New event mixing task for HF vertexing (Rossella)
richterm [Tue, 3 Nov 2009 00:27:59 +0000 (00:27 +0000)]
reverting r36179 as it breaks the definition of processing chains in agents and macros
richterm [Mon, 2 Nov 2009 23:40:08 +0000 (23:40 +0000)]
replacing GetEntries() by GetEntriesFast() to get correct size of TObjArrays
sgorbuno [Mon, 2 Nov 2009 23:18:35 +0000 (23:18 +0000)]
applying the ITS alignment after LoadGeometry()
richterm [Mon, 2 Nov 2009 23:10:14 +0000 (23:10 +0000)]
removing obsolete parameter from TPC ClusterFinder configuration
richterm [Mon, 2 Nov 2009 23:08:45 +0000 (23:08 +0000)]
bugfix: incrementing class version after previous commit
richterm [Mon, 2 Nov 2009 23:00:26 +0000 (23:00 +0000)]
TRD online reco update (Theodor)
- ClusterizerComponent: add tailcancellation as separate config option
- TrackerV1Component: remove number of timebins as conig option
- update OCDB entries (enable tailcancellation and remove timebins)
sgorbuno [Mon, 2 Nov 2009 22:56:21 +0000 (22:56 +0000)]
SPD vertexer component created which reconstructs the XYZ primary vertex with SPD pixels.
The resolutions are about 400um.
It can treat an initial beam offset up to 1.5 cm in XY.
The component can do a calibration of the beam position for every N events
The speed on pp is ~5000Hz without producing histogramms and ~800 Hz with histograms
richterm [Mon, 2 Nov 2009 22:44:25 +0000 (22:44 +0000)]
update of the TRD calibration @ HLT (Jason)
first working version tested with FXSSubscriber and Shuttle
cvetan [Mon, 2 Nov 2009 22:27:44 +0000 (22:27 +0000)]
Adding base HLT library. Needed for CAF reco.
richterm [Mon, 2 Nov 2009 22:13:57 +0000 (22:13 +0000)]
adding default configuration objects for D0 and ITSClusterMultiplicity triggers (Gaute)
dainese [Mon, 2 Nov 2009 22:13:50 +0000 (22:13 +0000)]
Added possibility to run without reading the MC (Andrea)
richterm [Mon, 2 Nov 2009 22:03:10 +0000 (22:03 +0000)]
adding ITS cluster multiplicity and D0 trigger components (Gaute)
aszostak [Mon, 2 Nov 2009 19:48:41 +0000 (19:48 +0000)]
Need to add a little more protection code and option to control the amount of warnings generated.
shahoian [Mon, 2 Nov 2009 19:02:15 +0000 (19:02 +0000)]
Technical fixes + coding conventions
aszostak [Mon, 2 Nov 2009 18:10:43 +0000 (18:10 +0000)]
Adding protection in case calibrations contain invalid value markers.
cblume [Mon, 2 Nov 2009 17:36:40 +0000 (17:36 +0000)]
Update by Theodor:
- clusterizer: AliInfo -> AliDebug for unimportant message
- tracker: decrease the multiplicity of an error message in AliTracker, which actually should not be an error message
schutz [Mon, 2 Nov 2009 17:33:15 +0000 (17:33 +0000)]
check if event specie is set before using
kkanaki [Mon, 2 Nov 2009 15:51:36 +0000 (15:51 +0000)]
- use new function for calculation of track length
- implemented option -dEdx for plotting the respective histogram, default is kFALSE (no updates in the OCDB entry of the component)
hristov [Mon, 2 Nov 2009 14:33:44 +0000 (14:33 +0000)]
From Matevz and Domenico: add SetLabel() to allow tagging of tracklets during visual scanning.
kaamodt [Mon, 2 Nov 2009 14:11:19 +0000 (14:11 +0000)]
Changed default values of cuts
cvetan [Mon, 2 Nov 2009 14:09:52 +0000 (14:09 +0000)]
Corrected typos plus other changes needed to run it from alirec.cern.ch.
kaamodt [Mon, 2 Nov 2009 14:09:32 +0000 (14:09 +0000)]
Added entry in OCDB for gamma conversion trigger
kaamodt [Mon, 2 Nov 2009 13:59:13 +0000 (13:59 +0000)]
Trigger for gamma conversions. test macros are added soon.
kaamodt [Mon, 2 Nov 2009 13:35:00 +0000 (13:35 +0000)]
Changed histogram output name.
abercuci [Mon, 2 Nov 2009 13:32:29 +0000 (13:32 +0000)]
update for the new location of TRD performance train
abercuci [Mon, 2 Nov 2009 13:28:57 +0000 (13:28 +0000)]
use performance train from PWG1
abercuci [Mon, 2 Nov 2009 13:26:54 +0000 (13:26 +0000)]
remove performance train from TRD directory. The new location is
PWG1/TRD
hristov [Mon, 2 Nov 2009 13:25:00 +0000 (13:25 +0000)]
New directory for the VMC tests (Ivana, Eva)
kaamodt [Mon, 2 Nov 2009 13:24:18 +0000 (13:24 +0000)]
Kenneth: New macro to test the vertexer component.
cvetan [Mon, 2 Nov 2009 13:17:09 +0000 (13:17 +0000)]
Prototype of the QA analysis mini-train. It uses AliAnalysisTaskCosmic from PWG1/cosmic folder (developed by Andreas)
hristov [Mon, 2 Nov 2009 13:01:27 +0000 (13:01 +0000)]
Changed svn:ignore
abercuci [Mon, 2 Nov 2009 12:55:35 +0000 (12:55 +0000)]
update add macros for the PWG1 location
sgorbuno [Mon, 2 Nov 2009 12:54:41 +0000 (12:54 +0000)]
- Method to calculate the track length is added to the AliHLTGlobalBarrelTrack
- Merged TPC tracks are not propagated to the TPC inner radius, but stays at the innermost cluster, in order to get the right track length
hristov [Mon, 2 Nov 2009 12:51:07 +0000 (12:51 +0000)]
Fixes in reconstruction:
1) Define in a single place (AliMUONTrack) the algorithm to be used to associate 2 tracks by comparing the position of their clusters. Update all the classes/macro using that algorithm to find the simulated track corresponding to a given reconstructed one:
AliMUONTrack:
- Change the function IsValid(...) to be able to check the reconstructibility of the track depending on the tracking algorithm
- Change the name of the function CompatibleTrack to FindCompatibleCluster that is actually what the function does
- New function Match(...) to associate, or not, 2 tracks by comparing the position of their clusters (can be used to assign MC labels to reconstructed tracks).
AliMUONRecoCheck:
- Check the track reconstructibility according to given informations about the tracking algorithm (those info can be extracted from RecoParam).
- New function FindCompatibleTrack(...) to find in the given store a track that match the given track. Matching is done by using MC labels or by comparing clusters' position.
All other classes/macros/tasks:
- use these new functionnalities
2) Additional correction:
DecodeRecoCocktail.C:
- correct the algorithm to make it working even if there are ghost tracks
- avoid accessing OCDB when not needed
MUONRecoCheck.C:
- new histograms/graphs to study the momentum resolution as a function of the momentum
- new histograms/graphs to study the cluster resolution at each chamber
- avoid loading magnetic field when not needed
AliMUONTrackLight:
- correct constructor
- avoid using magnetic field when not needed
(Philippe P.)
marian [Mon, 2 Nov 2009 12:04:26 +0000 (12:04 +0000)]
AliTPCcalibDB.cxx - Calculate the distance to the closest measurement
AliTPCcalibDButil.h AliTPCcalibDButil.cxx - graph filtering functions
- calculation of drift velocity CE
CalibMacros/CalibEnv.C - dump all drift velocity option
Marian
marian [Mon, 2 Nov 2009 11:45:24 +0000 (11:45 +0000)]
Adding AliTPCComparisonPID class
(Marian)
marian [Mon, 2 Nov 2009 11:34:20 +0000 (11:34 +0000)]
Removed obsolete TSelector based class
(Marian)
marian [Mon, 2 Nov 2009 11:07:16 +0000 (11:07 +0000)]
Warning removal (Marian)
gconesab [Mon, 2 Nov 2009 11:03:27 +0000 (11:03 +0000)]
Do not print debug information
marian [Mon, 2 Nov 2009 10:56:29 +0000 (10:56 +0000)]
Adding Process of the TRD-TPC matching
(Marian)
marian [Mon, 2 Nov 2009 10:54:40 +0000 (10:54 +0000)]
Adding visualization of the tree aliases
(Jens, Marian)
marian [Mon, 2 Nov 2009 10:53:37 +0000 (10:53 +0000)]
Warning removal - Shadowed parameters
(Marian)
martinez [Mon, 2 Nov 2009 10:52:33 +0000 (10:52 +0000)]
Running on proof and fitting psiprime resonance (Roberta)
gconesab [Mon, 2 Nov 2009 10:51:31 +0000 (10:51 +0000)]
Update AddTaskPartCorr to use MC Kine in analysis is requested, also to print configuration settings; moved some prints to debug
cvetan [Mon, 2 Nov 2009 10:42:18 +0000 (10:42 +0000)]
galice.root is not needed
snelling [Mon, 2 Nov 2009 10:39:13 +0000 (10:39 +0000)]
short description of the package from Naomi's presentation
belikov [Mon, 2 Nov 2009 10:14:12 +0000 (10:14 +0000)]
Fixing a compilation warning
cvetan [Mon, 2 Nov 2009 09:40:16 +0000 (09:40 +0000)]
Putting the default rec.C for online reco/viz into svn instead of using the one from test/cosmic.
laphecet [Mon, 2 Nov 2009 09:08:21 +0000 (09:08 +0000)]
Make the exploded transformations on-demand only
laphecet [Mon, 2 Nov 2009 09:07:23 +0000 (09:07 +0000)]
Use the right order of parameters for WriteRejectList and WriteOccupancyMap
abercuci [Mon, 2 Nov 2009 08:58:23 +0000 (08:58 +0000)]
add "friendiness" to macro creation wizzard (Ben & Alex)
sgorbuno [Mon, 2 Nov 2009 08:20:09 +0000 (08:20 +0000)]
GPU compilateion update
kleinb [Mon, 2 Nov 2009 07:46:33 +0000 (07:46 +0000)]
Fixed naming for different cone size, added new AOD cut (16), added fastkt option
misko [Mon, 2 Nov 2009 07:36:57 +0000 (07:36 +0000)]
GetOutputData() now used in AliAnalysisTaskUnicor::Terminate (thanks
Mihaela).
Using integers in AliUnicorHN::Fill was leading to trouble (thanks
Matevz, via his valgrind output), now all double.
Two track cuts modified, a monitoring histogram added.
Trigger phi was being overwritten in AliUnicorAnalHighpt, fixed.
Merge method added in AliUnicorAnal so one can run on proof.
Some antiviolence (with respect to coding rules) measures taken.
sgorbuno [Mon, 2 Nov 2009 07:33:22 +0000 (07:33 +0000)]
cleanup
sgorbuno [Mon, 2 Nov 2009 07:19:00 +0000 (07:19 +0000)]
- a patch to be able to load the CUDA library at runtime and only when available.
- cleanup
snelling [Sun, 1 Nov 2009 22:53:17 +0000 (22:53 +0000)]
directory to hold commo tools for flow analysis (e.g. mc glauber)
dainese [Sun, 1 Nov 2009 21:38:00 +0000 (21:38 +0000)]
Changed names of output files
kharlov [Sun, 1 Nov 2009 21:04:37 +0000 (21:04 +0000)]
New reconstruction parameters for all event species:
Default, Cosmic, lowMult, highMult
mtadel [Sun, 1 Nov 2009 19:26:41 +0000 (19:26 +0000)]
With Magali: improve handling of static data members with frame and palette data.
aszostak [Sun, 1 Nov 2009 18:01:41 +0000 (18:01 +0000)]
Fixing bug in AliHLTRunSummary and AliHLTEventSummary, need to have version number in CalssDef non-zero to propagate the objects through an HLT chain properly.
Fixing bug in AliHLTGlobalTriggerComponent to generate correctly trigger menu evaluation logic for trailing operators.
Fixing AliHLTGlobalTriggerWrapper to catch CINT errors correctly.
Fixing bug removing registrations in AliHLTConfiguration.
Adding more documentation.
sgorbuno [Sun, 1 Nov 2009 17:34:17 +0000 (17:34 +0000)]
GPU framework update from David Rohr
masera [Sun, 1 Nov 2009 17:04:19 +0000 (17:04 +0000)]
Fix needed to correct compilation warning
sgorbuno [Sun, 1 Nov 2009 15:00:24 +0000 (15:00 +0000)]
output data type was not properly set
haavard [Sun, 1 Nov 2009 12:52:23 +0000 (12:52 +0000)]
Make copy of temperature array before adding to CE array
basanta [Sun, 1 Nov 2009 03:56:38 +0000 (03:56 +0000)]
protection for module number against crash in QAMaker
shahoian [Sat, 31 Oct 2009 23:05:01 +0000 (23:05 +0000)]
Suppressed setting the Bfield to NULL in the post-reconstruction cleanup.
morsch [Sat, 31 Oct 2009 19:22:58 +0000 (19:22 +0000)]
Atlas Tune MC09 added.
mtadel [Sat, 31 Oct 2009 16:14:01 +0000 (16:14 +0000)]
* AliEveEMCALSModule
- Remove palette management that was cut-n-pasted from TPC code and
was not used in EMCAL code at all.
- Comment out manual destruction of (shared!) reference counted objects.
This needs to be improved further as static objects seem to be used
in a wrong way.
* AliEveEMCALData
- Reduce debug output, set debug to 0 by default.
- Do not delete AliEMCAL object - it is deleted by run-loader.
mtadel [Sat, 31 Oct 2009 16:08:34 +0000 (16:08 +0000)]
ESD friend is deleted together with ESD tree - do not deleti it directly in Close().
mtadel [Sat, 31 Oct 2009 16:06:33 +0000 (16:06 +0000)]
From Magali: small modifications.
fca [Sat, 31 Oct 2009 15:10:41 +0000 (15:10 +0000)]
Build reco and log dir if needed
fca [Sat, 31 Oct 2009 14:54:05 +0000 (14:54 +0000)]
missing file
fca [Sat, 31 Oct 2009 14:12:58 +0000 (14:12 +0000)]
Adding config for acr caf
richterm [Sat, 31 Oct 2009 13:27:35 +0000 (13:27 +0000)]
activating initialization of Streamer Info from the OCDB
fca [Sat, 31 Oct 2009 12:57:52 +0000 (12:57 +0000)]
Reverting previous change
fca [Sat, 31 Oct 2009 12:28:01 +0000 (12:28 +0000)]
move production scripts out of test
fca [Sat, 31 Oct 2009 12:27:22 +0000 (12:27 +0000)]
move production scripts out of test
basanta [Sat, 31 Oct 2009 11:15:38 +0000 (11:15 +0000)]
segmentation fault in daq machine is fixed
fca [Sat, 31 Oct 2009 11:00:29 +0000 (11:00 +0000)]
Obsolete macros
fca [Sat, 31 Oct 2009 11:00:05 +0000 (11:00 +0000)]
Obsolete macros
fca [Sat, 31 Oct 2009 10:45:54 +0000 (10:45 +0000)]
Obsolete macros
fca [Sat, 31 Oct 2009 10:45:11 +0000 (10:45 +0000)]
Obsolete macros
bhippoly [Sat, 31 Oct 2009 09:39:21 +0000 (09:39 +0000)]
correct initialization warnings (fca)
sgorbuno [Sat, 31 Oct 2009 07:29:40 +0000 (07:29 +0000)]
updae of the GPU framework
fca [Fri, 30 Oct 2009 19:46:55 +0000 (19:46 +0000)]
Use of .so libs instead than .dylib
marian [Fri, 30 Oct 2009 17:40:14 +0000 (17:40 +0000)]
Bug fix.
The ratio filled in the opposite way - Max and Tot exchanged.
(Marian)