From d7e2d720c5eb9d6bdaf2e0a26956f56528d272a8 Mon Sep 17 00:00:00 2001 From: morsch Date: Wed, 7 Jul 2004 16:02:30 +0000 Subject: [PATCH] Not needed anymore using TGeo only. --- TFluka/FlukaVolume.cxx | 30 ------------------------------ TFluka/FlukaVolume.h | 21 --------------------- 2 files changed, 51 deletions(-) delete mode 100644 TFluka/FlukaVolume.cxx delete mode 100644 TFluka/FlukaVolume.h diff --git a/TFluka/FlukaVolume.cxx b/TFluka/FlukaVolume.cxx deleted file mode 100644 index 3022741f948..00000000000 --- a/TFluka/FlukaVolume.cxx +++ /dev/null @@ -1,30 +0,0 @@ -/* ************************************************************************* - * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * - * * - * Author: The ALICE Off-line Project. * - * Contributors are mentioned in the code where appropriate. * - * * - * Permission to use, copy, modify and distribute this software and its * - * documentation strictly for non-commercial purposes is hereby granted * - * without fee, provided that the above copyright notice appears in all * - * copies and that both the copyright notice and this permission notice * - * appear in the supporting documentation. The authors make no claims * - * about the suitability of this software for any purpose. It is * - * provided "as is" without express or implied warranty. * - **************************************************************************/ - -/* $Id$ */ - -// -// Transient storage for volume information -// Author: Andreas Morsch -// andreas.morsch@cern.ch -// - -#include "FlukaVolume.h" - -ClassImp(FlukaVolume) - - FlukaVolume::FlukaVolume(const char* name, const Int_t med) - : TNamed(name, " "), fMedium(med) -{;} diff --git a/TFluka/FlukaVolume.h b/TFluka/FlukaVolume.h deleted file mode 100644 index 82307ac9724..00000000000 --- a/TFluka/FlukaVolume.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef FLUKAVOLUME_H -#define FLUKAVOLUME_H -/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * - * See cxx source for full Copyright notice */ - -/* $Id$ */ - -#include "TNamed.h" - -class FlukaVolume : public TNamed -{ -public: - FlukaVolume() {;} - FlukaVolume(const char* name, const Int_t med); - virtual ~FlukaVolume(){;} - Int_t GetMedium() {return fMedium;} -private: - Int_t fMedium; - ClassDef(FlukaVolume,1) // Transient storage for volume information -}; -#endif -- 2.43.0