]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agoconfiguration object for HLT dNdPt analysis added
sgorbuno [Tue, 2 Nov 2010 14:33:09 +0000 (14:33 +0000)]
configuration object for HLT dNdPt analysis added

13 years agoFirst version of the plotting macro for the MH + calculation of the integrated 3...
snelling [Tue, 2 Nov 2010 14:15:04 +0000 (14:15 +0000)]
First version of the plotting macro for the MH + calculation of the integrated 3-particle correlator

13 years agofixes bug in calculating refmult, explicit mc check, central membrane rejection and...
snelling [Tue, 2 Nov 2010 14:13:13 +0000 (14:13 +0000)]
fixes bug in calculating refmult, explicit mc check, central membrane rejection and fixes memory management problem.

13 years agoAdded rejection of pileup from SPD (ChiaraB)
dainese [Tue, 2 Nov 2010 14:07:07 +0000 (14:07 +0000)]
Added rejection of pileup from SPD (ChiaraB)

13 years agoBug fix
dainese [Tue, 2 Nov 2010 13:57:09 +0000 (13:57 +0000)]
Bug fix

13 years agoCheck for undecayed sigma0 in IsPhysicalPrimary
morsch [Tue, 2 Nov 2010 13:51:40 +0000 (13:51 +0000)]
Check for undecayed sigma0 in IsPhysicalPrimary

13 years agoAdded histos for TPC-vertex efficiency and changed mult binning for PbPb (Leonardo)
dainese [Tue, 2 Nov 2010 13:41:23 +0000 (13:41 +0000)]
Added histos for TPC-vertex efficiency and changed mult binning for PbPb (Leonardo)

13 years agoUpdates from Yaxian
gconesab [Tue, 2 Nov 2010 13:19:44 +0000 (13:19 +0000)]
Updates from Yaxian

13 years agoAdded method AliInputEventHandler::GetStatistics(Option_t *option) to retrieve the...
agheata [Tue, 2 Nov 2010 12:57:01 +0000 (12:57 +0000)]
Added method AliInputEventHandler::GetStatistics(Option_t *option) to retrieve the physics selection histograms in ESD and AOD analysis.
This method will return the statistics TH2F histograms filled by the AliPhysicsSelection in case the task AliPhysicsSelectionTask is used in the ESD train (or used during AOD production).
To use, the user task must call this method during FinishTaskOutput (executed on the worker after all events are processed):

//________________________________________________________________________
void AliAnalysisTaskPt::FinishTaskOutput()
{
// This gets called at the end of the processing on the worker.
  AliAnalysisManager *am = AliAnalysisManager::GetAnalysisManager();
  AliInputEventHandler *inputH = dynamic_cast<AliInputEventHandler*>(am->GetInputEventHandler());
  if (!inputH) return;
  TH2F *histStat = dynamic_cast<TH2F*>(inputH->GetStatistics());
  TH2F *histBin0 = dynamic_cast<TH2F*>(inputH->GetStatistics("BIN0"));
  ...

13 years agoMacros dedicated to SDD QA, OCDB object plotting, noise, gain and drift speed computa...
prino [Tue, 2 Nov 2010 11:19:46 +0000 (11:19 +0000)]
Macros dedicated to SDD QA, OCDB object plotting, noise, gain and drift speed computation, raw data display ... moved in macrosSDD subdirectory

13 years agoFirst set of modifications to speed-up AliITStrackerSA::SearchClusters (Marco Van...
prino [Tue, 2 Nov 2010 10:57:28 +0000 (10:57 +0000)]
First set of modifications to speed-up AliITStrackerSA::SearchClusters (Marco Van Leeuwen, F. Prino)

13 years agoAdding the getters for the T0 spread and the TOF resolution (A. De Caro)
belikov [Tue, 2 Nov 2010 10:51:01 +0000 (10:51 +0000)]
Adding the getters for the T0 spread and the TOF resolution (A. De Caro)

13 years agoAdded automatic switching to BB for 1-pad clusters in TPC for LHC10d (Rossella)
dainese [Tue, 2 Nov 2010 10:40:15 +0000 (10:40 +0000)]
Added automatic switching to BB for 1-pad clusters in TPC for LHC10d (Rossella)

13 years ago- added to the configuration the number of bins and range for some of the histograms
kkanaki [Tue, 2 Nov 2010 10:16:10 +0000 (10:16 +0000)]
- added to the configuration the number of bins and range for some of the histograms

13 years agoFlag in AliITSRecoParam to switch off the searcj for extra clusters in high flux
prino [Tue, 2 Nov 2010 10:02:34 +0000 (10:02 +0000)]
Flag in AliITSRecoParam to switch off the searcj for extra clusters in high flux

13 years agoRemoved.
morsch [Tue, 2 Nov 2010 09:48:58 +0000 (09:48 +0000)]
Removed.

13 years agoTest files in macros onlz
morsch [Tue, 2 Nov 2010 09:48:10 +0000 (09:48 +0000)]
Test files in macros onlz

13 years ago- bug fix for allowing the definition of histogram bins and range as part of the...
kkanaki [Tue, 2 Nov 2010 09:40:08 +0000 (09:40 +0000)]
- bug fix for allowing the definition of histogram bins and range as part of the GlobalHisto configuration (Timur)

13 years agoFix in TOF tender supply (Annalisa)
agheata [Tue, 2 Nov 2010 09:21:17 +0000 (09:21 +0000)]
Fix in TOF tender supply (Annalisa)

13 years agoremoved warnings (Magali)
kleinb [Tue, 2 Nov 2010 09:12:02 +0000 (09:12 +0000)]
removed warnings (Magali)

13 years agoRemoved 1 high-lumi run and 5 runs w/o TOF
dainese [Tue, 2 Nov 2010 08:51:04 +0000 (08:51 +0000)]
Removed 1 high-lumi run and 5 runs w/o TOF

13 years agoFix for printing at EOD.
aszostak [Mon, 1 Nov 2010 23:57:36 +0000 (23:57 +0000)]
Fix for printing at EOD.

13 years agoMinor fix for software triggers.
aszostak [Mon, 1 Nov 2010 23:34:14 +0000 (23:34 +0000)]
Minor fix for software triggers.

13 years agoFixing bug https://savannah.cern.ch/bugs/?74676
aszostak [Mon, 1 Nov 2010 23:12:00 +0000 (23:12 +0000)]
Fixing bug https://savannah.cern.ch/bugs/?74676

13 years agoAll: Add possibility to recalculate track matching in EMCAL
gconesab [Mon, 1 Nov 2010 22:43:51 +0000 (22:43 +0000)]
All: Add possibility to recalculate track matching in EMCAL
EMCALCalibTask: Read geometry matrices if gGeoManager not existing

13 years agocorrect minor coding violation, load root libraries in case of par file compilation...
gconesab [Mon, 1 Nov 2010 21:57:09 +0000 (21:57 +0000)]
correct minor coding violation, load root libraries in case of par file compilation, change default dR cut

13 years agoFix for bug https://savannah.cern.ch/bugs/index.php?74677
aszostak [Mon, 1 Nov 2010 21:52:07 +0000 (21:52 +0000)]
Fix for bug https://savannah.cern.ch/bugs/index.php?74677

13 years agoMoving readout list masking to global component to keep global logic together in...
aszostak [Mon, 1 Nov 2010 21:49:48 +0000 (21:49 +0000)]
Moving readout list masking to global component to keep global logic together in one component and adding masking for software triggers also.

13 years agoAdding absolute paths to macros, fitting DCA with 3 components (primaries + fakes...
mfloris [Mon, 1 Nov 2010 21:38:44 +0000 (21:38 +0000)]
Adding absolute paths to macros, fitting DCA with 3 components (primaries + fakes, sec. weak, sec. material), if fCentrBin is ==-1, the AliAnalysisTaskMultPbTracks.cxx skips the centrality selection.

13 years ago- realistic OCDB entry for the GlobalHisto component
kkanaki [Mon, 1 Nov 2010 21:21:58 +0000 (21:21 +0000)]
- realistic OCDB entry for the GlobalHisto component

13 years agoAdded setting for TPC BetheBloch parameters (Rossella)
dainese [Mon, 1 Nov 2010 20:47:42 +0000 (20:47 +0000)]
Added setting for TPC BetheBloch parameters (Rossella)

13 years agoAdding background subtraction
kleinb [Mon, 1 Nov 2010 20:12:27 +0000 (20:12 +0000)]
Adding background subtraction

13 years agoChanges for report #74471: Changes to AliReconstruction.cxx -> online event display
hristov [Mon, 1 Nov 2010 19:56:17 +0000 (19:56 +0000)]
Changes for report #74471: Changes to AliReconstruction.cxx -> online event display

13 years agoCorrection.
morsch [Mon, 1 Nov 2010 19:40:51 +0000 (19:40 +0000)]
Correction.

13 years agoAdd method to recalculate track matching on ESD analysis
gconesab [Mon, 1 Nov 2010 18:45:58 +0000 (18:45 +0000)]
Add method to recalculate track matching on ESD analysis
Move AliEMCALTrack from rec library to Utils library

13 years agocorrect copy paste error from last modification, setting the track array name when...
gconesab [Mon, 1 Nov 2010 17:40:12 +0000 (17:40 +0000)]
correct copy paste error from last modification, setting the track array name when shuold be the cluster array

13 years agoCentrality AOD added.
morsch [Mon, 1 Nov 2010 17:07:46 +0000 (17:07 +0000)]
Centrality AOD added.

13 years agoChanges to improve performance while running over MC
mfloris [Mon, 1 Nov 2010 17:06:48 +0000 (17:06 +0000)]
Changes to improve performance while running over MC

13 years ago- removed ITS and TPC tasks (not implemented)
kkanaki [Mon, 1 Nov 2010 16:11:43 +0000 (16:11 +0000)]
- removed ITS and TPC tasks (not implemented)
- commented out the selection of collision candidates (breaks the task for some runs)
- included the full path of the tasks location, so that a local copy or soft link are not necessary
- use gSystem to load the libraries instead of AliHLTSystem
- commented out AliPhysicsSelectionTask (not used at the moment)

13 years agoChenged settings to most recent
dainese [Mon, 1 Nov 2010 16:07:47 +0000 (16:07 +0000)]
Chenged settings to most recent

13 years agoImplemented usage of AliESDCentrality classes
mfloris [Mon, 1 Nov 2010 15:51:12 +0000 (15:51 +0000)]
Implemented usage of AliESDCentrality classes

13 years ago(1) Changed default flag to store shifter QA histos in ALICE logbook; (2) added contr...
decaro [Mon, 1 Nov 2010 15:40:34 +0000 (15:40 +0000)]
(1) Changed default flag to store shifter QA histos in ALICE logbook; (2) added control on clean up of objects.

13 years agoAdd PWG3/base to inlcudes (ChiaraB)
dainese [Mon, 1 Nov 2010 15:20:14 +0000 (15:20 +0000)]
Add PWG3/base to inlcudes (ChiaraB)

13 years agoConsider physics selection when building the buffer.
morsch [Mon, 1 Nov 2010 14:28:43 +0000 (14:28 +0000)]
Consider physics selection when building the buffer.

13 years agoMissed a log message on last commit.
cholm [Mon, 1 Nov 2010 14:08:09 +0000 (14:08 +0000)]
Missed a log message on last commit.

Various small fixes to the code, and a little bit
of reformating.

13 years agoAdded script to load PWG2 forward analysis libraries and dependants
cholm [Mon, 1 Nov 2010 14:03:11 +0000 (14:03 +0000)]
Added script to load PWG2 forward analysis libraries and dependants

13 years agoFix from Kristjan - allow more energies
cholm [Mon, 1 Nov 2010 14:00:04 +0000 (14:00 +0000)]
Fix from Kristjan - allow more energies

13 years ago- fix compilation warnings
kkanaki [Mon, 1 Nov 2010 13:48:09 +0000 (13:48 +0000)]
- fix compilation warnings

13 years agoTime consuming optimization
decaro [Mon, 1 Nov 2010 13:45:29 +0000 (13:45 +0000)]
Time consuming optimization

13 years agoupdate the automatic linkdef to handle classes implementing a custom streamer
richterm [Mon, 1 Nov 2010 13:31:25 +0000 (13:31 +0000)]
update the automatic linkdef to handle classes implementing a custom streamer

13 years agodo not generate trigger decision for SOR/EOR
richterm [Mon, 1 Nov 2010 13:27:03 +0000 (13:27 +0000)]
do not generate trigger decision for SOR/EOR

13 years agochanged bining
jotwinow [Mon, 1 Nov 2010 13:04:43 +0000 (13:04 +0000)]
changed bining

13 years agofixed typo gen -> rec
kleinb [Mon, 1 Nov 2010 12:39:21 +0000 (12:39 +0000)]
fixed typo gen -> rec

13 years agoapply corrections PbPb - Markus Koehler
jotwinow [Mon, 1 Nov 2010 12:37:11 +0000 (12:37 +0000)]
apply corrections PbPb - Markus Koehler

13 years agocoverity defect forward null
gconesab [Mon, 1 Nov 2010 11:58:53 +0000 (11:58 +0000)]
coverity defect forward null

13 years agoUpdates in JCORRAN (Filip and Dongjo)
gconesab [Mon, 1 Nov 2010 11:47:43 +0000 (11:47 +0000)]
Updates in JCORRAN (Filip and Dongjo)

List of changes :

AddTaskJCORRANTask.C

     - Event selection:  select only minimum bias or high multiplicity trigger
        jctask->SelectCollisionCandidates(AliVEvent::kMB | AliVEvent::kHighMult);

    - New track selection cuts:

       AliESDtrackCuts* esdTrackCuts = new AliESDtrackCuts("AliESDtrackCuts", "Loose");
       esdTrackCuts->SetMinNClustersTPC(70);
       esdTrackCuts->SetMaxChi2PerClusterTPC(4.0);
       esdTrackCuts->SetRequireTPCRefit(kTRUE);
       esdTrackCuts->SetRequireITSRefit(kTRUE);
       esdTrackCuts->SetAcceptKinkDaughters(kFALSE);
       esdTrackCuts->SetMaxDCAToVertexXY(3.5);
       esdTrackCuts->SetMaxDCAToVertexZ(3.5);
       esdTrackCuts->SetMaxDCAToVertexXYPtDep("0.0350+0.0420/pt^0.9");

     -output of the task is a nonstandard AOD

--------------------------------------------------------------------------------

AliJCORRANTask.h
AliJCORRANTask.cxx

      - branch fMCTrackList is added only in case of sim data

      - AOD track selection is done in the function
        bool AliJCORRANTask::AcceptAODTrack(AliAODTrack* aodTrack)
        all cuts from AliESDtrackCuts object are included except

    - ReadAODTracks
        filling of AOD track information suplemented by information
        (z vertex, dE/dx, DCA, TPC label, tracklet multiplicity  )

      - update of names of EMCAL Aliroot functions in ReadESD/AODCaloClusters

      - flavour of selected tracks  and clusters initialized to kNone
         (ReadAODTracks, ReadAODCaloClusters, ReadESDCaloClusters, ReadESDTracks)

     - storing to AOD :
        from unknown reason  branches are filled only when
        we call  outputHandler->SetFillAOD(kTRUE); at the UserExec()

       if(fTrackList->GetNTracks() > 0 ||
         fPhotonList->GetNPhotons() >0 ||
         (fIsRealOrMC && fMCTrackList->GetNTracks()>0)){

         AliAODHandler* outputHandler =
         (AliAODHandler*) ((AliAnalysisManager::GetAnalysisManager())->GetOutputEventHandler());
         outputHandler->SetFillAOD(kTRUE);
       }

    -  changed handeling of EMCALUtils  singleton  object

---------------------------------------------------------------------------------

AliJTrack : added its and tpc labels

      - type of Status changed from UInt_t to ULong64_t
     - filling of covariance matrix removed from ESD/AOD trak information

---------------------------------------------------------------------------------
JConst.h
      -Added new trigger bit for high multiplicity trigger. JC trigger mask is now MB=0TBit, HighMult = 1 TBit
      enum TriggerBitJCorran   {kMinBiasTriggerBitJCorran, kHighMultTriggerBitJCorran};

----------------------------------------------------------------------------------

AliJPhoton.h

      - fixed memory leakage problem
----------------------------------------------------------------------------------

in other files, we did only minor changes to obey coding rules

 AliJHeader.h
AliJPhoton.cxx
AliJPhoton.h
AliJRunHeader.cxx
AliJRunHeader.h
AliPhJBaseTrack.cxx
AliPhJBaseTrack.h
AliPhJPiZero.cxx
AliPhJPiZero.h

13 years agoupdate to run TPC+ITS analysis
jotwinow [Mon, 1 Nov 2010 11:45:49 +0000 (11:45 +0000)]
update to run TPC+ITS analysis

13 years agofixed coding rules violation
jotwinow [Mon, 1 Nov 2010 11:44:58 +0000 (11:44 +0000)]
fixed coding rules violation

13 years agoMinor fixes to analysis code
cholm [Mon, 1 Nov 2010 11:20:40 +0000 (11:20 +0000)]
Minor fixes to analysis code

13 years agoAdded scripts
cholm [Mon, 1 Nov 2010 11:15:20 +0000 (11:15 +0000)]
Added scripts

13 years agoUndo last change - mistake on my part
cholm [Mon, 1 Nov 2010 11:14:53 +0000 (11:14 +0000)]
Undo last change - mistake on my part

13 years agoAdded virtual method AliVCuts::GetStatistics(Option_t *) defining the interface to...
agheata [Mon, 1 Nov 2010 11:13:12 +0000 (11:13 +0000)]
Added virtual method AliVCuts::GetStatistics(Option_t *) defining the interface to get the statistics object from the cuts (if any). The physics selection returns its fHistStatistics. The string option can be ALL for fHistStatistics[0] or BIN0 for fHistStatistics[1]

13 years agoMerge branch 'multipleThreads' into newdevel
slindal [Mon, 1 Nov 2010 11:07:09 +0000 (11:07 +0000)]
Merge branch 'multipleThreads' into newdevel

* multipleThreads:
  removed falseley named class
  Updated EMCAL geometry.
  Read from HLTesdTree

13 years agoCosmetics. Fixed bug preventing creation of async block list
slindal [Mon, 1 Nov 2010 11:03:48 +0000 (11:03 +0000)]
Cosmetics. Fixed bug preventing creation of async block list

13 years agoAdded scripts
cholm [Mon, 1 Nov 2010 10:50:36 +0000 (10:50 +0000)]
Added scripts

13 years agoFixed some warning messages on request from FCA
cholm [Mon, 1 Nov 2010 10:48:41 +0000 (10:48 +0000)]
Fixed some warning messages on request from FCA

13 years agoTry to fix Coverity defect
cblume [Mon, 1 Nov 2010 10:00:56 +0000 (10:00 +0000)]
Try to fix Coverity defect

13 years agomove tracker config. params to AliTRDReconstructor class
abercuci [Mon, 1 Nov 2010 09:42:56 +0000 (09:42 +0000)]
move tracker config. params to AliTRDReconstructor class

13 years agoi forgot header, sorry
alla [Mon, 1 Nov 2010 09:11:57 +0000 (09:11 +0000)]
i forgot header, sorry

13 years agoi forgot header, sorry
alla [Mon, 1 Nov 2010 09:02:30 +0000 (09:02 +0000)]
i forgot header, sorry

13 years agoTurn off weak decays
akisiel [Sun, 31 Oct 2010 23:06:56 +0000 (23:06 +0000)]
Turn off weak decays

13 years agoFixed memory leak (Yves)
hristov [Sun, 31 Oct 2010 21:24:05 +0000 (21:24 +0000)]
Fixed memory leak (Yves)

13 years ago enabling the filling of correlations between reconstructed and reconstructed minus...
kleinb [Sun, 31 Oct 2010 21:19:55 +0000 (21:19 +0000)]
 enabling the filling of correlations between reconstructed and reconstructed minus background, some cleanup in AddTaskSpectrum2

13 years ago- set properties for AliHLTV0HistoComponent.h
kkanaki [Sun, 31 Oct 2010 21:10:45 +0000 (21:10 +0000)]
- set properties for AliHLTV0HistoComponent.h
- added more configuration examples in rec-hlt-globalhisto.C
- added the V0 loop (not complete, produces only the Armenteros-Podolanski plot at the moment)

13 years agonew monitoring and checker
alla [Sun, 31 Oct 2010 21:08:53 +0000 (21:08 +0000)]
new monitoring and checker

13 years agodo not calculate background for all Cluster Tasks
kleinb [Sun, 31 Oct 2010 19:29:39 +0000 (19:29 +0000)]
do not calculate background for all Cluster Tasks

13 years ago missing from rev 44785
kleinb [Sun, 31 Oct 2010 19:28:15 +0000 (19:28 +0000)]
 missing from rev 44785

13 years agoCalculating Background only when the background branch is also stored save computing...
kleinb [Sun, 31 Oct 2010 19:27:32 +0000 (19:27 +0000)]
Calculating Background only when the background branch is also stored save computing time

13 years agoMore decay options
morsch [Sun, 31 Oct 2010 18:38:57 +0000 (18:38 +0000)]
More decay options
IHPR2(12)
1: old behavior
2: old behavior + heavy baryons
3: as AliPythia default

13 years agocorrect the way of the correlated array with tracks or clusters is set
gconesab [Sun, 31 Oct 2010 16:06:21 +0000 (16:06 +0000)]
correct the way of the correlated array with tracks or clusters is set

13 years agoChanges to make the macro compilable + fit of DCA with standard root classes
mfloris [Sun, 31 Oct 2010 15:52:50 +0000 (15:52 +0000)]
Changes to make the macro compilable + fit of DCA with standard root classes

13 years agoAdd line to allow filling deltaAODs if requested
gconesab [Sun, 31 Oct 2010 15:16:40 +0000 (15:16 +0000)]
Add line to allow filling deltaAODs if requested

13 years agoextending tracking efficiency and contamination into high pT region by constant fit
jgrosseo [Sun, 31 Oct 2010 14:56:29 +0000 (14:56 +0000)]
extending tracking efficiency and contamination into high pT region by constant fit
added functions for estimating syst. unc. and plotting

13 years ago- created OCDB folder and empty configuration file for the V0Histo component
kkanaki [Sun, 31 Oct 2010 11:59:21 +0000 (11:59 +0000)]
- created OCDB folder and empty configuration file for the V0Histo component

13 years ago- add line for properties to appear
kkanaki [Sun, 31 Oct 2010 11:56:41 +0000 (11:56 +0000)]
- add line for properties to appear

13 years ago- set properties
kkanaki [Sun, 31 Oct 2010 11:55:20 +0000 (11:55 +0000)]
- set properties

13 years ago- correct the OCDB path in the Reconfigure method
kkanaki [Sun, 31 Oct 2010 11:53:18 +0000 (11:53 +0000)]
- correct the OCDB path in the Reconfigure method

13 years ago- reset the number of V0s
kkanaki [Sun, 31 Oct 2010 11:47:16 +0000 (11:47 +0000)]
- reset the number of V0s

13 years ago- fix counting if primary particles
morsch [Sun, 31 Oct 2010 11:21:45 +0000 (11:21 +0000)]
- fix counting if primary particles
- protection against empty events
(C. Loizides)

13 years agounnecessary library dependence removed
sgorbuno [Sun, 31 Oct 2010 11:11:34 +0000 (11:11 +0000)]
unnecessary library dependence removed

13 years agoFilling the EventQuality histogram for book keeping
amarin [Sun, 31 Oct 2010 10:07:16 +0000 (10:07 +0000)]
Filling the EventQuality histogram for book keeping

13 years agoTask for tower inter-calibration (A. De Falco)
coppedis [Sun, 31 Oct 2010 07:35:55 +0000 (07:35 +0000)]
Task for tower inter-calibration (A. De Falco)

13 years ago- fixed the typo that prevented the vertex histograms to be produced
kkanaki [Sat, 30 Oct 2010 19:58:40 +0000 (19:58 +0000)]
- fixed the typo that prevented the vertex histograms to be produced

13 years ago- defined the origin of the output data type to be kAliHLTDataOriginOut (needed for...
kkanaki [Sat, 30 Oct 2010 19:55:52 +0000 (19:55 +0000)]
- defined the origin of the output data type to be kAliHLTDataOriginOut (needed for the online display)

13 years agoPossibility to analyse V0AND using a flag, extra cut number
amarin [Sat, 30 Oct 2010 18:16:50 +0000 (18:16 +0000)]
Possibility to analyse V0AND using a flag, extra cut number

13 years agoInclude CINT5 and CMUS5 trigger. Add the possibility to select tracks matching the...
martinez [Sat, 30 Oct 2010 17:46:13 +0000 (17:46 +0000)]
Include CINT5 and CMUS5 trigger. Add the possibility to select tracks matching the trigger to fill histograms (Phlippe P.)

13 years agoMerge branch 'multipleThreads'
slindal [Sat, 30 Oct 2010 09:52:05 +0000 (09:52 +0000)]
Merge branch 'multipleThreads'

* multipleThreads:
  multithread with TThread
  Bugfixes
  Updates, enabling use of offline buffer
  Major updates, making using Offline event buffer possible
  Adding offline.C onlinedisplay macro
  Added offline event manager instance
  Possibly stupid commit. Perhaps use the previous?
  working with multithre
  Added hlt event manager, not compileable

13 years agoMerge branch 'displayDevel'
slindal [Sat, 30 Oct 2010 09:51:14 +0000 (09:51 +0000)]
Merge branch 'displayDevel'

* displayDevel:
  Made all EVE processors TEveElementList descendants
  Updated AliHLTEveCalo HLT to deal with offline eve
  Updated homer manager to automatically pre-fetch events
  updated processing functions to use AlieveHLTEventManager

13 years agocompilation warnings fixed
sgorbuno [Fri, 29 Oct 2010 23:49:06 +0000 (23:49 +0000)]
compilation warnings fixed

13 years agobug fix
sgorbuno [Fri, 29 Oct 2010 23:25:20 +0000 (23:25 +0000)]
bug fix