#ifndef ALIVVkink_H #define ALIVVkink_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice * * Primary Authors : Sergey Gorbunov, Jochen Thaeder, Chiara Zampolli */ /** * >> interface class << */ class AliVVkink { public: virtual ~AliVVkink() {} // ClassDef(AliVVkink, 0) // base class for kink data }; #endif