AliPhysics  d497afb (d497afb)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliPicoHeaderJet.h
Go to the documentation of this file.
1 #ifndef ALIPICOHEADERJET_H
2 #define ALIPICOHEADERJET_H
3 
4 #include <AliPicoHeaderV0.h>
5 
7 
8  public :
9 
10  AliPicoHeaderJet(const TString s="");
13  virtual ~AliPicoHeaderJet();
14 //=============================================================================
15 
16  Double_t BackgroundRho() const { return fBkgRho; }
17  void BackgroundRho(const Double_t d) { fBkgRho = d; }
18 
19  virtual void Reset();
20 //=============================================================================
21 
22  private :
23 
25 
26  ClassDef(AliPicoHeaderJet, 3);
27 };
28 
29 #endif
AliPicoHeaderJet(const TString s="")
double Double_t
Definition: External.C:58
void BackgroundRho(const Double_t d)
AliPicoHeaderJet & operator=(const AliPicoHeaderJet &src)
virtual ~AliPicoHeaderJet()
Double_t BackgroundRho() const
virtual void Reset()