VMC Examples
Version 6.6
Loading...
Searching...
No Matches
examples
E03
E03b
geant4
include
Ex03PostDetConstruction.h
Go to the documentation of this file.
1
#ifndef EX03_POST_DET_CONSTRUCTION_H
2
#define EX03_POST_DET_CONSTRUCTION_H 1
3
4
//------------------------------------------------
5
// The Virtual Monte Carlo examples
6
// Copyright (C) 2007 - 2015 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 Ex03PostDetConstruction.h
14
/// \brief Definition of the Ex03PostDetConstruction class
15
///
16
/// Geant4 ExampleN03 adapted to Virtual Monte Carlo
17
///
18
/// \author I. Hrivnacova; IPN, Orsay
19
20
#include "TG4VUserPostDetConstruction.h"
21
#include "globals.hh"
22
23
/// Post detector construction class which integrates
24
/// user defined magnetic field equation of motion and integrator
25
26
class
Ex03PostDetConstruction
:
public
TG4VUserPostDetConstruction
27
{
28
public
:
29
Ex03PostDetConstruction
();
30
virtual
~Ex03PostDetConstruction
();
31
32
public
:
33
virtual
void
Construct
();
34
};
35
36
#endif
// EX03_POST_DET_CONSTRUCTION_H
Ex03PostDetConstruction
Definition
Ex03PostDetConstruction.h:27
Ex03PostDetConstruction::Construct
virtual void Construct()
Ex03PostDetConstruction::~Ex03PostDetConstruction
virtual ~Ex03PostDetConstruction()
Ex03PostDetConstruction::Ex03PostDetConstruction
Ex03PostDetConstruction()
TG4VUserPostDetConstruction
Generated on Thu Oct 17 2024 08:29:51 for VMC Examples by
1.12.0