]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDv1.h
0. General code clean-up, including messages, and the like.
[u/mrichter/AliRoot.git] / FMD / AliFMDv1.h
index 711c8e29da57591a24001730138a17beb805e007..b45e014d2f40ffafe8bf55aa011ea336048cbfdf 100644 (file)
@@ -43,13 +43,13 @@ public:
   virtual Int_t  IsVersion() const {return 1;}
   virtual void   StepManager();
 protected:
-#ifndef USE_PRE_MOVE
   Bool_t VMC2FMD(TLorentzVector& v, UShort_t& detector,
                 Char_t& ring, UShort_t& sector, UShort_t& strip) const;
   Bool_t VMC2FMD(Int_t copy, TLorentzVector& v,
                 UShort_t& detector, Char_t& ring,
                 UShort_t& sector, UShort_t& strip) const;
-#endif  
+  Bool_t CheckHit(Int_t trackno, Int_t pdg, Float_t absQ, 
+                 const TLorentzVector& p, Float_t edep) const;
 
   Double_t       fCurrentDeltaE;    // The current accumulated energy loss
   TLorentzVector fCurrentV;         // Current production vertex