/*****************************************************************************/
void AliLoader::AddDataLoader(AliDataLoader* dl)
{
-
+ //
+ // Adds a data loader
+ //
if (dl == 0x0)
{
Error("AddDataLoader","Pointer is NULL");
//
#include <TError.h>
-//#include <TStopwatch.h>
class TGeometry;
class TParticle;
virtual void InitLoaders(); //prepares run (i.e. creates getters)
static void Deprecated(TObject *obj, const char *method, const char *replace)
- {
- //
- // Indicates deprecated method
- //
+ {// Indicates deprecated method
if (obj) ::Warning(Form("%s::%s", obj->ClassName(), method),
"method is depricated\nPlease use: %s", replace);
else ::Warning(method, "method is depricated\nPlease use: %s", replace);
+/**************************************************************************
+ * 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$ */
+
//____________________________________________________________________
//////////////////////////////////////////////////////////////////////
// //
//
// class for running generation, simulation and digitization
// Hits, sdigits and digits are created for all detectors by typing:
-//
// AliSimulation sim;
// sim.Run();
//
AliVertexGenFile(const AliVertexGenFile &vgf):
AliVertexGenerator(vgf)
{Fatal("copy ctor","Not implemented\n");}
- AliVertexGenFile & operator-(const AliVertexGenFile &)
+ AliVertexGenFile & operator=(const AliVertexGenFile &)
{Fatal("= operator","Not implemented\n"); return *this;}
TFile* fFile; //! galice file with vertices
TTree* fTree; //! tree with headers