X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FAliALIFE.cxx;fp=STRUCT%2FAliALIFE.cxx;h=63c1954f0b857e9f295147200aeee3824e6ca722;hb=9b62c5969f04f47b58168419617f0632a155fd4e;hp=18bb5480e1518cfbc3a0b4cd461f2b8913c67bb2;hpb=014a9521cd7be73bd0d63a47f01342da8144d904;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/AliALIFE.cxx b/STRUCT/AliALIFE.cxx index 18bb5480e15..63c1954f0b8 100644 --- a/STRUCT/AliALIFE.cxx +++ b/STRUCT/AliALIFE.cxx @@ -25,7 +25,8 @@ ClassImp(AliALIFE) - AliALIFE::AliALIFE(const char* file1, const char* file2) + +AliALIFE::AliALIFE(const char* file1, const char* file2) { // Constructor fNBodies = 0; @@ -40,7 +41,7 @@ ClassImp(AliALIFE) fDefaultVolume2 = "DEFAU2"; } - AliALIFE::AliALIFE() +AliALIFE::AliALIFE() { // Default constructor fBodyFile = "FlukaBody.inp"; @@ -441,6 +442,13 @@ void AliALIFE::Finish() fclose(fFile2); } +void AliALIFE::Copy(AliALIFE&) const +{ + // + // Copy + // + Fatal("Copy","Not implemented!\n"); +}