]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCheck.h
Write only detector coefficients from HLT (Raphaelle)
[u/mrichter/AliRoot.git] / MUON / AliMUONCheck.h
index 00912ac9829f69636ab2362ee539930d9cedcf33..066c52f19d54ba2ea76a595e0a96fca0f273d570 100644 (file)
@@ -36,7 +36,6 @@ public:
   void CheckKine();
   void CheckTrackRef();
   void CheckOccupancy(Bool_t perDetEle =kFALSE) const;  
-  void CheckRecTracks() const;
   
   void SetEventsToCheck(Int_t firstEvent, Int_t lastEvent);
 
@@ -51,7 +50,7 @@ private:
   TString fFileNameSim; //!< File (galiceSim.root) for simulated data
   TString fesdFileName; //!< File (AliESDs.root) to read from
  
-  const char* foutDir;  //!< output data directory
+  const char* fkOutDir;  //!< output data directory
   
   Int_t   fFirstEvent;  //!< First event to consider
   Int_t   fLastEvent;   //!< Last event to consider