Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4SpecialStackingActionMessenger.h
Go to the documentation of this file.
1#ifndef TG4_SPECIAL_STACKING_ACTION_MESSENGER_H
2#define TG4_SPECIAL_STACKING_ACTION_MESSENGER_H
3
4//------------------------------------------------
5// The Geant4 Virtual Monte Carlo package
6// Copyright (C) 2007 - 2014 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 G4UIcmdWithAnInteger;
25class G4UIcmdWithABool;
26
35
60
61#endif // TG4_SPECIAL_STACKING_ACTION_MESSENGER_H
Messenger class that defines commands for TG4StackingAction.
G4UIcmdWithABool * fSkipNeutrinoCmd
command: skipNeutrino
TG4SpecialStackingActionMessenger()
Not implemented.
TG4SpecialStackingActionMessenger & operator=(const TG4SpecialStackingActionMessenger &right)
Not implemented.
TG4SpecialStackingAction * fStackingAction
associated class
G4UIcmdWithABool * fWaitPrimaryCmd
command: waitPrimary
virtual void SetNewValue(G4UIcommand *command, G4String string)
TG4SpecialStackingActionMessenger(const TG4SpecialStackingActionMessenger &right)
Not implemented.
Defines a special stacking mechanism.