Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4PrimaryGeneratorMessenger.h
Go to the documentation of this file.
1#ifndef TG4_PRIMARY_GENERATOR_MESSENGER_H
2#define TG4_PRIMARY_GENERATOR_MESSENGER_H
3
4//------------------------------------------------
5// The Geant4 Virtual Monte Carlo package
6// Copyright (C) 2007 - 2019 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 <G4UImessenger.hh>
19#include <globals.hh>
20
22
23class G4UIdirectory;
24class G4UIcmdWithAString;
25class G4UIcmdWithAnInteger;
26class G4UIcmdWithABool;
27
35
62
63#endif // TG4_PRIMARY_GENERATOR_MESSENGER
Primary generator action defined via TVirtualMCStack and TVirtualMCApplication.
Messenger class that defines commands for TG4PrimaryGeneratorAction.
G4UIcmdWithABool * fSkipUnknownParticlesCmd
command: /mcPrimaryGenerator/skipUnknownParticles
TG4PrimaryGeneratorAction * fPrimaryGeneratorAction
associated class
TG4PrimaryGeneratorMessenger(const TG4PrimaryGeneratorMessenger &right)
Not implemented.
TG4PrimaryGeneratorMessenger & operator=(const TG4PrimaryGeneratorMessenger &right)
Not implemented.
virtual void SetNewValue(G4UIcommand *command, G4String string)
G4UIdirectory * fDirectory
command directory
TG4PrimaryGeneratorMessenger()
Not implemented.