![]() |
AliPhysics
1a228f7 (1a228f7)
|
Classes | |
struct | sort_descend |
functional for sorting pair by first element - descending More... | |
Typedefs | |
typedef std::pair< Double_t, Int_t > | ptidx_pair |
(pt,index) pair More... | |
Functions | |
std::vector< Int_t > | SortTracksPt (AliVEvent *event) |
std::vector< Int_t > | SortTracksPt (AliParticleContainer *track_container) |
Double_t | Z_ptot (const AliEmcalJet *jet, const AliVParticle *trk) |
Double_t | Z_pt (const AliEmcalJet *jet, const AliVParticle *trk) |
Double_t | Xi (Double_t z) |
Double_t | DeltaR (const AliVParticle *part1, const AliVParticle *part2) |
Int_t | IdxInArray (Int_t index, TArrayI &array) |
TObject * | AddTaskEmcalJetCDF (const char *ntracks="usedefault", const char *nclusters="usedefault", const char *ncells="usedefault", const char *tag="CDF") |
TObject * | jetContSetParams (AliJetContainer *jetCont, Float_t jetptmin=1., Float_t jetptmax=500., Float_t jetareacutperc=0., Int_t leadhadtype=2, Int_t nLeadJets=1, Float_t mintrackpt=0.15, Float_t maxtrackpt=1000.) |
typedef std::pair<Double_t, Int_t> NS_AliAnalysisTaskEmcalJetCDF::ptidx_pair |
(pt,index) pair
Definition at line 58 of file AliAnalysisTaskEmcalJetCDF.h.
TObject * NS_AliAnalysisTaskEmcalJetCDF::AddTaskEmcalJetCDF | ( | const char * | ntracks = "usedefault" , |
const char * | nclusters = "usedefault" , |
||
const char * | ncells = "usedefault" , |
||
const char * | tag = "CDF" |
||
) |
Add a AliAnalysisTaskEmcalJetCDF task - detailed signature
const | char* ntracks : name of tracks collection |
const | char* nclusters : name of clusters collection |
const | char* ncells : name of EMCAL cell collection |
const | char* tag |
Definition at line 1428 of file AliAnalysisTaskEmcalJetCDF.cxx.
Double_t NS_AliAnalysisTaskEmcalJetCDF::DeltaR | ( | const AliVParticle * | part1, |
const AliVParticle * | part2 | ||
) |
Return dR dinstance in eta,phi plane between 2 AliVParticle derived objects
AliVParticle* | particle1 |
AliVParticle* | particle2 |
Definition at line 1352 of file AliAnalysisTaskEmcalJetCDF.cxx.
Search for index(int) in array of ints
index | - the int to be searched |
array | of ints |
Definition at line 1344 of file AliAnalysisTaskEmcalJetCDF.cxx.
TObject * NS_AliAnalysisTaskEmcalJetCDF::jetContSetParams | ( | AliJetContainer * | jetCont, |
Float_t | jetptmin = 1. , |
||
Float_t | jetptmax = 500. , |
||
Float_t | jetareacutperc = 0. , |
||
Int_t | leadhadtype = 2 , |
||
Int_t | nLeadJets = 1 , |
||
Float_t | mintrackpt = 0.15 , |
||
Float_t | maxtrackpt = 1000. |
||
) |
Set parameters of a jet container
AliJetContainer* | jetCont : jet container pointer |
Float_t | jetptmin : min pt of jets in this container (default = 1.) |
Float_t | jetptmax : max pt of jets in this container (default = 500.) |
Float_t | jetareacutperc : cut jets under percentage of area given by algo radius (default = 0.) |
Int_t | leadhadtype : 0 = charged, 1 = neutral, 2 = both (default = 2) |
Int_t | nLeadJets : how many jets are to be considered the leading jet(s) (default = 1) |
Float_t | mintrackpt : min track constituent pt to accept the jet (default = 0.15) |
Float_t | maxtrackpt : max track constituent pt to accept the jet (default = 1000.) |
Definition at line 1530 of file AliAnalysisTaskEmcalJetCDF.cxx.
std::vector< Int_t > NS_AliAnalysisTaskEmcalJetCDF::SortTracksPt | ( | AliVEvent * | event | ) |
Sorting of tracks in the event by pt (descending)
AliVEvent* |
Definition at line 1363 of file AliAnalysisTaskEmcalJetCDF.cxx.
std::vector< Int_t > NS_AliAnalysisTaskEmcalJetCDF::SortTracksPt | ( | AliParticleContainer * | track_container | ) |
Sorting of tracks in the event by pt (descending) - using a particle container
AliParticleContainer* |
Definition at line 1393 of file AliAnalysisTaskEmcalJetCDF.cxx.
Get Xi for a double value z
Definition at line 90 of file AliAnalysisTaskEmcalJetCDF.h.
Referenced by AliAnalysisTaskEmcalJetCDF::FillHistograms().
Double_t NS_AliAnalysisTaskEmcalJetCDF::Z_pt | ( | const AliEmcalJet * | jet, |
const AliVParticle * | trk | ||
) |
Get Pt() fraction of constituent to jet
AliEmcalJet* | jet |
AliVParticle* | trk |
Definition at line 1337 of file AliAnalysisTaskEmcalJetCDF.cxx.
Referenced by AliAnalysisTaskEmcalJetCDF::FillHistograms().
Double_t NS_AliAnalysisTaskEmcalJetCDF::Z_ptot | ( | const AliEmcalJet * | jet, |
const AliVParticle * | trk | ||
) |
Get P() fraction of constituent to jet
AliEmcalJet* | jet |
AliVParticle* | trk |
Definition at line 1330 of file AliAnalysisTaskEmcalJetCDF.cxx.
Referenced by AliAnalysisTaskEmcalJetCDF::FillHistograms().