AliPhysics
fb6b143 (fb6b143)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
AliReducedMCHeader.h
Go to the documentation of this file.
1
11
#ifndef ALIREDUCEDMCHEADER_H
12
#define ALIREDUCEDMCHEADER_H
13
/* Copyright(c) 1998-2015, ALICE Experiment at CERN, All rights reserved. *
14
* See cxx source for full Copyright notice */
15
16
#include <TObject.h>
17
32
namespace
HighPtTracks
{
33
45
class
AliReducedMCHeader
:
public
TObject
{
46
public
:
47
AliReducedMCHeader
();
48
AliReducedMCHeader
(
Double_t
crosssection,
Double_t
numberOfTrials,
Double_t
pthard);
49
virtual
~AliReducedMCHeader
();
50
55
Double_t
GetCrossSection
()
const
{
return
fCrossSection
; }
60
Int_t
GetNumberOfTrials
()
const
{
return
fNumberOfTrials
; }
65
Double_t
GetPtHard
()
const
{
return
fPtHard
; }
66
71
void
SetCrossSection
(
Double_t
crosssection) {
fCrossSection
= crosssection; }
76
void
SetNumberOfTrials
(
Int_t
ntrials) {
fNumberOfTrials
= ntrials; }
81
void
SetPtHard
(
Double_t
pthard) {
fPtHard
= pthard; }
82
83
protected
:
84
Double_t
fCrossSection
;
85
Int_t
fNumberOfTrials
;
86
Double_t
fPtHard
;
87
89
ClassDef(
AliReducedMCHeader
,1)
91
};
92
93
}
/* namespace HighPtTracks */
94
95
#endif
/* ALIREDUCEDMCHEADER_H */
Double_t
double Double_t
Definition:
External.C:58
HighPtTracks::AliReducedMCHeader::GetCrossSection
Double_t GetCrossSection() const
Definition:
AliReducedMCHeader.h:55
HighPtTracks::AliReducedMCHeader::fCrossSection
Double_t fCrossSection
cross section
Definition:
AliReducedMCHeader.h:84
HighPtTracks::AliReducedMCHeader::GetPtHard
Double_t GetPtHard() const
Definition:
AliReducedMCHeader.h:65
HighPtTracks::AliReducedMCHeader::~AliReducedMCHeader
virtual ~AliReducedMCHeader()
Definition:
AliReducedMCHeader.cxx:51
HighPtTracks::AliReducedMCHeader::fPtHard
Double_t fPtHard
generated hard
Definition:
AliReducedMCHeader.h:86
HighPtTracks::AliReducedMCHeader::SetPtHard
void SetPtHard(Double_t pthard)
Definition:
AliReducedMCHeader.h:81
HighPtTracks::AliReducedMCHeader::SetNumberOfTrials
void SetNumberOfTrials(Int_t ntrials)
Definition:
AliReducedMCHeader.h:76
Int_t
int Int_t
Definition:
External.C:63
HighPtTracks::AliReducedMCHeader::GetNumberOfTrials
Int_t GetNumberOfTrials() const
Definition:
AliReducedMCHeader.h:60
HighPtTracks::AliReducedMCHeader::fNumberOfTrials
Int_t fNumberOfTrials
number of trials
Definition:
AliReducedMCHeader.h:85
HighPtTracks
Namespace for classes creating trees of events with jets.
Definition:
AliHighPtReconstructionEfficiency.cxx:57
HighPtTracks::AliReducedMCHeader::SetCrossSection
void SetCrossSection(Double_t crosssection)
Definition:
AliReducedMCHeader.h:71
TObject
Definition:
External.C:76
HighPtTracks::AliReducedMCHeader::AliReducedMCHeader
AliReducedMCHeader()
Definition:
AliReducedMCHeader.cxx:26
HighPtTracks::AliReducedMCHeader
A reduced event header with MC information for the reduced event structure.
Definition:
AliReducedMCHeader.h:45
PWGJE
EMCALJetTasks
Tracks
AliReducedMCHeader.h
Generated on Tue Apr 3 2018 16:51:28 for AliPhysics by
1.8.11