VMC Version 2.0
Loading...
Searching...
No Matches
TVirtualMCGeometry.cxx
Go to the documentation of this file.
1// -----------------------------------------------------------------------
2// Copyright (C) 2019 CERN and copyright holders of VMC Project.
3// This software is distributed under the terms of the GNU General Public
4// License v3 (GPL Version 3), copied verbatim in the file "LICENSE".
5//
6// See https://github.com/vmc-project/vmc for full licensing information.
7// -----------------------------------------------------------------------
8
9// Authors: Alice collaboration 25/06/2002
10
11/*************************************************************************
12 * Copyright (C) 2006, Rene Brun and Fons Rademakers. *
13 * Copyright (C) 2002, ALICE Experiment at CERN. *
14 * All rights reserved. *
15 * *
16 * For the licensing terms see $ROOTSYS/LICENSE. *
17 * For the list of contributors see $ROOTSYS/README/CREDITS. *
18 *************************************************************************/
19
20#include "TVirtualMCGeometry.h"
21
32
37
38TVirtualMCGeometry::TVirtualMCGeometry(const char *name, const char *title) : TNamed(name, title) {}
39
44
46
51
ClassImp(TVirtualMCGeometry)
Interface to Monte Carlo geometry construction.
virtual ~TVirtualMCGeometry()
Destructor.
TVirtualMCGeometry()
Default constructor.