]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODDimuon.h
added settings for magnetic field
[u/mrichter/AliRoot.git] / STEER / AliAODDimuon.h
index 21d05ef838a80a9c2d0302e06c4ac8235c698d24..cc03fcd2fad72278143c29c613b889b86a681b3e 100644 (file)
@@ -76,21 +76,25 @@ public:
   Double_t XF();     // Feynman x
   Double_t CostCS(); // Cosinus of the Collins-Soper polar decay angle
   Double_t CostHe(); // Cosinus of the Helicity polar decay angle
+  Double_t PhiCS();  // Azimuthal angle in the Collins-Soper frame
+  Double_t PhiHe();  // Azimuthal angle in the Helicity frame
   Int_t AnyPt();
   Int_t LowPt();
   Int_t HighPt();
   Double_t MaxChi2Match();
   // PID
   virtual const Double_t *PID() const {return 0;} // return PID object (to be defined, still)
+  
   //
   Int_t GetLabel() const {return -1;}
-
   // Additional getters and setters
   AliAODTrack* GetMu(Int_t imu=0) const {return (imu==0||imu==1)&&(fMu[imu]!=0) ? (AliAODTrack*)fMu[imu].GetObject() : 0; } // Get a pointer to a muon
   AliAODTrack* Mu(Int_t imu=0) const {return (imu==0||imu==1)&&(fMu[imu]!=0) ? (AliAODTrack*)fMu[imu].GetObject() : 0; } // Get a pointer to a muon
 
   void SetMu(Int_t imu=0, AliAODTrack *mu=0);
   void SetMuons(AliAODTrack *mu0=0, AliAODTrack *mu1=0);
+  // Dummy
+  virtual Int_t PdgCode() const {return 0;}
 
 private:
   Int_t CheckPointers() const;