]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODMCHeader.h
Adding NSD analysis as well as new features and removing warnings
[u/mrichter/AliRoot.git] / STEER / AliAODMCHeader.h
index cdb8f23bfebfe7426fb1a2ff20eb9549e510da52..499e26813c89f25743d1d8d07b70884ba1d8bbd6 100644 (file)
@@ -46,6 +46,9 @@ public:
   virtual void      SetPtHard(Double_t f){fPtHard = f;}
   virtual Double_t  GetPtHard() const {return fPtHard;}
 
+  virtual void      SetReactionPlaneAngle(Double_t b){fReactionPlaneAngle = b;}
+  virtual Double_t  GetReactionPlaneAngle() const {return fReactionPlaneAngle;}
+
   virtual void      SetEventType(UInt_t eventType){fEventType = eventType;}
   virtual UInt_t    GetEventType() const {return fEventType;}
 
@@ -71,9 +74,9 @@ private:
   Double32_t   fImpactPar;         // Impact parameter in case of Pb+Pb
   Double32_t   fPtHard;            // [0,0,12] Pt hard for jet events
   UInt_t       fEventType;         // MC Process Type of Event
-
+  Double32_t   fReactionPlaneAngle;// MC Reaction Plane Angle
   
-  ClassDef(AliAODMCHeader,2)
+  ClassDef(AliAODMCHeader,3)
 
 };