AliPhysics  63d3444 (63d3444)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskHJetEmbed Class Reference

#include <AliAnalysisTaskHJetEmbed.h>

Inheritance diagram for AliAnalysisTaskHJetEmbed:

Public Member Functions

 AliAnalysisTaskHJetEmbed ()
 
 AliAnalysisTaskHJetEmbed (const char *name)
 
virtual ~AliAnalysisTaskHJetEmbed ()
 
void UserCreateOutputObjects ()
 
void UserExec (Option_t *option)
 
void Terminate (Option_t *)
 
void PrintConfig ()
 
void SetMaxVtxZ (Double_t z)
 
void SetCollisionSystem (char *s)
 
void SetRunPeriod (char *p)
 
void SetMCParticleArrName (char *s)
 
void SetTrackArrName (char *s)
 
void SetTrkPtRange (Double_t min, Double_t max)
 
void SetTrkPhiRange (Double_t min, Double_t max)
 
void SetTrkEtaRange (Double_t min, Double_t max)
 
void SetTTtype (Int_t type)
 
void SetRadius (Double_t rad)
 
void SetPLJetArrName (char *s)
 
void SetDLJetArrName (char *s)
 
void SetJetArrName (char *s)
 
void SetRhoName (char *s)
 
void SetRunQA (Bool_t run)
 
void SetRunPL (Bool_t run)
 
void SetRunDL (Bool_t run)
 
void SetRunHJet (Bool_t run)
 
void SetRunMatch (Bool_t run)
 
void SetTTRanges (Double_t *min, Double_t *max)
 

Protected Types

enum  { kNTrig = 3 }
 
enum  { kNTT = 4 }
 

Protected Member Functions

void RunQA ()
 
void RunHJet (const Double_t minPt, const Double_t maxPt)
 
void RunMatch (const TClonesArray *tracks, const Int_t leadingIndex)
 
void FillHJetCor (const TClonesArray *tracks, const Int_t leadingIndex, const TClonesArray *jetArray, THnSparse *hTT, THnSparse *hn, Bool_t isBkg=kFALSE)
 
Int_t FindGeoMatchedJet (const AliEmcalJet *jet, const TClonesArray *jetArray, Double_t &dR)
 
Int_t FindEnergyMatchedJet (const AliEmcalJet *jet, const TClonesArray *jetArray, Double_t &dR, Double_t &fraction)
 
Bool_t AcceptTrack (const AliVParticle *track)
 
Bool_t IsGoodJet (const AliEmcalJet *jet)
 
Double_t GetZ (const Double_t trkPx, const Double_t trkPy, const Double_t trkPz, const Double_t jetPx, const Double_t jetPy, const Double_t jetPz)
 
Double_t GetDPhi (const Double_t phi1, const Double_t phi2)
 
Double_t CalculateDPhi (const Double_t phi1, const Double_t phi2)
 
Double_t GetJetDistance (const AliEmcalJet *jet1, const AliEmcalJet *jet2)
 

Private Member Functions

 AliAnalysisTaskHJetEmbed (const AliAnalysisTaskHJetEmbed &)
 
AliAnalysisTaskHJetEmbedoperator= (const AliAnalysisTaskHJetEmbed &)
 
 ClassDef (AliAnalysisTaskHJetEmbed, 3)
 

Private Attributes

Int_t fVerbosity
 
Int_t fAnaType
 Control output. More...
 
TString fPeriod
 
TString fCollisionSystem
 
AliVEvent * fEvent
 
Int_t fTriggerType
 Input event. More...
 
Double_t fCentrality
 Trigger type of the event. More...
 
Double_t fMaxVtxZ
 V0M for current event. More...
 
TString fMCParticleArrName
 
TClonesArray * fMCParticleArray
 
TString fTrackArrName
 
TClonesArray * fTrackArray
 
Int_t fTriggerTrkIndex
 Array of input tracks. More...
 
Double_t fMinTrkPt
 Index of the trigger track in the event. More...
 
Double_t fMaxTrkPt
 
Double_t fMinTrkEta
 
Double_t fMaxTrkEta
 
Double_t fMinTrkPhi
 
Double_t fMaxTrkPhi
 
Int_t fTTtype
 
Double_t fMinTTPt [kNTT]
 
Double_t fMaxTTPt [kNTT]
 
Double_t fRadius
 
TString fJetArrName
 
TString fPLJetArrName
 
TString fDLJetArrName
 
TClonesArray * fJetArray
 
TClonesArray * fPLJetArray
 Array of the found jets. More...
 
TClonesArray * fDLJetArray
 Array of the embedded PYTHIA jet array on particle level. More...
 
TString fRhoName
 Array of the embedded PYTHIA jet array on detector level. More...
 
AliRhoParameterfRho
 
Double_t fRhoValue
 Rho parameter. More...
 
AliNamedStringfPtHardBinName
 Value of the rho parameter. More...
 
Int_t fPtHardBin
 Pt hard bin param. More...
 
TRandom3 * fRandom
 
Bool_t fRunQA
 
Bool_t fRunHJet
 
Bool_t fRunMatch
 
Bool_t fRunPL
 
Bool_t fRunDL
 
TListfOutputList
 
TH1F * fhEventStat
 Output list. More...
 
TH1F * fhPtHardBins
 
TH1F * fhVtxZ [kNTrig]
 
TH1F * fhCentrality [kNTrig]
 
TH2FfhRhoVsCent [kNTrig]
 
THnSparse * fhPLJetPtVsCent [kNTrig]
 
THnSparse * fhDLJetPtVsCent [kNTrig]
 
THnSparse * fhPLTT [kNTrig]
 
THnSparse * fhDLTT [kNTrig]
 
THnSparse * fhPLHJet [kNTrig]
 
THnSparse * fhDLHJet [kNTrig]
 
THnSparse * fhTTPtQA [kNTrig]
 
THnSparse * fhTTPt [kNTrig]
 
THnSparse * fhHJet [kNTrig]
 
THnSparse * fhJetPtGeoMatch [kNTrig]
 
THnSparse * fhJetPtEnMatch [kNTrig]
 
THnSparse * fhJetPhiGeoMatch [kNTrig]
 
THnSparse * fhJetPhiEnMatch [kNTrig]
 

Detailed Description

Definition at line 27 of file AliAnalysisTaskHJetEmbed.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
kNTrig 

Definition at line 82 of file AliAnalysisTaskHJetEmbed.h.

anonymous enum
protected
Enumerator
kNTT 

Definition at line 83 of file AliAnalysisTaskHJetEmbed.h.

Constructor & Destructor Documentation

AliAnalysisTaskHJetEmbed::AliAnalysisTaskHJetEmbed ( )

Definition at line 51 of file AliAnalysisTaskHJetEmbed.cxx.

AliAnalysisTaskHJetEmbed::AliAnalysisTaskHJetEmbed ( const char *  name)

Definition at line 107 of file AliAnalysisTaskHJetEmbed.cxx.

AliAnalysisTaskHJetEmbed::~AliAnalysisTaskHJetEmbed ( )
virtual

Definition at line 159 of file AliAnalysisTaskHJetEmbed.cxx.

AliAnalysisTaskHJetEmbed::AliAnalysisTaskHJetEmbed ( const AliAnalysisTaskHJetEmbed )
private

Member Function Documentation

Bool_t AliAnalysisTaskHJetEmbed::AcceptTrack ( const AliVParticle *  track)
protected

Definition at line 822 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by RunHJet().

Double_t AliAnalysisTaskHJetEmbed::CalculateDPhi ( const Double_t  phi1,
const Double_t  phi2 
)
protected

Definition at line 751 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by FillHJetCor(), and RunMatch().

AliAnalysisTaskHJetEmbed::ClassDef ( AliAnalysisTaskHJetEmbed  ,
 
)
private
void AliAnalysisTaskHJetEmbed::FillHJetCor ( const TClonesArray *  tracks,
const Int_t  leadingIndex,
const TClonesArray *  jetArray,
THnSparse *  hTT,
THnSparse *  hn,
Bool_t  isBkg = kFALSE 
)
protected

Definition at line 607 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by RunHJet().

Int_t AliAnalysisTaskHJetEmbed::FindEnergyMatchedJet ( const AliEmcalJet jet,
const TClonesArray *  jetArray,
Double_t dR,
Double_t fraction 
)
protected

Definition at line 701 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by RunMatch().

Int_t AliAnalysisTaskHJetEmbed::FindGeoMatchedJet ( const AliEmcalJet jet,
const TClonesArray *  jetArray,
Double_t dR 
)
protected

Definition at line 674 of file AliAnalysisTaskHJetEmbed.cxx.

Double_t AliAnalysisTaskHJetEmbed::GetDPhi ( const Double_t  phi1,
const Double_t  phi2 
)
protected

Definition at line 762 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by FindGeoMatchedJet(), and GetJetDistance().

Double_t AliAnalysisTaskHJetEmbed::GetJetDistance ( const AliEmcalJet jet1,
const AliEmcalJet jet2 
)
protected

Definition at line 771 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by FindEnergyMatchedJet().

Double_t AliAnalysisTaskHJetEmbed::GetZ ( const Double_t  trkPx,
const Double_t  trkPy,
const Double_t  trkPz,
const Double_t  jetPx,
const Double_t  jetPy,
const Double_t  jetPz 
)
protected

Definition at line 862 of file AliAnalysisTaskHJetEmbed.cxx.

Bool_t AliAnalysisTaskHJetEmbed::IsGoodJet ( const AliEmcalJet jet)
protected

Definition at line 831 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by FillHJetCor(), RunMatch(), and RunQA().

AliAnalysisTaskHJetEmbed& AliAnalysisTaskHJetEmbed::operator= ( const AliAnalysisTaskHJetEmbed )
private
void AliAnalysisTaskHJetEmbed::PrintConfig ( )

Definition at line 841 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by UserCreateOutputObjects().

void AliAnalysisTaskHJetEmbed::RunHJet ( const Double_t  minPt,
const Double_t  maxPt 
)
protected

Definition at line 499 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by UserExec().

void AliAnalysisTaskHJetEmbed::RunMatch ( const TClonesArray *  tracks,
const Int_t  leadingIndex 
)
protected

Definition at line 637 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by RunHJet().

void AliAnalysisTaskHJetEmbed::RunQA ( )
protected

Definition at line 779 of file AliAnalysisTaskHJetEmbed.cxx.

Referenced by UserExec().

void AliAnalysisTaskHJetEmbed::SetCollisionSystem ( char *  s)
inline

Definition at line 39 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetDLJetArrName ( char *  s)
inline

Definition at line 49 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetJetArrName ( char *  s)
inline

Definition at line 50 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetMaxVtxZ ( Double_t  z)
inline

Definition at line 38 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetMCParticleArrName ( char *  s)
inline

Definition at line 41 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetPLJetArrName ( char *  s)
inline

Definition at line 48 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetRadius ( Double_t  rad)
inline

Definition at line 47 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetRhoName ( char *  s)
inline

Definition at line 51 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetRunDL ( Bool_t  run)
inline

Definition at line 54 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetRunHJet ( Bool_t  run)
inline

Definition at line 55 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetRunMatch ( Bool_t  run)
inline

Definition at line 56 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetRunPeriod ( char *  p)
inline

Definition at line 40 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetRunPL ( Bool_t  run)
inline

Definition at line 53 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetRunQA ( Bool_t  run)
inline

Definition at line 52 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetTrackArrName ( char *  s)
inline

Definition at line 42 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetTrkEtaRange ( Double_t  min,
Double_t  max 
)
inline

Definition at line 45 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetTrkPhiRange ( Double_t  min,
Double_t  max 
)
inline

Definition at line 44 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetTrkPtRange ( Double_t  min,
Double_t  max 
)
inline

Definition at line 43 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetTTRanges ( Double_t min,
Double_t max 
)
inline

Definition at line 57 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::SetTTtype ( Int_t  type)
inline

Definition at line 46 of file AliAnalysisTaskHJetEmbed.h.

void AliAnalysisTaskHJetEmbed::Terminate ( Option_t )

Definition at line 868 of file AliAnalysisTaskHJetEmbed.cxx.

void AliAnalysisTaskHJetEmbed::UserCreateOutputObjects ( )

Definition at line 167 of file AliAnalysisTaskHJetEmbed.cxx.

void AliAnalysisTaskHJetEmbed::UserExec ( Option_t option)

Definition at line 305 of file AliAnalysisTaskHJetEmbed.cxx.

Member Data Documentation

Int_t AliAnalysisTaskHJetEmbed::fAnaType
private

Control output.

Definition at line 87 of file AliAnalysisTaskHJetEmbed.h.

Double_t AliAnalysisTaskHJetEmbed::fCentrality
private

Trigger type of the event.

Definition at line 92 of file AliAnalysisTaskHJetEmbed.h.

Referenced by FillHJetCor(), RunQA(), and UserExec().

TString AliAnalysisTaskHJetEmbed::fCollisionSystem
private

Definition at line 89 of file AliAnalysisTaskHJetEmbed.h.

Referenced by PrintConfig(), SetCollisionSystem(), and UserExec().

TClonesArray* AliAnalysisTaskHJetEmbed::fDLJetArray
private

Array of the embedded PYTHIA jet array on particle level.

Definition at line 114 of file AliAnalysisTaskHJetEmbed.h.

Referenced by RunHJet(), RunMatch(), RunQA(), and UserExec().

TString AliAnalysisTaskHJetEmbed::fDLJetArrName
private

Definition at line 111 of file AliAnalysisTaskHJetEmbed.h.

Referenced by RunQA(), SetDLJetArrName(), and UserExec().

AliVEvent* AliAnalysisTaskHJetEmbed::fEvent
private

Definition at line 90 of file AliAnalysisTaskHJetEmbed.h.

Referenced by UserExec().

TH1F* AliAnalysisTaskHJetEmbed::fhCentrality[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhDLHJet[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhDLJetPtVsCent[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhDLTT[kNTrig]
private
TH1F* AliAnalysisTaskHJetEmbed::fhEventStat
private

Output list.

Definition at line 129 of file AliAnalysisTaskHJetEmbed.h.

Referenced by UserCreateOutputObjects(), and UserExec().

THnSparse* AliAnalysisTaskHJetEmbed::fhHJet[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhJetPhiEnMatch[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhJetPhiGeoMatch[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhJetPtEnMatch[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhJetPtGeoMatch[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhPLHJet[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhPLJetPtVsCent[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhPLTT[kNTrig]
private
TH1F* AliAnalysisTaskHJetEmbed::fhPtHardBins
private

Definition at line 130 of file AliAnalysisTaskHJetEmbed.h.

Referenced by UserCreateOutputObjects(), and UserExec().

TH2F* AliAnalysisTaskHJetEmbed::fhRhoVsCent[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhTTPt[kNTrig]
private
THnSparse* AliAnalysisTaskHJetEmbed::fhTTPtQA[kNTrig]
private

Definition at line 145 of file AliAnalysisTaskHJetEmbed.h.

Referenced by AliAnalysisTaskHJetEmbed().

TH1F* AliAnalysisTaskHJetEmbed::fhVtxZ[kNTrig]
private
TClonesArray* AliAnalysisTaskHJetEmbed::fJetArray
private

Definition at line 112 of file AliAnalysisTaskHJetEmbed.h.

Referenced by RunHJet(), RunMatch(), and UserExec().

TString AliAnalysisTaskHJetEmbed::fJetArrName
private

Definition at line 109 of file AliAnalysisTaskHJetEmbed.h.

Referenced by SetJetArrName(), and UserExec().

Double_t AliAnalysisTaskHJetEmbed::fMaxTrkEta
private

Definition at line 102 of file AliAnalysisTaskHJetEmbed.h.

Referenced by AcceptTrack(), PrintConfig(), and SetTrkEtaRange().

Double_t AliAnalysisTaskHJetEmbed::fMaxTrkPhi
private

Definition at line 104 of file AliAnalysisTaskHJetEmbed.h.

Referenced by AcceptTrack(), PrintConfig(), and SetTrkPhiRange().

Double_t AliAnalysisTaskHJetEmbed::fMaxTrkPt
private

Definition at line 100 of file AliAnalysisTaskHJetEmbed.h.

Referenced by AcceptTrack(), PrintConfig(), and SetTrkPtRange().

Double_t AliAnalysisTaskHJetEmbed::fMaxTTPt[kNTT]
private
Double_t AliAnalysisTaskHJetEmbed::fMaxVtxZ
private

V0M for current event.

Definition at line 93 of file AliAnalysisTaskHJetEmbed.h.

Referenced by SetMaxVtxZ(), and UserExec().

TClonesArray* AliAnalysisTaskHJetEmbed::fMCParticleArray
private

Definition at line 95 of file AliAnalysisTaskHJetEmbed.h.

Referenced by RunHJet(), and UserExec().

TString AliAnalysisTaskHJetEmbed::fMCParticleArrName
private

Definition at line 94 of file AliAnalysisTaskHJetEmbed.h.

Referenced by SetMCParticleArrName(), and UserExec().

Double_t AliAnalysisTaskHJetEmbed::fMinTrkEta
private

Definition at line 101 of file AliAnalysisTaskHJetEmbed.h.

Referenced by AcceptTrack(), PrintConfig(), and SetTrkEtaRange().

Double_t AliAnalysisTaskHJetEmbed::fMinTrkPhi
private

Definition at line 103 of file AliAnalysisTaskHJetEmbed.h.

Referenced by AcceptTrack(), PrintConfig(), and SetTrkPhiRange().

Double_t AliAnalysisTaskHJetEmbed::fMinTrkPt
private

Index of the trigger track in the event.

Definition at line 99 of file AliAnalysisTaskHJetEmbed.h.

Referenced by AcceptTrack(), PrintConfig(), and SetTrkPtRange().

Double_t AliAnalysisTaskHJetEmbed::fMinTTPt[kNTT]
private
TList* AliAnalysisTaskHJetEmbed::fOutputList
private
TString AliAnalysisTaskHJetEmbed::fPeriod
private

Definition at line 88 of file AliAnalysisTaskHJetEmbed.h.

Referenced by PrintConfig(), SetRunPeriod(), and UserExec().

TClonesArray* AliAnalysisTaskHJetEmbed::fPLJetArray
private

Array of the found jets.

Definition at line 113 of file AliAnalysisTaskHJetEmbed.h.

Referenced by RunHJet(), RunQA(), and UserExec().

TString AliAnalysisTaskHJetEmbed::fPLJetArrName
private

Definition at line 110 of file AliAnalysisTaskHJetEmbed.h.

Referenced by RunQA(), SetPLJetArrName(), and UserExec().

Int_t AliAnalysisTaskHJetEmbed::fPtHardBin
private

Pt hard bin param.

Definition at line 119 of file AliAnalysisTaskHJetEmbed.h.

Referenced by FillHJetCor(), RunMatch(), RunQA(), and UserExec().

AliNamedString* AliAnalysisTaskHJetEmbed::fPtHardBinName
private

Value of the rho parameter.

Definition at line 118 of file AliAnalysisTaskHJetEmbed.h.

Referenced by UserExec().

Double_t AliAnalysisTaskHJetEmbed::fRadius
private

Definition at line 108 of file AliAnalysisTaskHJetEmbed.h.

Referenced by IsGoodJet(), SetRadius(), and UserCreateOutputObjects().

TRandom3* AliAnalysisTaskHJetEmbed::fRandom
private

Definition at line 120 of file AliAnalysisTaskHJetEmbed.h.

Referenced by RunHJet(), and UserCreateOutputObjects().

AliRhoParameter* AliAnalysisTaskHJetEmbed::fRho
private

Definition at line 116 of file AliAnalysisTaskHJetEmbed.h.

Referenced by UserExec(), and ~AliAnalysisTaskHJetEmbed().

TString AliAnalysisTaskHJetEmbed::fRhoName
private

Array of the embedded PYTHIA jet array on detector level.

Definition at line 115 of file AliAnalysisTaskHJetEmbed.h.

Referenced by SetRhoName(), and UserExec().

Double_t AliAnalysisTaskHJetEmbed::fRhoValue
private

Rho parameter.

Definition at line 117 of file AliAnalysisTaskHJetEmbed.h.

Referenced by FillHJetCor(), and UserExec().

Bool_t AliAnalysisTaskHJetEmbed::fRunDL
private

Definition at line 126 of file AliAnalysisTaskHJetEmbed.h.

Referenced by PrintConfig(), RunHJet(), SetRunDL(), and UserExec().

Bool_t AliAnalysisTaskHJetEmbed::fRunHJet
private
Bool_t AliAnalysisTaskHJetEmbed::fRunMatch
private
Bool_t AliAnalysisTaskHJetEmbed::fRunPL
private

Definition at line 125 of file AliAnalysisTaskHJetEmbed.h.

Referenced by PrintConfig(), RunHJet(), SetRunPL(), and UserExec().

Bool_t AliAnalysisTaskHJetEmbed::fRunQA
private
TClonesArray* AliAnalysisTaskHJetEmbed::fTrackArray
private

Definition at line 97 of file AliAnalysisTaskHJetEmbed.h.

Referenced by FindEnergyMatchedJet(), RunHJet(), and UserExec().

TString AliAnalysisTaskHJetEmbed::fTrackArrName
private

Definition at line 96 of file AliAnalysisTaskHJetEmbed.h.

Referenced by SetTrackArrName(), and UserExec().

Int_t AliAnalysisTaskHJetEmbed::fTriggerTrkIndex
private

Array of input tracks.

Definition at line 98 of file AliAnalysisTaskHJetEmbed.h.

Int_t AliAnalysisTaskHJetEmbed::fTriggerType
private

Input event.

Definition at line 91 of file AliAnalysisTaskHJetEmbed.h.

Referenced by RunHJet(), RunMatch(), RunQA(), and UserExec().

Int_t AliAnalysisTaskHJetEmbed::fTTtype
private

Definition at line 105 of file AliAnalysisTaskHJetEmbed.h.

Referenced by PrintConfig(), RunHJet(), and SetTTtype().

Int_t AliAnalysisTaskHJetEmbed::fVerbosity
private

Definition at line 86 of file AliAnalysisTaskHJetEmbed.h.


The documentation for this class was generated from the following files: