]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
12 years agorestoring ostream properties after printout
richterm [Sat, 20 Aug 2011 21:23:16 +0000 (21:23 +0000)]
restoring ostream properties after printout

12 years agoadding protection for invalid float values
richterm [Sat, 20 Aug 2011 21:18:51 +0000 (21:18 +0000)]
adding protection for invalid float values

12 years agoadding new configuration object for HWCF, changed values: -single-pad-suppression...
richterm [Sat, 20 Aug 2011 21:12:49 +0000 (21:12 +0000)]
adding new configuration object for HWCF, changed values: -single-pad-suppression 1 -single-sequence-limit 0

12 years agoo More histograms for TOF (Leonardo)
wiechula [Sat, 20 Aug 2011 14:24:37 +0000 (14:24 +0000)]
o More histograms for TOF (Leonardo)

12 years agocoverity
fronchet [Sat, 20 Aug 2011 09:21:28 +0000 (09:21 +0000)]
coverity

12 years agofixing compilation error on gcc 4.1.2
richterm [Sat, 20 Aug 2011 00:46:14 +0000 (00:46 +0000)]
fixing compilation error on gcc 4.1.2

12 years agoconverting SpacePointGrid class to AliHLTIndexGrid template class to be used also...
richterm [Fri, 19 Aug 2011 23:17:41 +0000 (23:17 +0000)]
converting SpacePointGrid class to AliHLTIndexGrid template class to be used also for the track index grid

12 years agoCleaning up coding violations by Marcelo
cnattras [Fri, 19 Aug 2011 22:39:09 +0000 (22:39 +0000)]
Cleaning up coding violations by Marcelo

12 years agoAdded by mistake, taking out
cnattras [Fri, 19 Aug 2011 22:39:04 +0000 (22:39 +0000)]
Added by mistake, taking out

12 years agoFixes for #77757: Issues with CMake and detector algorithms. The following targets...
hristov [Fri, 19 Aug 2011 14:26:11 +0000 (14:26 +0000)]
Fixes for #77757: Issues with CMake and detector algorithms. The following targets are now fully operational: make daqDA-DET-all; make daqDA-DET-all-rpm; make alimdc-rpm; make daqDA-DET-ALG; make daqDA-DET-ALG-rpm (Anshul)

12 years agoForgot to remove debug messages
laphecet [Fri, 19 Aug 2011 14:26:04 +0000 (14:26 +0000)]
Forgot to remove debug messages

12 years agoPreventing a crash with root 5.30
laphecet [Fri, 19 Aug 2011 14:06:48 +0000 (14:06 +0000)]
Preventing a crash with root 5.30

12 years agoGeneration of event time-stamps according to GRP SOR/EOR times. The method to active...
cvetan [Fri, 19 Aug 2011 14:01:33 +0000 (14:01 +0000)]
Generation of event time-stamps according to GRP SOR/EOR times. The method to active it is AliSimulation::UseTimeStampFromCDB(). From the moment the time-stamps are generated using a flat distribution between SOR and EOR time-stamps. The way to access the time-stamp is via the AliHeader, namely runloader->GetHeader()->GetTimeStamp(). The time-stamps are not yet propagated to the simulated raw data. This will be done as a second step related to bug#53025

12 years agohow to file to enable emcal jet trigger component
fronchet [Fri, 19 Aug 2011 13:24:03 +0000 (13:24 +0000)]
how to file to enable emcal jet trigger component

12 years agoCMake pkg file to compile AliHLTFJWrapper library. Disabled by default.
fronchet [Fri, 19 Aug 2011 13:15:29 +0000 (13:15 +0000)]
CMake pkg file to compile AliHLTFJWrapper library. Disabled by default.

12 years agochanged geometry object initialization
fronchet [Fri, 19 Aug 2011 12:49:48 +0000 (12:49 +0000)]
changed geometry object initialization

12 years agoCleaning up some memory
cnattras [Fri, 19 Aug 2011 11:32:07 +0000 (11:32 +0000)]
Cleaning up some memory

12 years agochanged declaration of HLTScalers to get rid of warnings
fronchet [Fri, 19 Aug 2011 09:39:28 +0000 (09:39 +0000)]
changed declaration of HLTScalers to get rid of warnings

12 years agocorrecting compilation warning
richterm [Fri, 19 Aug 2011 08:15:11 +0000 (08:15 +0000)]
correcting compilation warning

12 years agoD0 special cuts not appied in filtering
prino [Fri, 19 Aug 2011 08:12:04 +0000 (08:12 +0000)]
D0 special cuts not appied in filtering

12 years agobugfix: initialization of data array after growing it was out of array bounds
richterm [Fri, 19 Aug 2011 08:02:17 +0000 (08:02 +0000)]
bugfix: initialization of data array after growing it was out of array bounds

12 years agofaster access to HW cluster input data
richterm [Fri, 19 Aug 2011 08:00:35 +0000 (08:00 +0000)]
faster access to HW cluster input data

12 years agoUpdated responsibles for HLT FXS
zampolli [Fri, 19 Aug 2011 07:04:07 +0000 (07:04 +0000)]
Updated responsibles for HLT FXS

12 years agoForgotten "Printf" removed
zampolli [Fri, 19 Aug 2011 06:26:21 +0000 (06:26 +0000)]
Forgotten "Printf" removed

12 years agoAdded wrapper function to SetPtPhiEtaM()
kleinb [Fri, 19 Aug 2011 05:52:54 +0000 (05:52 +0000)]
Added wrapper function to SetPtPhiEtaM()

12 years agoTweaking alien handler macro for em et corrections
cnattras [Fri, 19 Aug 2011 02:12:57 +0000 (02:12 +0000)]
Tweaking alien handler macro for em et corrections

12 years agoCleaning up memory in destructor
cnattras [Fri, 19 Aug 2011 02:04:47 +0000 (02:04 +0000)]
Cleaning up memory in destructor

12 years agoadding method Terminate, recently supported by the AliReconstructor framework, waitin...
richterm [Thu, 18 Aug 2011 23:14:33 +0000 (23:14 +0000)]
adding method Terminate, recently supported by the AliReconstructor framework, waiting to be called at the end of reconstruction (bug 85461)

12 years agoimplementing the encoding and decoding of compressed cluster format; added indexing...
richterm [Thu, 18 Aug 2011 23:09:52 +0000 (23:09 +0000)]
implementing the encoding and decoding of compressed cluster format; added indexing of cluster positions

12 years agoadding option to set number of events for simulation
richterm [Thu, 18 Aug 2011 22:52:00 +0000 (22:52 +0000)]
adding option to set number of events for simulation

12 years agoadding indexing of spacepoints
richterm [Thu, 18 Aug 2011 22:50:19 +0000 (22:50 +0000)]
adding indexing of spacepoints

12 years agoAdding lines to compile Marcelos code to driver macro
cnattras [Thu, 18 Aug 2011 20:33:17 +0000 (20:33 +0000)]
Adding lines to compile Marcelos code to driver macro

12 years agoImplementing Marcelos classes
cnattras [Thu, 18 Aug 2011 20:33:13 +0000 (20:33 +0000)]
Implementing Marcelos classes

12 years agoAdding functions to create histograms to make Marcelos code work
cnattras [Thu, 18 Aug 2011 20:33:09 +0000 (20:33 +0000)]
Adding functions to create histograms to make Marcelos code work

12 years agoMissing code protection (Plamen)
lietava [Thu, 18 Aug 2011 16:36:29 +0000 (16:36 +0000)]
Missing code protection (Plamen)

12 years agoIn vmctest/production:
ivana [Thu, 18 Aug 2011 16:15:33 +0000 (16:15 +0000)]
In vmctest/production:
Adding missing comma in physicsListName[] initialization.

12 years agoUpdates in PbPb cuts (Andrea Rossi)
prino [Thu, 18 Aug 2011 15:08:35 +0000 (15:08 +0000)]
Updates in PbPb cuts (Andrea Rossi)

12 years agoMin and Max centrality added as data members (ChiaraB)
prino [Thu, 18 Aug 2011 15:05:13 +0000 (15:05 +0000)]
Min and Max centrality added as data members (ChiaraB)

12 years agoadjusted to use proper cluster timing for EMCAL
fronchet [Thu, 18 Aug 2011 14:55:10 +0000 (14:55 +0000)]
adjusted to use proper cluster timing for EMCAL

12 years agoremoved unnecessary struct memeber fTime
fronchet [Thu, 18 Aug 2011 14:54:13 +0000 (14:54 +0000)]
removed unnecessary struct memeber fTime

12 years agodisabled fastjet include to avoid warning
fronchet [Thu, 18 Aug 2011 14:53:08 +0000 (14:53 +0000)]
disabled fastjet include to avoid warning

12 years agotry to make it work on pdsf
loizides [Thu, 18 Aug 2011 14:45:02 +0000 (14:45 +0000)]
try to make it work on pdsf

12 years agoFix for typo + new flag for event plane to be used (ChiaraB)
prino [Thu, 18 Aug 2011 14:09:36 +0000 (14:09 +0000)]
Fix for typo + new flag for event plane to be used (ChiaraB)

12 years agoIncluded component handler for Electro/jet monitoring. TriggerFastJet disabled by...
fronchet [Thu, 18 Aug 2011 13:52:08 +0000 (13:52 +0000)]
Included component handler for Electro/jet monitoring. TriggerFastJet disabled by default.

12 years agoincluded pragma for Emcal Elecron/Jet monitoring component and class. TriggerFastJet...
fronchet [Thu, 18 Aug 2011 13:51:25 +0000 (13:51 +0000)]
included pragma for Emcal Elecron/Jet monitoring component and class. TriggerFastJet disabled by default.

12 years agoincluded h files for Emcal Electron/jet TriggerMonitor and Emcal Electron/jet Trigger...
fronchet [Thu, 18 Aug 2011 13:50:29 +0000 (13:50 +0000)]
included h files for Emcal Electron/jet TriggerMonitor and Emcal Electron/jet TriggerMonitorComponent. TriggerFastJet disabled by default

12 years agoMonitoring component for EMCAL electron trigger
fronchet [Thu, 18 Aug 2011 13:47:29 +0000 (13:47 +0000)]
Monitoring component for EMCAL electron trigger

12 years agoadded HLT scalers to feed monitoring component
fronchet [Thu, 18 Aug 2011 13:46:40 +0000 (13:46 +0000)]
added HLT scalers to feed monitoring component

12 years agoMonitoring component for EMCAL jet trigger
fronchet [Thu, 18 Aug 2011 13:45:39 +0000 (13:45 +0000)]
Monitoring component for EMCAL jet trigger

12 years agoadded HLT scalers to feed monitoring component
fronchet [Thu, 18 Aug 2011 13:44:13 +0000 (13:44 +0000)]
added HLT scalers to feed monitoring component

12 years agoadded HLT scalers to feed monitoring component
fronchet [Thu, 18 Aug 2011 13:43:45 +0000 (13:43 +0000)]
added HLT scalers to feed monitoring component

12 years ago1. improved algorithm for timebin window;
sgorbuno [Thu, 18 Aug 2011 13:43:40 +0000 (13:43 +0000)]
1. improved algorithm for timebin window;
2. "-charge-fluctuation N" parameter added

12 years agoFix for #79762: fsync reduces significantly the CPU efficiency in the reconstruction
hristov [Thu, 18 Aug 2011 12:53:35 +0000 (12:53 +0000)]
Fix for #79762: fsync reduces significantly the CPU efficiency in the reconstruction

12 years agoTuned crossections according to the ALICE measurements (Martin)
hristov [Thu, 18 Aug 2011 12:45:09 +0000 (12:45 +0000)]
Tuned crossections according to the ALICE measurements (Martin)

12 years agoFix for #84631: Lambda_c->(Lambda(1520)->p,K),pi branching ratio
hristov [Thu, 18 Aug 2011 12:18:22 +0000 (12:18 +0000)]
Fix for #84631: Lambda_c->(Lambda(1520)->p,K),pi branching ratio

12 years agoConfig file for Geant3 simulations used as Reference to Geant4 simulations.
esicking [Thu, 18 Aug 2011 09:29:10 +0000 (09:29 +0000)]
Config file for Geant3 simulations used as Reference to Geant4 simulations.

12 years agoConfig.C: Added possiblity to use new Physics list QGSP_FTFP_BERT(_OPTICAL)
esicking [Thu, 18 Aug 2011 09:03:52 +0000 (09:03 +0000)]
Config.C: Added possiblity to use new Physics list QGSP_FTFP_BERT(_OPTICAL)
simrun.C: Modification of standard test settings

12 years agoImplementing the exponential retry when putting an object in the OCDB. The function...
zampolli [Thu, 18 Aug 2011 09:01:36 +0000 (09:01 +0000)]
Implementing the exponential retry when putting an object in the OCDB. The function has some effect
only in case the storage is an AliCDBGrid (on alien). In the other cases, a message is printed.
This is to make the method as general as possible (the user does not need to know a priori the
type of storage).

Example to use it:

        TGrid::Connect("alien://");
AliCDBManager* man = AliCDBManager::Instance();
//man->SetDefaultStorage("alien://folder=/alice/cern.ch/user/z/zampolli/"); // example for Gird storage
        man->SetDefaultStorage("local:///Users/zampolli"); // example for local storage
AliCDBStorage* sto = man->GetDefaultStorage();  // or: AliCDBStorage* sto = man->GetStorage("alien://folder=/alice/cern.ch/user/z/zampolli/");
sto->SetRetry(2,10);

12 years agoIntroduction of online gain factors (Theo)
cblume [Thu, 18 Aug 2011 07:54:16 +0000 (07:54 +0000)]
Introduction of online gain factors (Theo)

12 years agonew version (M.Vala)
agheata [Thu, 18 Aug 2011 07:24:09 +0000 (07:24 +0000)]
new version (M.Vala)

12 years agouse dir context
loizides [Wed, 17 Aug 2011 21:07:11 +0000 (21:07 +0000)]
use dir context

12 years agoNew class describing how to run a given analysis task
agheata [Wed, 17 Aug 2011 15:50:23 +0000 (15:50 +0000)]
New class describing how to run a given analysis task

12 years agoUpdate for Geant4 production macros. Based on files in /alice/cern.ch/user/a/aliprod...
esicking [Wed, 17 Aug 2011 15:49:15 +0000 (15:49 +0000)]
Update for Geant4 production macros. Based on files in /alice/cern.ch/user/a/aliprod/LHC11a5a/

12 years agoadded configuration objects for EmcalElectronTrigger and EmcalJetTrigger (Federico)
richterm [Wed, 17 Aug 2011 14:59:52 +0000 (14:59 +0000)]
added configuration objects for EmcalElectronTrigger and EmcalJetTrigger (Federico)

12 years agoAdding TPRofiles for mean and sigma(pT), clean up of EP from tracks, added EP from...
kleinb [Wed, 17 Aug 2011 14:32:40 +0000 (14:32 +0000)]
Adding TPRofiles for mean and sigma(pT), clean up of EP from tracks, added EP from VZERO

12 years agoCorrection
morsch [Wed, 17 Aug 2011 14:13:41 +0000 (14:13 +0000)]
Correction

12 years agoIntroducing the interaction time into the aliroot generators. In case of gaussian...
cvetan [Wed, 17 Aug 2011 13:37:49 +0000 (13:37 +0000)]
Introducing the interaction time into the aliroot generators. In case of gaussian beam profiles the interaction time is generated with gaussian distribution with sigma=sigma_z/c. In case one wants for shift the mean time (for example to simulate satellite collisions or pileup from another bunch crossing) it is enough to call SetTimeOrigin method and provide the time origin value in seconds. More details in bug#73877.

12 years agoResults saved in output root files
prino [Wed, 17 Aug 2011 11:55:32 +0000 (11:55 +0000)]
Results saved in output root files

12 years agoUpdates in the macro for v2 calculation from 2D (mass vs. cos2phi) histos
prino [Wed, 17 Aug 2011 11:40:53 +0000 (11:40 +0000)]
Updates in the macro for v2 calculation from 2D (mass vs. cos2phi) histos

12 years agomodification for the Calo DigitPublisher class and EMCAL agent
fronchet [Wed, 17 Aug 2011 11:09:42 +0000 (11:09 +0000)]
modification for the Calo DigitPublisher class and EMCAL agent

12 years agoadded DigitPublisher class and relative modifications to the Geometry. added example...
fronchet [Wed, 17 Aug 2011 11:08:19 +0000 (11:08 +0000)]
added DigitPublisher class and relative modifications to the Geometry. added example macro

12 years agoadded DigitPublisher class and relative modifications to the Geometry
fronchet [Wed, 17 Aug 2011 11:07:49 +0000 (11:07 +0000)]
added DigitPublisher class and relative modifications to the Geometry

12 years agoadded DigitPublisher class and relative modifications to the Geometry
fronchet [Wed, 17 Aug 2011 11:07:33 +0000 (11:07 +0000)]
added DigitPublisher class and relative modifications to the Geometry

12 years agoHLT agent for EMCAL
fronchet [Wed, 17 Aug 2011 10:36:23 +0000 (10:36 +0000)]
HLT agent for EMCAL

12 years ago- change handling of decimal places for charge in MCM simulation
jklein [Wed, 17 Aug 2011 09:52:11 +0000 (09:52 +0000)]
- change handling of decimal places for charge in MCM simulation
- extend debug output
- extend output of ADC data for SCSN writing
- add wrapping of projected alpha in GTU
- change order of z-channel merging

12 years agoBunchCrossing-based L1phase time offset correction added
dsilverm [Wed, 17 Aug 2011 09:02:01 +0000 (09:02 +0000)]
BunchCrossing-based L1phase time offset correction added

12 years agoAdd Id keyword
prino [Tue, 16 Aug 2011 23:19:22 +0000 (23:19 +0000)]
Add Id keyword

12 years agoAdded classes and tasks for D meson v2 analysis. Just for reference, not inclueded...
prino [Tue, 16 Aug 2011 23:09:57 +0000 (23:09 +0000)]
Added classes and tasks for D meson v2 analysis. Just for reference, not inclueded in compilation for the moment

12 years ago1. transition from -B- to -I- triggers
jgrosseo [Tue, 16 Aug 2011 20:03:28 +0000 (20:03 +0000)]
1. transition from -B- to -I- triggers
2. support for PHI1 and PHI7 triggers (Yuri)

12 years agoadding an option to set OCDB drain
richterm [Tue, 16 Aug 2011 16:50:09 +0000 (16:50 +0000)]
adding an option to set OCDB drain

12 years agoMB fix for 2.76 TeV
hdalsgaa [Tue, 16 Aug 2011 13:20:42 +0000 (13:20 +0000)]
MB fix for 2.76 TeV

12 years agoFix to make work SelectCollisionCandidates in case one uses AliAODInputHandler
agheata [Tue, 16 Aug 2011 12:16:09 +0000 (12:16 +0000)]
Fix to make work SelectCollisionCandidates in case one uses AliAODInputHandler

12 years ago7 TeV MC eloss fits
hdalsgaa [Tue, 16 Aug 2011 08:14:35 +0000 (08:14 +0000)]
7 TeV MC eloss fits

12 years agoFix for #63914: Increasing time per event
hristov [Tue, 16 Aug 2011 08:02:51 +0000 (08:02 +0000)]
Fix for #63914: Increasing time per event

12 years agoadding new configuration object, changed values: -deconvolute-pad 1 -timebin-window 5
richterm [Mon, 15 Aug 2011 11:56:57 +0000 (11:56 +0000)]
adding new configuration object, changed values: -deconvolute-pad 1 -timebin-window 5

12 years agoadding a default parameter to be consistent with older interface definition
richterm [Mon, 15 Aug 2011 10:17:04 +0000 (10:17 +0000)]
adding a default parameter to be consistent with older interface definition

12 years agorearranged allocation of temporary arrays and initialization (coverity)
richterm [Mon, 15 Aug 2011 08:20:34 +0000 (08:20 +0000)]
rearranged allocation of temporary arrays and initialization (coverity)

12 years agocorrecting memory leak; correcting iterator access
richterm [Mon, 15 Aug 2011 08:18:41 +0000 (08:18 +0000)]
correcting memory leak; correcting iterator access

12 years agobayesian PID + several bugfixes + small enhancements
snelling [Sun, 14 Aug 2011 20:05:54 +0000 (20:05 +0000)]
bayesian PID + several bugfixes + small enhancements

12 years agoenabling mixed event
jgrosseo [Sun, 14 Aug 2011 10:59:51 +0000 (10:59 +0000)]
enabling mixed event

12 years agomoving definition of parameters for cluster storage to AliHLTTPCDefinitions; bugfix...
richterm [Sat, 13 Aug 2011 22:05:25 +0000 (22:05 +0000)]
moving definition of parameters for cluster storage to AliHLTTPCDefinitions; bugfix: typo caused sigmaY2 instead of sigmaZ2 being stored in compressed cluster format; correcting possible excess of iterator range detected by coverity

12 years agoadded data inflater based on AliHLTTPCCompModelInflater
richterm [Sat, 13 Aug 2011 20:58:19 +0000 (20:58 +0000)]
added data inflater based on AliHLTTPCCompModelInflater

12 years agouse track weights in cummulants
snelling [Sat, 13 Aug 2011 15:19:37 +0000 (15:19 +0000)]
use track weights in cummulants

12 years agormoved charge threshold in clusterTransformation, in order to not mix up the MC labels.
sgorbuno [Sat, 13 Aug 2011 12:08:58 +0000 (12:08 +0000)]
rmoved charge threshold in clusterTransformation, in order to not mix up the MC labels.

12 years agodebug output changed
sgorbuno [Sat, 13 Aug 2011 11:56:04 +0000 (11:56 +0000)]
debug output changed

12 years agopid updates
snelling [Sat, 13 Aug 2011 09:09:56 +0000 (09:09 +0000)]
pid updates

12 years agoIn case of unfolding, remove cells with energy smaller than pedestal threshold, about...
gconesab [Fri, 12 Aug 2011 17:42:28 +0000 (17:42 +0000)]
In case of unfolding, remove cells with energy smaller than pedestal threshold, about 50 MeV, recalculate after the energy and shower shape parameters, reject clusters with E smaller than seed clustering treshold

12 years agoModify identification of exotic clusters, if they have 9 cells or more, these cluster...
gconesab [Fri, 12 Aug 2011 15:46:13 +0000 (15:46 +0000)]
Modify identification of exotic clusters, if they have 9 cells or more, these clusters will be declared as not suspicious, needed to not remove high energy clusters from the 3x3 clusterizer in analysis

12 years agoFill/Create bad cell histograms only if not removed previously
gconesab [Fri, 12 Aug 2011 15:20:03 +0000 (15:20 +0000)]
Fill/Create bad cell histograms only if not removed previously

12 years agore-committing r51033 which was lost in r51064: adjusting input multiplier
richterm [Fri, 12 Aug 2011 14:57:31 +0000 (14:57 +0000)]
re-committing r51033 which was lost in r51064: adjusting input multiplier