Geant4 VMC
Version 6.8
Toggle main menu visibility
Loading...
Searching...
No Matches
source
geometry
include
TG4VUserPostDetConstruction.h
Go to the documentation of this file.
1
#ifndef TG4_V_USER_POST_DET_CONSTRUCTION_H
2
#define TG4_V_USER_POST_DET_CONSTRUCTION_H
3
4
//------------------------------------------------
5
// The Geant4 Virtual Monte Carlo package
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
17
18
#include <G4VUserDetectorConstruction.hh>
19
28
29
class
TG4VUserPostDetConstruction
30
{
31
public
:
32
TG4VUserPostDetConstruction
() {}
33
virtual
~TG4VUserPostDetConstruction
() {}
34
36
virtual
void
Construct
() = 0;
37
38
private
:
40
TG4VUserPostDetConstruction
(
const
TG4VUserPostDetConstruction
& right);
42
TG4VUserPostDetConstruction
&
operator=
(
43
const
TG4VUserPostDetConstruction
& right);
44
};
45
46
#endif
// TG4_V_USER_POST_DET_CONSTRUCTION_H
TG4VUserPostDetConstruction::TG4VUserPostDetConstruction
TG4VUserPostDetConstruction(const TG4VUserPostDetConstruction &right)
Not implemented.
TG4VUserPostDetConstruction::~TG4VUserPostDetConstruction
virtual ~TG4VUserPostDetConstruction()
Definition
TG4VUserPostDetConstruction.h:33
TG4VUserPostDetConstruction::Construct
virtual void Construct()=0
Method to be overriden by user.
TG4VUserPostDetConstruction::operator=
TG4VUserPostDetConstruction & operator=(const TG4VUserPostDetConstruction &right)
Not implemented.
TG4VUserPostDetConstruction::TG4VUserPostDetConstruction
TG4VUserPostDetConstruction()
Definition
TG4VUserPostDetConstruction.h:32
Generated on
for Geant4 VMC by
1.17.0