AliPhysics  dab84fb (dab84fb)
AliAnalysisTaskEmcalJetHUtils.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKEMCALJETHUTILS_H
2 #define ALIANALYSISTASKEMCALJETHUTILS_H
3 
14 #include <string>
15 #include <map>
16 
17 class AliEmcalJet;
18 
19 namespace PWGJE {
20 namespace EMCALJetTasks {
21 
23  public:
29  kCharged = 0,
30  kNeutral = 1,
31  kBoth = 2
32  };
33  static const std::map<std::string, ELeadingHadronBiasType_t> fgkLeadingHadronBiasMap;
34  static double GetLeadingHadronPt(AliEmcalJet * jet, ELeadingHadronBiasType_t leadingHadronType);
35 
36  static double RelativeEPAngle(double jetAngle, double epAngle);
37 };
38 
39 } /* namespace EMCALJetTasks */
40 } /* namespace PWGJE */
41 
42 #endif /* AliAnalysisTaskEmcalJetHUtils.h */
ELeadingHadronBiasType_t
Determine the jet leading hadron bias type.
static double RelativeEPAngle(double jetAngle, double epAngle)
static double GetLeadingHadronPt(AliEmcalJet *jet, ELeadingHadronBiasType_t leadingHadronType)
Represent a jet reconstructed using the EMCal jet framework.
Definition: AliEmcalJet.h:51
static const std::map< std::string, ELeadingHadronBiasType_t > fgkLeadingHadronBiasMap
! Map from name to leading hadron bias used with the YAML config