gconesab [Thu, 2 Jul 2009 15:45:52 +0000 (15:45 +0000)]
new class for omega measurement via 3 pion combination
morsch [Thu, 2 Jul 2009 15:45:13 +0000 (15:45 +0000)]
Store impact parameter for q-pythia.
gconesab [Thu, 2 Jul 2009 15:41:38 +0000 (15:41 +0000)]
new class for omega measurement via 3 pion combinationomega3pi/
morsch [Thu, 2 Jul 2009 15:38:01 +0000 (15:38 +0000)]
Initialisations in constructor.
masera [Thu, 2 Jul 2009 15:34:23 +0000 (15:34 +0000)]
Bug fix (F. Prino and E. Fragiacomo)
cheynis [Thu, 2 Jul 2009 15:11:48 +0000 (15:11 +0000)]
Coding conventions
haavard [Thu, 2 Jul 2009 15:10:17 +0000 (15:10 +0000)]
Include default OCDB entry for TPC/Calib/AltroConfig
masera [Thu, 2 Jul 2009 15:06:36 +0000 (15:06 +0000)]
Mods to add the number of pixels in SPD rec. points (A. Mastroserio, D. Elia)
zampolli [Thu, 2 Jul 2009 14:45:09 +0000 (14:45 +0000)]
Adding classes to read LHC DP file coming from DCS.
New classes put in libSTEER.
amastros [Thu, 2 Jul 2009 14:38:28 +0000 (14:38 +0000)]
bux fix for B field
lietava [Thu, 2 Jul 2009 14:38:26 +0000 (14:38 +0000)]
SetTimeStamp modified.
cblume [Thu, 2 Jul 2009 14:18:23 +0000 (14:18 +0000)]
Fix bug in look-up table and better performance
martinez [Thu, 2 Jul 2009 14:05:32 +0000 (14:05 +0000)]
Classes for efficiency corrections (Xaver, Roberta)
cvetan [Thu, 2 Jul 2009 13:57:16 +0000 (13:57 +0000)]
Important fix: a bug in the raw-reader is fixed. It was giving a SV in case of sub-events without equipments.
hristov [Thu, 2 Jul 2009 13:55:55 +0000 (13:55 +0000)]
AliStack::Particle(), GetNextParticle() and FlagTrack() - 13% of time spent in
calls to dynamic cast [1.7 109 times]. Using protected
inline TParticle* AliStack::GetParticleMapEntry(Int_t id) const
{ return (TParticle*) fParticleMap.At(id); }
we speed up the simulation.
Matevz & Stefan
schutz [Thu, 2 Jul 2009 13:48:13 +0000 (13:48 +0000)]
new production request
schutz [Thu, 2 Jul 2009 13:45:55 +0000 (13:45 +0000)]
corrected the def storage name
akisiel [Thu, 2 Jul 2009 13:36:21 +0000 (13:36 +0000)]
Fix include path
lietava [Thu, 2 Jul 2009 13:27:21 +0000 (13:27 +0000)]
1.) call to LoadTriggerScalers in Begin() added. 2.) filling of interaction records added
lietava [Thu, 2 Jul 2009 13:24:24 +0000 (13:24 +0000)]
Method AddTriggerIR (interaction record) added.
akisiel [Thu, 2 Jul 2009 13:23:15 +0000 (13:23 +0000)]
Update the runBatch.C macro to the most recent code and new wagons
martinez [Thu, 2 Jul 2009 13:21:15 +0000 (13:21 +0000)]
Link between MC and reconstructed tracks via the labels (Roberta)
cvetan [Thu, 2 Jul 2009 13:03:55 +0000 (13:03 +0000)]
Moving the macro in the correct folder
cvetan [Thu, 2 Jul 2009 13:02:36 +0000 (13:02 +0000)]
Using the new altro raw-data format. Removing some obsolete macros.
ivana [Thu, 2 Jul 2009 12:54:54 +0000 (12:54 +0000)]
In alignment code:
- Fixed bug in misalignment transformation to ocdb format
- Added delta_z degree of freedom
- Changed default setting of B field (to 0)
- Use local constraints instead of global
(Javier)
cvetan [Thu, 2 Jul 2009 12:39:40 +0000 (12:39 +0000)]
Adding optional check on the consistency of the ALTRO payload. By default it is on, but it can be disabled via SetCheckAltroPayload(kFALSE).
lietava [Thu, 2 Jul 2009 11:49:48 +0000 (11:49 +0000)]
Interaction record array added.
cholm [Thu, 2 Jul 2009 10:44:24 +0000 (10:44 +0000)]
Added test scripts.
richterm [Thu, 2 Jul 2009 10:24:43 +0000 (10:24 +0000)]
First version of properly working ITS clusterfinders in HLT (Gaute)
- Clusterfinders now call DigitsToRecPoint from AliITSDetTypeRec
instead of directly directly caling methods of the offline
ClusterFinders.
- The clusters are stored temporary in a TTree and extracted again
to be sent as the HLT internal data structure. This approach works
for the moment but has potential for optimization (requires some
changes in the offline code)
- Clean up unused variables in headers
- New common macro for running all ITS clusterfinders and plotting
the result in one Histogram Component
- Checks if Geom is loaded in order to avoid repeated loading of the
geometry for each component.
M ITS/AliHLTITSClusterFinderSPDComponent.cxx
D ITS/macros/rec-ssd-cluster.C
D ITS/macros/rec-sdd-cluster.C
A ITS/macros/rec-its-cluster.C
D ITS/macros/rec-spd-cluster.C
M ITS/AliHLTITSClusterFinderSSDComponent.cxx
M ITS/AliHLTITSClusterFinderSDDComponent.h
M ITS/AliHLTITSClusterFinderSDDComponent.cxx
M ITS/AliHLTITSClusterFinderSPDComponent.h
M ITS/AliHLTITSClusterFinderSSDComponent.h
lietava [Thu, 2 Jul 2009 10:04:08 +0000 (10:04 +0000)]
Getters, setters implemented.
hristov [Thu, 2 Jul 2009 09:59:44 +0000 (09:59 +0000)]
Fix for bug #50174: Index out of bound in TPC digitization for ppbench. There was a missing protection if the digraw->First returns false
richterm [Thu, 2 Jul 2009 09:54:32 +0000 (09:54 +0000)]
- moving AliHLTGlobalBarrelTrack to libAliHLTUtil to make it commonly
available and replacing the temporary AliHLTKalmanTrack class
- correcting dependencies of the libAliHLTGlobal, now independent of
libAliHLTTPC/TRD
- disable the AliHLTGlobalTrackMergerComponent until it is free of TPC
and TRD dependencies, i.e. using only common data types as input
haavard [Thu, 2 Jul 2009 09:15:04 +0000 (09:15 +0000)]
Correct TObjArray structure for calibRaw
richterm [Thu, 2 Jul 2009 09:07:03 +0000 (09:07 +0000)]
the HLT/ConfigHLT/esdLayout object is not transient any more. The object
will be kept fixed for simulations and is updated by the shuttle according
to the online HLT reconstruction
agheata [Thu, 2 Jul 2009 08:58:25 +0000 (08:58 +0000)]
Generated production file contains also the estimated number of subjobs per
belikov [Thu, 2 Jul 2009 08:58:11 +0000 (08:58 +0000)]
A new function returning the unconstrained primary vertex (A. Dainese)
lietava [Thu, 2 Jul 2009 08:50:58 +0000 (08:50 +0000)]
Trigger scalers added to ESD header.
agheata [Thu, 2 Jul 2009 08:47:19 +0000 (08:47 +0000)]
Minor fix related to output directory.
prino [Thu, 2 Jul 2009 08:45:39 +0000 (08:45 +0000)]
Small fixes
agheata [Thu, 2 Jul 2009 08:27:36 +0000 (08:27 +0000)]
Production mode can be enabled via AliAnalysisAlien::SetProductionMode(). This will
delegate job submission to LPM manager. A file is written containing the path to the
jdl file and several lines with the arguments to be provided.
pulvir [Thu, 2 Jul 2009 08:17:01 +0000 (08:17 +0000)]
Synchronized with current package version.
laphecet [Thu, 2 Jul 2009 07:56:11 +0000 (07:56 +0000)]
Update cosmic settings
(Philippe P.)
pulvir [Thu, 2 Jul 2009 07:53:30 +0000 (07:53 +0000)]
General PWG2/RESONANCES package upgrade
Function, FunctionAxis:
- added new axis types
- removed static local variables
Daughter, Event, Pair, PairManager, PIDIndex:
- added awareness of customizable PID weights
- added some necessary getters to carry informations around
AnalysisSE and virtual:
- corrected temporarily the TaskInfo fill procedure
- added the possibility to set some overall event cuts for whole analysis
pulvir [Thu, 2 Jul 2009 07:46:46 +0000 (07:46 +0000)]
Included cut on primary vertex into compilation
pulvir [Thu, 2 Jul 2009 07:46:04 +0000 (07:46 +0000)]
Adde cut selection for primary vertex quality
agheata [Thu, 2 Jul 2009 07:17:01 +0000 (07:17 +0000)]
Removed unnecessary ESD include files that prevented library compilation in proof.
haavard [Thu, 2 Jul 2009 06:49:54 +0000 (06:49 +0000)]
Changed object type in CalibRaw (now TObjArray)
richterm [Wed, 1 Jul 2009 22:54:59 +0000 (22:54 +0000)]
defining the default simulation chain for the libAliHLTTrigger, inclusing the
global trigger, chain is not yet enabled, but can be run by setting the options
simulator.SetRunHLT("libAliHLTTrigger.so chains=GLOBAL-Trigger");
richterm [Wed, 1 Jul 2009 22:24:47 +0000 (22:24 +0000)]
bugfix: inserted blank to separate reuired component libraries correctly. error
occured when two module agents returned requested libraries
haavard [Wed, 1 Jul 2009 22:16:01 +0000 (22:16 +0000)]
Include processing of AliTPCCalibRaw calibration object
richterm [Wed, 1 Jul 2009 21:42:18 +0000 (21:42 +0000)]
adding skeletons for a multiplicity and a cosmics trigger component for the
central barrel region. exact trigger functionality of the cosmic trigger needs
to be implemented
richterm [Wed, 1 Jul 2009 21:37:19 +0000 (21:37 +0000)]
- added functionality to check CTP trigger classes within an analysis component
bool EvaluateCTPTriggerClass checks a const char* expression of logic
combinations of CTP trigger classes
- hanlde the ECS parameter data block on SOR and set CTP trigger classes
- first sketch of unit test for the above functionality, needs to be extended
to really send the {ECSPARAM:PRIV} block
- long pending issue: comment warning on 'missing EOR' when a component has not
received any event for processing. The check has to be replaced by a proper
state handling
dsilverm [Wed, 1 Jul 2009 20:49:43 +0000 (20:49 +0000)]
avoid redefining common constants, or using magic numbers in code, by instead having a common parameter header file
cvetan [Wed, 1 Jul 2009 20:29:21 +0000 (20:29 +0000)]
Update of the TPC-ITS alignment code (Mikolaj)
marian [Wed, 1 Jul 2009 17:08:27 +0000 (17:08 +0000)]
AliTPCCalibPedestal.h.diff code cleanup: Remove functions moved to the Base Class
AliTPCCalibPulser.h.diff code cleanup: Remove functions moved to the Base Class
AliTPCCalibRaw.cxx Calibration algorithm for drift velocity from last time bin, and L1 phase checking
AliTPCCalibRaw.h Calibration algorithm for drift velocity from last time bin, and L1 phase checking
TPCRAWda.cxx Detector algorithms for drift velocity from last time bin, and L1 phase checking
libTPCbase.pkg.diff Adding class AliTPCCalibRaw
TPCbaseLinkDef.h.diff Adding class AliTPCCalibRaw
(Jens Wiechula)
basanta [Wed, 1 Jul 2009 16:57:36 +0000 (16:57 +0000)]
In clustering code the method name is changed, Bug fixed in AliPMDrechit, Initialization is corrected in aliPMDtracker
marian [Wed, 1 Jul 2009 16:49:01 +0000 (16:49 +0000)]
1. New RCU format
2. Adding time stamp information
(Jens, Adam)
masera [Wed, 1 Jul 2009 16:45:01 +0000 (16:45 +0000)]
adding histograms to monito relative efficiency on sub-chip scale by the cluster counting (G. Bruno)
marian [Wed, 1 Jul 2009 16:38:19 +0000 (16:38 +0000)]
Adding the AliTPCcalibAlign::ExportTrackPoints
Input for KalmanFilter alignment/calibration
laphecet [Wed, 1 Jul 2009 16:19:40 +0000 (16:19 +0000)]
Propagate the modification of the unit of the calibrated charge (fC) to the QA histograms
(Philippe P.)
masera [Wed, 1 Jul 2009 16:17:55 +0000 (16:17 +0000)]
1) AliITSRecoParam -> flag for using the bad channels in the SSD CF
2) AliITSRecPoint.cxx -> correctly set the out-of-diagonal elements of the
covariance matrix in the recpoint constructor
3) AliITSClusterFinderV2SSD -> flag for using bad channels + fix in the value
of sigma_z
E. Fragiacomo
laphecet [Wed, 1 Jul 2009 16:01:56 +0000 (16:01 +0000)]
Adding paranoiac protection to be 200% sure to get physical charges
laphecet [Wed, 1 Jul 2009 15:50:35 +0000 (15:50 +0000)]
Adding comment and protection against incorrect injection gain DB
akisiel [Wed, 1 Jul 2009 15:44:05 +0000 (15:44 +0000)]
Add the new classes to the compilation
akisiel [Wed, 1 Jul 2009 15:42:09 +0000 (15:42 +0000)]
Add DEta DPhi correlation code
basanta [Wed, 1 Jul 2009 15:14:36 +0000 (15:14 +0000)]
reading macro for rootified PMD data
bhippoly [Wed, 1 Jul 2009 15:12:39 +0000 (15:12 +0000)]
Dca bug corrected thanks to J-G.Contreras (second try... %-) )
basanta [Wed, 1 Jul 2009 15:11:32 +0000 (15:11 +0000)]
overlaps removed, tracktime implemented for pile-up
bhippoly [Wed, 1 Jul 2009 15:09:25 +0000 (15:09 +0000)]
Dca bug corrected thanks to J-G.Contreras
lietava [Wed, 1 Jul 2009 14:50:30 +0000 (14:50 +0000)]
Methods for extracting scalers wrt time and trigger class
lietava [Wed, 1 Jul 2009 14:45:32 +0000 (14:45 +0000)]
AliTimeStamp datum and methods added
lietava [Wed, 1 Jul 2009 14:42:32 +0000 (14:42 +0000)]
Methods for using arrays of scalers added.
lietava [Wed, 1 Jul 2009 14:40:23 +0000 (14:40 +0000)]
Copy constructor, =operator added.
cvetan [Wed, 1 Jul 2009 14:01:21 +0000 (14:01 +0000)]
Following a change in the monitoring lib syntax
dainese [Wed, 1 Jul 2009 13:56:03 +0000 (13:56 +0000)]
Added variables to ntuple (Renu)
zampolli [Wed, 1 Jul 2009 13:27:56 +0000 (13:27 +0000)]
Related to the previous commit.
zampolli [Wed, 1 Jul 2009 13:26:23 +0000 (13:26 +0000)]
Adding class (AliTOFArray) to handle a variable size array of variable size arrays of float
to perform TOF calibration. Corresponding changes in AliTOFCalibTask.
Adding the necessary macros to run the task on PROOF.
cvetan [Wed, 1 Jul 2009 13:20:27 +0000 (13:20 +0000)]
Use the DATE monitor lib in addition to the normal offline trigger selection.
snelling [Wed, 1 Jul 2009 12:16:04 +0000 (12:16 +0000)]
fix for uninitialized pointer in case of different constructor
cblume [Wed, 1 Jul 2009 11:53:33 +0000 (11:53 +0000)]
Introduce setter for fgkTracklet
alla [Wed, 1 Jul 2009 10:26:38 +0000 (10:26 +0000)]
reco param with AsDefault
alla [Wed, 1 Jul 2009 10:25:57 +0000 (10:25 +0000)]
macro to produce RecoParam
snelling [Wed, 1 Jul 2009 10:20:08 +0000 (10:20 +0000)]
bring back some functionality which was deleted by accident
rgrosso [Wed, 1 Jul 2009 09:55:07 +0000 (09:55 +0000)]
macro made compilable + storage added as parameter and few other tiny things
cheynis [Wed, 1 Jul 2009 09:50:04 +0000 (09:50 +0000)]
Removal of warnings and compliance with ALICE coding conventions (Raphaël)
prino [Wed, 1 Jul 2009 08:29:22 +0000 (08:29 +0000)]
SDD raw data format read from block attributes of CDH, RawStreamSDD instantiated on the basis of this attribuite, CDH for simulated raws written accordingly (F. Prino)
masera [Wed, 1 Jul 2009 08:25:45 +0000 (08:25 +0000)]
Added speed-up and protection suggested by Ruben in Savannah #48080
masera [Wed, 1 Jul 2009 08:22:36 +0000 (08:22 +0000)]
Improved treatment of dead areas in track chi2 calculation (A. Dainese)
alla [Wed, 1 Jul 2009 08:09:12 +0000 (08:09 +0000)]
RecoParam for calibration events
coppedis [Wed, 1 Jul 2009 06:47:40 +0000 (06:47 +0000)]
Error corrected
cvetan [Tue, 30 Jun 2009 22:57:29 +0000 (22:57 +0000)]
Usage of the recently introduced OCDB entry which contains the list of defined cosmic trigger classes. The event specie setter is modified in a way that it checks if a fired trigger class is defined in the list and if no other non-cosmic trigger is fired, the event specie is set to cosmic.
coppedis [Tue, 30 Jun 2009 20:50:27 +0000 (20:50 +0000)]
Getting ADC map from OCDB in Digits2Raw
decaro [Tue, 30 Jun 2009 18:45:27 +0000 (18:45 +0000)]
Trivial fixing
decaro [Tue, 30 Jun 2009 18:40:02 +0000 (18:40 +0000)]
Added another recoParam to the TOF recoParam object, i.e. time window to discriminate between single pad and multi pad TOF clusters
coppedis [Tue, 30 Jun 2009 18:32:03 +0000 (18:32 +0000)]
Reducing output from ALiZDCRawStream class
lietava [Tue, 30 Jun 2009 18:00:11 +0000 (18:00 +0000)]
Method CheckConsistency modified.
marian [Tue, 30 Jun 2009 17:48:01 +0000 (17:48 +0000)]
1. Possibility to visualize transformations
one by one (using Debug streamer)
2. Possibility to add filtered transformation to the same debug
stream
(Marian, Satoshi)
lietava [Tue, 30 Jun 2009 17:30:23 +0000 (17:30 +0000)]
Method GetAllScalers added.
prino [Tue, 30 Jun 2009 17:09:47 +0000 (17:09 +0000)]
Updates in SDD preprocessor: new infos from DA, HLT mode no longer needed (F. Prino)
coppedis [Tue, 30 Jun 2009 16:56:23 +0000 (16:56 +0000)]
OCDB entries updated where needed