]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
13 years agoWrong forward declaration.
cvetan [Fri, 7 Jan 2011 15:50:27 +0000 (15:50 +0000)]
Wrong forward declaration.

13 years agoDelete property svn:mergeinfo to avoid problems in the merging
hristov [Fri, 7 Jan 2011 14:42:17 +0000 (14:42 +0000)]
Delete property svn:mergeinfo to avoid problems in the merging

13 years ago.stat file added in the correct place in the jdl
agheata [Fri, 7 Jan 2011 13:19:47 +0000 (13:19 +0000)]
.stat file added in the correct place in the jdl

13 years agoNew plots in macro for trending SDD QA-train output (F. Prino)
prino [Fri, 7 Jan 2011 12:52:36 +0000 (12:52 +0000)]
New plots in macro for trending SDD QA-train output (F. Prino)

13 years agosimple macro to print objects stored in alignment ocdb
gconesab [Fri, 7 Jan 2011 10:58:12 +0000 (10:58 +0000)]
simple macro to print objects stored in alignment ocdb

13 years agoUsing EMCAL_COMPLETEV1 (Gustavo)
hristov [Fri, 7 Jan 2011 10:58:01 +0000 (10:58 +0000)]
Using EMCAL_COMPLETEV1 (Gustavo)

13 years agoremove assert to avoid abort in reconstruction of raw simulations generated with...
gconesab [Fri, 7 Jan 2011 10:50:37 +0000 (10:50 +0000)]
remove assert to avoid abort in reconstruction of raw simulations generated with more SM than default

13 years agosmall fix to the merging efficiency on or off
hdalsgaa [Fri, 7 Jan 2011 10:38:54 +0000 (10:38 +0000)]
small fix to the merging efficiency on or off

13 years agoTOF recalibration now in tender
snelling [Fri, 7 Jan 2011 10:38:44 +0000 (10:38 +0000)]
TOF recalibration now in tender

13 years agoSUMMARY :
pchrist [Fri, 7 Jan 2011 09:27:55 +0000 (09:27 +0000)]
SUMMARY :
Preparation of the p+p 7 TeV analyses.

---------------------------
1. CheckCascade :
* Trigger Selection :
      introduction of TString fTriggerMaskType = type of trigger to use in UserExec : AliVEvent::kMB or kHighMult ?
      Note : default = event is selected in the task
* Pile-up :
       introduction of Bool_t fkRejectEventPileUp = kTRUE to enable the rejection of events tagged as pile-up by SPD (AliESDEvent::IsPileupFromSPD)
      + control plot : TH1F fHistCascadeMultiplicityForTrigEvtNonPiledUpAndZprimVtx
* Primary tracks & Multiplicity bins :
       nTrackPrimaryMultiplicity      = fESDtrackCuts->CountAcceptedTracks(lESDevent)
       TH1F fHistPrimaryTrackMultiplicityForTrigEvt,
       TH1F fHistPrimaryTrackMultiplicityForCascadeEvt
* Armenteros plot :
        Fix following Lee Barnby's suggestion : f2dHistArmenteros->Fill( lChargeXi*lAlphaXi, lPtArmXi   );
* c.Tau :
        TH1F fHistcTauXiMinus to check (x4), filled with cascade candidates : Mpdg +- 10 MeV/c2 ~ Mpdg +- 5sigma
* TPC PID :
        introduction of a new set of param. for the TPC PID (Aleph param.) for LHC10d p+p Pass2.
        = feature of the "one pad cluster" reconstruction in TPC.
        Bool_t fkIsDataRecoWith1PadTPCCluster = switch from one case to the other
        Almost official, got from A.Kalweit
               fAlephParameters[0] = 1.28949/50.;
               fAlephParameters[1] = 2.74095e+01;
               fAlephParameters[2] = TMath::Exp(-3.21763e+01);
               fAlephParameters[3] = 2.44026;
               fAlephParameters[4] = 6.58800;
        Logically, the same problem holds for the recent MC prod (LHC10fa6) : a new parameterization will also be needed for MC ...
        Home made param. (temporary)
               fAlephParameters[0] = 0.04;
               fAlephParameters[1] = 17.5;
               fAlephParameters[2] = 3.4e-09;
               fAlephParameters[3] = 2.15;
               fAlephParameters[4] = 3.91720e+00;
* Angular correlation :
    - retain only primary tracks (use of AliESDtrackCuts)
    - option to exclude cascade whose pt < ... GeV/c
    - introduction of 3 options to follow for the correlations:
          1.1 - "TrigAnyCasc-AssoAnyPrim"
          1.2 - "TrigCascLeading-AssoAnyPrim"
          2.  - "TrigLeadingTrck-AssoCasc" (= default)
   TString fAngularCorrelationType = data member used for the option switch

2. macros/AddTaskCheckCascade
* taskcheckcascade-> SetTriggerMaskType     ("kMB");
* taskcheckcascade-> SetRejectEventPileUp   (kTRUE);
* taskcheckcascade-> SetAlephParamFor1PadTPCCluster(kTRUE);
* taskcheckcascade-> SetAngularCorrelationType     ("TrigLeadingTrck-AssoCasc");

3. CheckPerformance
* Trigger Selection :
      introduction of TString fTriggerMaskType = type of trigger to use in UserExec : AliVEvent::kMB or kHighMult ?
      Note : default = event is selected in the task
* Pile-up :
       introduction of Bool_t fkRejectEventPileUp = kTRUE to enable the rejection of events tagged as pile-up by SPD (AliESDEvent::IsPileupFromSPD)
      + control plot : TH1F fHistCascadeMultiplicityForTrigEvtNonPiledUpAndZprimVtx
* Primary tracks & Multiplicity bins :
       nTrackPrimaryMultiplicity      = fESDtrackCuts->CountAcceptedTracks(lESDevent)
       TH1F fHistMCTrackMultiplicity is now filled with AliStack::GetNprimary()
* Resolution of the phi angle :
       TH2F DeltaPhi(MC casc,Reco casc) vs Pt(mc) (azimuthal correlation ...) x4
* Resolution of multiplicity estimator :
       TH2F f2dHistRecoMultVsMCMult : Reco prim tracks Vs MC gen. primaries (eta<0.8)
* TPC PID :
        introduction of a new set of param. for the TPC PID (Aleph param.) for LHC10f6a prod = MC for LHC10d Pass2.
        = feature of the "one pad cluster" reconstruction in TPC.
       Home made param. (temporary)
               fAlephParameters[0] = 0.04;
               fAlephParameters[1] = 17.5;
               fAlephParameters[2] = 3.4e-09;
               fAlephParameters[3] = 2.15;
               fAlephParameters[4] = 3.91720e+00;

4. macros/AddTaskCheckPerformanceCascade
* taskCheckPerfCascade-> SetTriggerMaskType     ("kMB");
* taskCheckPerfCascade-> SetRejectEventPileUp   (kTRUE);
* taskCheckPerfCascade-> SetAlephParamFor1PadTPCCluster(kTRUE);

13 years agonew functions, mc analysis can be performed also for pi0 and k0. eta of seed can...
esicking [Thu, 6 Jan 2011 17:22:37 +0000 (17:22 +0000)]
new functions, mc analysis can be performed also for pi0 and k0. eta of seed can be restricted to inner acceptance range in order to get whole cone in normal acceptance

13 years agoAdditional histograms
morsch [Thu, 6 Jan 2011 16:34:35 +0000 (16:34 +0000)]
Additional histograms
 Marek Chojnacki <Marek.Chojnacki@cern.ch>

13 years agoSome minor coverity corrections
gconesab [Thu, 6 Jan 2011 16:07:08 +0000 (16:07 +0000)]
Some minor coverity corrections

13 years agoMissing forward declaration, apparently it is visible only with gcc 4.5.
cvetan [Thu, 6 Jan 2011 16:02:02 +0000 (16:02 +0000)]
Missing forward declaration, apparently it is visible only with gcc 4.5.

13 years agoFixed a stupid bug
cholm [Thu, 6 Jan 2011 15:44:08 +0000 (15:44 +0000)]
Fixed a stupid bug

13 years agoMoved vertex cuts outside the track loop (A.Palaha)
agheata [Thu, 6 Jan 2011 14:25:27 +0000 (14:25 +0000)]
Moved vertex cuts outside the track loop (A.Palaha)

13 years agoAdded ROOT THtml docs to .cxx and top .h
cholm [Thu, 6 Jan 2011 11:44:40 +0000 (11:44 +0000)]
Added ROOT THtml docs to .cxx and top .h

13 years agoAdded method mgr->AddStatisticsTask(offlineMask) that allows to configure the statist...
agheata [Thu, 6 Jan 2011 11:17:06 +0000 (11:17 +0000)]
Added method mgr->AddStatisticsTask(offlineMask) that allows to configure the statistics task with a given offline mask (from AliVEvent)

13 years agoForgot to implement one declared method
laphecet [Thu, 6 Jan 2011 10:39:06 +0000 (10:39 +0000)]
Forgot to implement one declared method

13 years agominor corrections
pavlinov [Wed, 5 Jan 2011 17:33:21 +0000 (17:33 +0000)]
minor corrections

13 years agocommitting on behalf of Silvia... new macros for HFE analysis on the train (Markus
andronic [Wed, 5 Jan 2011 17:16:37 +0000 (17:16 +0000)]
committing on behalf of Silvia... new macros for HFE analysis on the train (Markus
Fasel); all macros now relocated in their new directory.

13 years agoSmall update to distinguish, in the HV plot, channels which are OFF, from channels...
laphecet [Wed, 5 Jan 2011 16:50:03 +0000 (16:50 +0000)]
Small update to distinguish, in the HV plot, channels which are OFF, from channels which tripped during the run (those are set to a value of -1) (Laurent)

13 years agoTo finally (!) be able to cut on HV values, a method AliMUONCalibrationData::PatchHVV...
laphecet [Wed, 5 Jan 2011 16:46:45 +0000 (16:46 +0000)]
To finally (!) be able to cut on HV values, a method AliMUONCalibrationData::PatchHVValues was added,
which will remove extraneous HV values (read from OCDB) in the cases where
the ramp-down was started before the end of run

At the same time, AliMUONRecoParam was updated to a) remove the high limit on HV (not likely to be
ever used) b) have one HV (low) limit per chamber, instead of just St12 vs St345, so we have a finer
control.

(Laurent)

13 years agoupdated LYZ code for merging
snelling [Wed, 5 Jan 2011 16:39:03 +0000 (16:39 +0000)]
updated LYZ code for merging

13 years agoMRPC detection efficiency: updated according to the real data analysis (F.Noferini)
decaro [Wed, 5 Jan 2011 14:52:47 +0000 (14:52 +0000)]
MRPC detection efficiency: updated according to the real data analysis (F.Noferini)

13 years agoRecover the list of EMCAL clusters in a different outout branch
gconesab [Wed, 5 Jan 2011 14:08:42 +0000 (14:08 +0000)]
Recover the list of EMCAL clusters in a different outout branch

13 years agoInformation for TOF resolution added.
morsch [Wed, 5 Jan 2011 14:06:49 +0000 (14:06 +0000)]
Information for TOF resolution added.
 Davide Caffarri <davide.caffarri@pd.infn.it>
 Pietro Antonioli <pietro.antonioli@bo.infn.it>, Andrea Dainese <andrea.dainese@pd.infn.it>

13 years agonew task for reclusterization in EMCAL
gconesab [Wed, 5 Jan 2011 14:06:12 +0000 (14:06 +0000)]
new task for reclusterization in EMCAL

13 years agonew task for reclusterization in EMCAL
gconesab [Wed, 5 Jan 2011 14:05:48 +0000 (14:05 +0000)]
new task for reclusterization in EMCAL

13 years agoChanges to the Improve method (J. Belikov) Savannah bug 76361
masera [Wed, 5 Jan 2011 13:40:48 +0000 (13:40 +0000)]
Changes to the Improve method (J. Belikov) Savannah bug 76361

13 years agoModifications to allow reclusterization during analysis
gconesab [Wed, 5 Jan 2011 12:09:21 +0000 (12:09 +0000)]
Modifications to allow reclusterization during analysis

13 years agoAdded
cholm [Wed, 5 Jan 2011 11:45:29 +0000 (11:45 +0000)]
Added

13 years agoNew classes added
cholm [Wed, 5 Jan 2011 11:45:14 +0000 (11:45 +0000)]
New classes added

13 years agoUpdates
cholm [Wed, 5 Jan 2011 11:37:09 +0000 (11:37 +0000)]
Updates

13 years agoScript to draw energy loss fits directly from output of the ELossFitter task
cholm [Wed, 5 Jan 2011 11:36:20 +0000 (11:36 +0000)]
Script to draw energy loss fits directly from output of the ELossFitter task

13 years agoAlso search sub-directories for ESD files
cholm [Wed, 5 Jan 2011 11:35:38 +0000 (11:35 +0000)]
Also search sub-directories for ESD files

13 years agoUpdates to MC density calculator
cholm [Wed, 5 Jan 2011 11:34:50 +0000 (11:34 +0000)]
Updates to MC density calculator

13 years agoMC sharing sub-algorithm
cholm [Wed, 5 Jan 2011 11:34:21 +0000 (11:34 +0000)]
MC sharing sub-algorithm

13 years agoMC corrections sub-algorithm
cholm [Wed, 5 Jan 2011 11:33:54 +0000 (11:33 +0000)]
MC corrections sub-algorithm

13 years agoDoc fixes
cholm [Wed, 5 Jan 2011 11:33:32 +0000 (11:33 +0000)]
Doc fixes

13 years agoDoc fixes
cholm [Wed, 5 Jan 2011 11:33:14 +0000 (11:33 +0000)]
Doc fixes

13 years agoUse base class
cholm [Wed, 5 Jan 2011 11:32:46 +0000 (11:32 +0000)]
Use base class

13 years agoFixes
cholm [Wed, 5 Jan 2011 11:32:14 +0000 (11:32 +0000)]
Fixes

13 years agoNew base class for multiplicity tasks
cholm [Wed, 5 Jan 2011 11:31:53 +0000 (11:31 +0000)]
New base class for multiplicity tasks

13 years agoAdded MC master task
cholm [Wed, 5 Jan 2011 11:31:26 +0000 (11:31 +0000)]
Added MC master task

13 years agoMinor fixes
cholm [Wed, 5 Jan 2011 11:30:44 +0000 (11:30 +0000)]
Minor fixes

13 years agoDoc fixes
cholm [Wed, 5 Jan 2011 11:30:05 +0000 (11:30 +0000)]
Doc fixes

13 years agoRenamed
cholm [Wed, 5 Jan 2011 11:29:33 +0000 (11:29 +0000)]
Renamed

13 years agoRenamed
cholm [Wed, 5 Jan 2011 11:29:12 +0000 (11:29 +0000)]
Renamed

13 years agoRenamed
cholm [Wed, 5 Jan 2011 11:28:50 +0000 (11:28 +0000)]
Renamed

13 years agoDoc fixes
cholm [Wed, 5 Jan 2011 11:28:20 +0000 (11:28 +0000)]
Doc fixes

13 years agoDoc fixes
cholm [Wed, 5 Jan 2011 11:27:28 +0000 (11:27 +0000)]
Doc fixes

13 years agoMade some member functions virtual, and clean-up
cholm [Wed, 5 Jan 2011 11:27:02 +0000 (11:27 +0000)]
Made some member functions virtual, and clean-up

13 years agoMade some member functions virtual, and clean-up
cholm [Wed, 5 Jan 2011 11:26:35 +0000 (11:26 +0000)]
Made some member functions virtual, and clean-up

13 years agoDocumentation fixes
cholm [Wed, 5 Jan 2011 11:25:48 +0000 (11:25 +0000)]
Documentation fixes

13 years agoAllow use for MC data
cholm [Wed, 5 Jan 2011 11:25:29 +0000 (11:25 +0000)]
Allow use for MC data

13 years agoRemoved
cholm [Wed, 5 Jan 2011 11:24:50 +0000 (11:24 +0000)]
Removed

13 years agoAdded
cholm [Wed, 5 Jan 2011 11:24:35 +0000 (11:24 +0000)]
Added

13 years agoRemoved
cholm [Wed, 5 Jan 2011 11:24:12 +0000 (11:24 +0000)]
Removed

13 years agoAdded
cholm [Wed, 5 Jan 2011 11:23:56 +0000 (11:23 +0000)]
Added

13 years agoMade member functions virtual
cholm [Wed, 5 Jan 2011 11:22:16 +0000 (11:22 +0000)]
Made member functions virtual

13 years agofixed circular dependency for AliAnalysisTaskStat
agheata [Wed, 5 Jan 2011 08:45:45 +0000 (08:45 +0000)]
fixed circular dependency for AliAnalysisTaskStat

13 years agofixed minor style violation in AliAnalysisEtCommon.h, minor tweaks to CorrBkgdErrors...
cnattras [Tue, 4 Jan 2011 20:16:52 +0000 (20:16 +0000)]
fixed minor style violation in AliAnalysisEtCommon.h, minor tweaks to CorrBkgdErrors.C, added macro for determining error from efficiency

13 years agosvn:ignore updated
morsch [Tue, 4 Jan 2011 17:54:40 +0000 (17:54 +0000)]
svn:ignore updated

13 years agoWarnings corrected.
morsch [Tue, 4 Jan 2011 17:41:12 +0000 (17:41 +0000)]
Warnings corrected.
effc++ warnings ignored for pythia8 include files
(C. Loizides)

13 years agooptional threshold for TPC track constraint
kleinb [Tue, 4 Jan 2011 12:32:11 +0000 (12:32 +0000)]
optional threshold for TPC track constraint

13 years agoFix for inproper merging of some components.
morsch [Tue, 4 Jan 2011 10:41:58 +0000 (10:41 +0000)]
Fix for inproper merging of some components.
(M. Ivanov)

13 years agoUpdated version (Jens)
hristov [Tue, 4 Jan 2011 08:28:04 +0000 (08:28 +0000)]
Updated version (Jens)

13 years agofixed a bug in rescaling v0s, cleaning up macro for neutral energy contribution with...
cnattras [Mon, 3 Jan 2011 23:40:34 +0000 (23:40 +0000)]
fixed a bug in rescaling v0s, cleaning up macro for neutral energy contribution with Levy fits and moving it to the hadEt directory, updating CorrNeutralLevyFit.C so that it can also calculate the correction for the total Et, adding macro for neutral energy correction for simulation, adding macro for background subtraction calculation and error calculation

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 18:24:18 +0000 (18:24 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 17:56:03 +0000 (17:56 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 17:50:36 +0000 (17:50 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 17:36:46 +0000 (17:36 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 17:35:12 +0000 (17:35 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 16:37:51 +0000 (16:37 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 16:32:24 +0000 (16:32 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 16:31:47 +0000 (16:31 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliCentrality instead of AliESDCentrality
morsch [Mon, 3 Jan 2011 16:29:52 +0000 (16:29 +0000)]
AliCentrality instead of AliESDCentrality

13 years agoRewritten spectrum2 task, old running is optional, various minor updates to AddTask...
kleinb [Mon, 3 Jan 2011 16:18:17 +0000 (16:18 +0000)]
Rewritten spectrum2 task, old running is optional, various minor updates to AddTask and train macros

13 years agoNew jet matching without limitation on the size of the input list
kleinb [Mon, 3 Jan 2011 16:17:14 +0000 (16:17 +0000)]
New jet matching without limitation on the size of the input list

13 years agoAdded recalcualtion of rho to background subtraction (Leticia), removed static pointe...
kleinb [Mon, 3 Jan 2011 16:14:39 +0000 (16:14 +0000)]
Added recalcualtion of rho to background subtraction (Leticia), removed static pointers to avoid the same pointer in different instances

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 16:04:57 +0000 (16:04 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliESDCentrality replaced by AliCentrality
morsch [Mon, 3 Jan 2011 16:04:03 +0000 (16:04 +0000)]
AliESDCentrality replaced by AliCentrality

13 years agoAliCentrality for ESD and AOD analysis
morsch [Mon, 3 Jan 2011 16:02:57 +0000 (16:02 +0000)]
AliCentrality for ESD and AOD analysis

13 years agoMacro for determining the correction due to neutral particles using data
cnattras [Sun, 2 Jan 2011 23:58:44 +0000 (23:58 +0000)]
Macro for determining the correction due to neutral particles using data

13 years agoAdding a macro to determine the correction due to neutral particles in simulation
cnattras [Fri, 31 Dec 2010 00:25:16 +0000 (00:25 +0000)]
Adding a macro to determine the correction due to neutral particles in simulation

13 years agoMissing protection
marian [Thu, 30 Dec 2010 10:57:43 +0000 (10:57 +0000)]
Missing protection
(Marian)

13 years agoAdding a macro to determine systematic errors on the momentum cut
cnattras [Thu, 30 Dec 2010 10:16:35 +0000 (10:16 +0000)]
Adding a macro to determine systematic errors on the momentum cut

13 years ago1. Making new distotion maps:
marian [Wed, 29 Dec 2010 15:08:10 +0000 (15:08 +0000)]
1. Making new distotion maps:
+  static void  MakeDistortionMap(THnSparse * his0, TTreeSRedirector *pcstream, const char* hname, Int_t run,  Float_t refX, Int_t type);
+  static void  MakeDistortionMapCosmic(THnSparse * his0, TTreeSRedirector *pcstream, const char* hname, Int_t run,  Float_t refX, Int_t type);
+  static void  MakeDistortionMapSector(THnSparse * his0, TTreeSRedirector *pcstream, const char* hname, Int_t run, Int_t type);

2. Modifications for TPC-TPC matching in the MakeDistortionMap

3. Possibility to specify the weights in the composed correction.
   (Functionality to benchmark performance of fits)

13 years agoAdding some macros to check corrections, implementing PID cross check proposed by...
cnattras [Tue, 28 Dec 2010 22:03:07 +0000 (22:03 +0000)]
Adding some macros to check corrections, implementing PID cross check proposed by Alex

13 years agoChanges to read input jet branch from InputEvent, needs to be set in Notify
kleinb [Tue, 28 Dec 2010 12:16:26 +0000 (12:16 +0000)]
Changes to read input jet branch from InputEvent, needs to be set in Notify

13 years agoRandom cones should not overlap with leading jets
kleinb [Tue, 28 Dec 2010 12:14:43 +0000 (12:14 +0000)]
Random cones should not overlap with leading jets

13 years agoA follow-up of the savannah ticket #76291: Moving the V0 and cascade finder cuts...
rgrosso [Tue, 28 Dec 2010 12:13:39 +0000 (12:13 +0000)]
A follow-up of the savannah ticket #76291: Moving the V0 and cascade finder cuts to the OCDB (B. Hippolyte)

13 years agoAddTask macro for fast embedding
kleinb [Mon, 27 Dec 2010 06:28:15 +0000 (06:28 +0000)]
AddTask macro for fast embedding

13 years agoupdates fro MC running (Marta)
kleinb [Mon, 27 Dec 2010 06:27:09 +0000 (06:27 +0000)]
updates fro MC running (Marta)

13 years agoi) Calculating the <cos(psi1 + psi2 - 2phi3)> vs ref. multiplicity
snelling [Sun, 26 Dec 2010 23:48:16 +0000 (23:48 +0000)]
i) Calculating the <cos(psi1 + psi2 - 2phi3)> vs ref. multiplicity
ii)  Calculating the <cos(psi1 + psi2 - 2phi3)> vs (eta1+eta2)/2 and |eta1-eta2|
iii) Calculating the <cos(psi1-psi2)>

13 years agomodifications and additional classes for nonprimary particle flow
snelling [Sun, 26 Dec 2010 21:24:31 +0000 (21:24 +0000)]
modifications and additional classes for nonprimary particle flow

13 years agoAdd the new trigger classes for Pb-Pb. Add 2 new rubrics to count the events/tracks...
martinez [Fri, 24 Dec 2010 18:04:26 +0000 (18:04 +0000)]
Add the new trigger classes for Pb-Pb. Add 2 new rubrics to count the events/tracks within 2 centrality regions (60-80% and 0-10%) and w/wo acceptance cuts. Add the possibility to select tracks in the acceptance to fill histograms, by default all tracks from all events are used (Philippe P.)

13 years agoFixing warnigs (Philippe P.)
martinez [Fri, 24 Dec 2010 18:01:45 +0000 (18:01 +0000)]
Fixing warnigs (Philippe P.)

13 years agoChanged binning of pt vs mass histogram (Francesco)
dainese [Thu, 23 Dec 2010 16:26:52 +0000 (16:26 +0000)]
Changed binning of pt vs mass histogram (Francesco)