forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TVirtualMCStack.cxx
29 lines (23 loc) · 1.16 KB
/
TVirtualMCStack.cxx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// @(#)root/vmc:$Id$
// Author: Ivana Hrivnacova, 27/03/2002
/*************************************************************************
* Copyright (C) 2006, Rene Brun and Fons Rademakers. *
* Copyright (C) 2002, ALICE Experiment at CERN. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
#include "TVirtualMCStack.h"
//______________________________________________________________________________
//
// Interface to a user defined particles stack.
//______________________________________________________________________________
ClassImp(TVirtualMCStack)
//_____________________________________________________________________________
TVirtualMCStack::TVirtualMCStack()
: TObject()
{}
//_____________________________________________________________________________
TVirtualMCStack::~TVirtualMCStack()
{}