3 #include "AliVVertex.h"
5 #include "AliAODEvent.h"
6 #include "AliESDEvent.h"
7 #include "AliCentrality.h"
8 #include "AliEventplane.h"
9 #include "AliInputEventHandler.h"
19 fFiredTriggerClass(""),
25 fBackgroundRhoRD02(0.),
26 fBackgroundRhoRD03(0.),
27 fBackgroundRhoRD04(0.),
28 fBackgroundRhoMC02(0.),
29 fBackgroundRhoMC03(0.),
30 fBackgroundRhoMC04(0.)
36 for (
Int_t i=3; i--;) fVtx[i] = 0.;
42 fPhysSelMask(src.fPhysSelMask),
43 fFiredTriggerClass(src.fFiredTriggerClass),
44 fCentralityV0M(src.fCentralityV0M),
45 fCentralityV0A(src.fCentralityV0A),
46 fCentralityCL1(src.fCentralityCL1),
47 fCentralityZNA(src.fCentralityZNA),
48 fEventPlane(src.fEventPlane),
49 fBackgroundRhoRD02(src.fBackgroundRhoRD02),
50 fBackgroundRhoRD03(src.fBackgroundRhoRD03),
51 fBackgroundRhoRD04(src.fBackgroundRhoRD04),
52 fBackgroundRhoMC02(src.fBackgroundRhoMC02),
53 fBackgroundRhoMC03(src.fBackgroundRhoMC03),
54 fBackgroundRhoMC04(src.fBackgroundRhoMC04)
70 if (&src==
this)
return *
this;
72 TNamed::operator=(src);
112 AliVEvent *pEV = pEH->GetEvent();
120 const AliVVertex *pVtx = pEV->GetPrimaryVertex();
121 this->SetTitle(pVtx->GetTitle());
124 AliCentrality *pCent = pEV->GetCentrality();
132 AliEventplane *pEventPlane = pEV->GetEventplane();
133 if (pEventPlane)
fEventPlane = pEventPlane->GetEventplane(
"Q");
145 if (sJet.IsNull())
return 0.;