27 #ifndef ALIANALYSISTASKEMCALSOFTDROPDATA_H 28 #define ALIANALYSISTASKEMCALSOFTDROPDATA_H 39 namespace EMCALJetTasks {
Bool_t fUseDownscaleWeight
Usage of downscale weights.
Bool_t fUseChargedConstituents
Use also charged constituents.
TBinning * GetZgBinning() const
virtual Bool_t IsTriggerSelected()
Selection of a hardware trigger.
TString fTriggerString
Trigger selection string.
void SetCustomPtBinning(TBinning *binning)
UInt_t fTriggerBits
Trigger selection bits.
Interface for binnings used by the histogram handler.
Double_t fJetPtMax
! Max. jet pt (truncation)
Container for particles within the EMCAL framework.
EBinningMode_t fBinningMode
Binning adapted to trigger.
void SetBeta(double beta)
virtual ~AliAnalysisTaskEmcalSoftDropData()
static AliAnalysisTaskEmcalSoftDropData * AddTaskEmcalSoftDropData(Double_t jetradius, AliJetContainer::EJetType_t jettype, AliJetContainer::ERecoScheme_t recombinationScheme, const char *trigger)
virtual Bool_t Run()
Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function.
void SetSelectTrigger(UInt_t triggerbits, const char *triggerstring)
virtual void RunChanged(Int_t newrun)
Process tasks relevant when a file with a different run number is processed.
Double_t GetDownscaleWeight() const
void SetUseNeutralConstituents(bool doUse)
TBinning * fPtBinning
Detector level pt binning.
AliAnalysisTaskEmcalSoftDropData()
virtual void UserCreateOutputObjects()
void SetBinningMode(EBinningMode_t binmode)
EReclusterizer_t fReclusterizer
Reclusterizer.
void SetUseChargedConstituents(bool doUse)
void SetZcut(double zcut)
std::vector< double > MakeSoftdrop(const AliEmcalJet &jet, double jetradius, const AliParticleContainer *tracks, const AliClusterContainer *clusters) const
void SetUseDownscaleWeight(Bool_t doUse)
void SetReclusterizingAlgorithm(EReclusterizer_t reclust)
Base task in the EMCAL jet framework.
Represent a jet reconstructed using the EMCal jet framework.
Container class for histograms.
Double_t fJetPtMin
! Min. jet pt (truncation)
TBinning * GetDefaultPtBinning() const
THistManager * fHistos
! Histogram handler
Container structure for EMCAL clusters.
Bool_t fUseNeutralConstituents
Use also neutral constituents.