X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSsimulationFastPoints.h;h=7eb74979653ca332e37a76f11f59721823da0263;hb=54ff525e30f0d839e979b4b022c61bb7a36664ab;hp=d10f90b8f04a6b823f44d628e80aa0926eca790f;hpb=e56160b864358b3c13ff606b467fd385d843254c;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSsimulationFastPoints.h b/ITS/AliITSsimulationFastPoints.h index d10f90b8f04..7eb74979653 100644 --- a/ITS/AliITSsimulationFastPoints.h +++ b/ITS/AliITSsimulationFastPoints.h @@ -1,11 +1,18 @@ #ifndef ALIITSSIMULATIONFASTPOINTS_H #define ALIITSSIMULATIONFASTPOINTS_H +/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * See cxx source for full Copyright notice */ + +/* $Id$ */ -#include "AliITSsimulation.h" ////////////////////////////////////////////////////////// // implements fast simulation ///////////////////////////////////////////////////////// // + +#include + +#include "AliITSsimulation.h" class TClonesArray; class AliITSmodule; class TRandom; @@ -14,8 +21,9 @@ class AliITSsimulationFastPoints : public AliITSsimulation { public: - AliITSsimulationFastPoints(); // default constructor + AliITSsimulationFastPoints(); // default constructor virtual ~AliITSsimulationFastPoints() {;} + // virtual AliITSsimulation& operator=(const AliITSsimulation&){return *this;} void CreateFastRecPoints(AliITSmodule *mod,Int_t module,TRandom *rndm, TClonesArray* recp); void CreateFastRecPoints(Int_t module,TClonesArray* recp);