VMC Examples
Version 6.6
Loading...
Searching...
No Matches
examples
ExGarfield
include
DetectorConstruction.h
Go to the documentation of this file.
1
#ifndef GARFIELD_DETECTOR_CONSTRUCTION_H
2
#define GARFIELD_DETECTOR_CONSTRUCTION_H
3
4
//------------------------------------------------
5
// The Virtual Monte Carlo examples
6
// Copyright (C) 2007 - 2016 Ivana Hrivnacova
7
// All rights reserved.
8
//
9
// For the licensing terms see geant4_vmc/LICENSE.
10
// Contact: root-vmc@cern.ch
11
//-------------------------------------------------
12
13
/// \file ExGarfield/include/DetectorConstruction.h
14
/// \brief Definition of the ExGarfield::DetectorConstruction class
15
///
16
/// Garfield garfieldpp example adapted to Virtual Monte Carlo.
17
///
18
/// \date 28/10/2015
19
/// \author I. Hrivnacova; IPN, Orsay
20
21
#include <map>
22
23
#include <Riostream.h>
24
#include <TObject.h>
25
#include <TString.h>
26
27
namespace
VMC
28
{
29
namespace
ExGarfield
30
{
31
32
/// \ingroup ExGarfield
33
/// \brief The detector construction (via TGeo )
34
///
35
/// Garfield garfieldpp example adapted to Virtual Monte Carlo.
36
///
37
/// \author I. Hrivnacova; IPN, Orsay
38
39
class
DetectorConstruction
:
public
TObject
40
{
41
public
:
42
DetectorConstruction
();
43
virtual
~DetectorConstruction
();
44
45
public
:
46
void
Construct
();
47
48
ClassDef(
DetectorConstruction
, 1)
// DetectorConstruction
49
};
50
51
}
// namespace ExGarfield
52
}
// namespace VMC
53
54
#endif
// GARFIELD_DETECTOR_CONSTRUCTION_H
TObject
VMC::ExGarfield::DetectorConstruction
The detector construction (via TGeo )
Definition
DetectorConstruction.h:40
VMC::ExGarfield::DetectorConstruction::~DetectorConstruction
virtual ~DetectorConstruction()
Definition
DetectorConstruction.cxx:49
VMC::ExGarfield::DetectorConstruction::Construct
void Construct()
Definition
DetectorConstruction.cxx:59
VMC::ExGarfield::DetectorConstruction::DetectorConstruction
DetectorConstruction()
Definition
DetectorConstruction.cxx:43
VMC
Definition
FastSimulation.h:26
Generated on Thu Oct 17 2024 08:29:51 for VMC Examples by
1.12.0