]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3ConfMapper.h
Added support for static libraries,
[u/mrichter/AliRoot.git] / HLT / src / AliL3ConfMapper.h
index 1b435ac7734ccda98e441279b17e1dbcb723928b..6d17b9f0b4635d858f575a994efd6853a4bae972 100644 (file)
@@ -80,10 +80,6 @@ class AliL3ConfMapper {
   Int_t fMainVertexTracks; //number of tracks coming from the main vertex
   Int_t fClustersUnused;   //number of unused clusters
 
-  static Double_t todeg;
-  static Double_t pi;
-  static Double_t twopi;
-
   //setter:
   void SetMinPoints(Int_t f,Bool_t vertex_constraint) {fMinPoints[(Int_t)vertex_constraint] = f; }  
   void SetVertexConstraint(Bool_t f) {fVertexConstraint =f;}