Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4VPhysicsConstructor.cxx
Go to the documentation of this file.
1//------------------------------------------------
2// The Geant4 Virtual Monte Carlo package
3// Copyright (C) 2007 - 2014 Ivana Hrivnacova
4// All rights reserved.
5//
6// For the licensing terms see geant4_vmc/LICENSE.
7// Contact: root-vmc@cern.ch
8//-------------------------------------------------
9
17
19#include "TG4Globals.h"
20
21//_____________________________________________________________________________
23 : G4VPhysicsConstructor(name), TG4Verbose(G4String("physics" + name))
24{
26
27 VerboseLevel(1);
28}
29
30//_____________________________________________________________________________
32 const G4String& name, G4int theVerboseLevel)
33 : G4VPhysicsConstructor(name), TG4Verbose(G4String("physics" + name))
34{
36
37 VerboseLevel(theVerboseLevel);
38}
39
40//_____________________________________________________________________________
45
46//
47// public methods
48//
49
50//_____________________________________________________________________________
52{
55
57
58 // verbose in G4VPhysicsConstructor
59 SetVerboseLevel(level);
60}
61
62//_____________________________________________________________________________
Definition of the TG4Globals class and basic container types.
Definition of the TG4VPhysicsConstructor class.
TG4VPhysicsConstructor()
Not implemented.
virtual G4int VerboseLevel() const
Base class for defining the verbose level and a common messenger.
Definition TG4Verbose.h:36
virtual G4int VerboseLevel() const
Definition TG4Verbose.h:78