]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliMC.h
fRefVolumeId for reference volume identification added.
[u/mrichter/AliRoot.git] / STEER / AliMC.h
CommitLineData
b9d0a01d 1#ifndef ALI_MC__H
2#define ALI_MC__H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
b9d0a01d 8#include "TVirtualMC.h"
fe4da5cc 9
b9d0a01d 10typedef TVirtualMC AliMC;
fe4da5cc 11
b9d0a01d 12#endif //ALI_MC__H
fe4da5cc 13