AliPhysics  d497afb (d497afb)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliPicoHeaderJet.cxx
Go to the documentation of this file.
1 #include <TMap.h>
2 #include <TString.h>
3 #include <TParameter.h>
4 
5 #include "AliVVertex.h"
6 #include "AliVEvent.h"
7 #include "AliAODEvent.h"
8 #include "AliESDEvent.h"
9 #include "AliCentrality.h"
10 #include "AliEventplane.h"
11 #include "AliInputEventHandler.h"
12 
13 #include "AliPicoHeaderJet.h"
14 
15 ClassImp(AliPicoHeaderJet)
16 
17 //_____________________________________________________________________________
20 fBkgRho(-999.)
21 {
22 //
23 // AliPicoHeaderJet::AliPicoHeaderJet
24 //
25 }
26 
27 //_____________________________________________________________________________
29 AliPicoHeaderV0(src),
30 fBkgRho(src.fBkgRho)
31 {
32 //
33 // AliPicoHeaderJet::AliPicoHeaderJet
34 //
35 }
36 
37 //_____________________________________________________________________________
39 {
40 //
41 // AliPicoHeaderJet::operator=
42 //
43 
44  if (&src==this) return *this;
46 //=============================================================================
47 
48  fBkgRho = src.fBkgRho;
49 //=============================================================================
50 
51  return *this;
52 }
53 
54 //_____________________________________________________________________________
56 {
57 //
58 // AliPicoHeaderJet::~AliPicoHeaderJet
59 //
60 }
61 
62 //_____________________________________________________________________________
64 {
65 //
66 // AliPicoHeaderJet::Reset
67 //
68 
70 
71  fBkgRho = -999.;
72 
73  return;
74 }
AliPicoHeaderJet(const TString s="")
AliPicoHeaderV0 & operator=(const AliPicoHeaderV0 &src)
AliPicoHeaderJet & operator=(const AliPicoHeaderJet &src)
virtual ~AliPicoHeaderJet()
virtual void Reset()