AliPhysics  720d1f3 (720d1f3)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskDmesonJets::AliJetInfoSummary Class Reference

Lightweight class that encapsulates D meson jets. More...

#include <AliAnalysisTaskDmesonJets.h>

Public Member Functions

 AliJetInfoSummary ()
 
 AliJetInfoSummary (const AliDmesonJetInfo &source, std::string n)
 
virtual ~AliJetInfoSummary ()
 
virtual void Reset ()
 Reset the current object. More...
 
virtual void Set (const AliDmesonJetInfo &source, std::string n)
 
virtual void Set (const AliJetInfo &source)
 

Public Attributes

Double32_t fPt
 Transverse momentum of the jet in GeV/c. More...
 
Double32_t fEta
 Eta of the jet. More...
 
Double32_t fPhi
 Phi of the jet. More...
 
Double32_t fR
 Distance between D meson and jet axis. More...
 
Double32_t fZ
 Z of the D meson. More...
 
Double32_t fN
 Number of jet constituents. More...
 

Detailed Description

Lightweight class that encapsulates D meson jets.

This class encapsulates D meson jet information in a very compact data structure (55 bits)

Definition at line 180 of file AliAnalysisTaskDmesonJets.h.

Constructor & Destructor Documentation

AliAnalysisTaskDmesonJets::AliJetInfoSummary::AliJetInfoSummary ( )
inline

Definition at line 182 of file AliAnalysisTaskDmesonJets.h.

AliAnalysisTaskDmesonJets::AliJetInfoSummary::AliJetInfoSummary ( const AliDmesonJetInfo source,
std::string  n 
)

Constructor that uses an AliDmesonJetInfo as its source

Parameters
sourceA const reference to a valid AliDmesonJetInfo object
iIndex of the jet to be copied

Definition at line 287 of file AliAnalysisTaskDmesonJets.cxx.

virtual AliAnalysisTaskDmesonJets::AliJetInfoSummary::~AliJetInfoSummary ( )
inlinevirtual

Definition at line 184 of file AliAnalysisTaskDmesonJets.h.

Member Function Documentation

void AliAnalysisTaskDmesonJets::AliJetInfoSummary::Reset ( )
virtual

Reset the current object.

Definition at line 299 of file AliAnalysisTaskDmesonJets.cxx.

void AliAnalysisTaskDmesonJets::AliJetInfoSummary::Set ( const AliDmesonJetInfo source,
std::string  n 
)
virtual

Set the current object using an instance of AliDmesonJetInfo as its source

Parameters
sourceA const reference to a valid AliDmesonJetInfo object
iIndex of the jet to be copied

Definition at line 313 of file AliAnalysisTaskDmesonJets.cxx.

Referenced by AliJetInfoSummary().

void AliAnalysisTaskDmesonJets::AliJetInfoSummary::Set ( const AliJetInfo source)
virtual

Set the current object using an instance of AliJetInfo as its source

Parameters
sourceA const reference to a valid AliJetInfo object

Definition at line 329 of file AliAnalysisTaskDmesonJets.cxx.

Member Data Documentation

Double32_t AliAnalysisTaskDmesonJets::AliJetInfoSummary::fEta
Double32_t AliAnalysisTaskDmesonJets::AliJetInfoSummary::fN

Number of jet constituents.

Definition at line 201 of file AliAnalysisTaskDmesonJets.h.

Double32_t AliAnalysisTaskDmesonJets::AliJetInfoSummary::fPhi

Phi of the jet.

Definition at line 195 of file AliAnalysisTaskDmesonJets.h.

Double32_t AliAnalysisTaskDmesonJets::AliJetInfoSummary::fPt

Transverse momentum of the jet in GeV/c.

Definition at line 191 of file AliAnalysisTaskDmesonJets.h.

Referenced by AliDJetTTreeReader::ExtractInputMassPlotEffScale(), and AliDJetTTreeReader::ExtractInputMassPlotSideband().

Double32_t AliAnalysisTaskDmesonJets::AliJetInfoSummary::fR

Distance between D meson and jet axis.

Definition at line 197 of file AliAnalysisTaskDmesonJets.h.

Double32_t AliAnalysisTaskDmesonJets::AliJetInfoSummary::fZ

Z of the D meson.

Definition at line 199 of file AliAnalysisTaskDmesonJets.h.


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