]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Obsolete method removed.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Oct 2004 11:30:44 +0000 (11:30 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Oct 2004 11:30:44 +0000 (11:30 +0000)
TFluka/TFluka.h

index b595b3b685e432cebbf3b69643f9dbd5dac7000d..03b0e94829df7e0760b31e8f1c807060d8113228 100644 (file)
@@ -337,12 +337,6 @@ class TFluka : public TVirtualMC {
   
   Int_t GetMaterialIndex(Int_t idmat) const {return fMaterials[idmat];}
   TObjArray *GetFlukaMaterials();
-  //
-  // Fluka specific scoring options
-  //
-
-  Bool_t  SetFlukaScoringOption(Float_t what[12], const char* sdum) {return kTRUE;}
-      
   private:
   TFluka(const TFluka &mc): TVirtualMC(mc) {;}
   TFluka & operator=(const TFluka &) {return (*this);}