]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TGeant4/TG4PhysicsConstructorSpecialControls.h
Cosmetic
[u/mrichter/AliRoot.git] / TGeant4 / TG4PhysicsConstructorSpecialControls.h
CommitLineData
b94a914b 1// $Id$
2// Category: physics
3//
499b353a 4// Author: I. Hrivnacova
5//
6// Class TG4TG4PhysicsConstructorSpecialControls
7// ---------------------------------------------
b94a914b 8// Constructor of special controls of physics processes.
9
10#ifndef TG4_PHYSICS_CONSTRUCTOR_SPECIAL_CONTROLS_H
11#define TG4_PHYSICS_CONSTRUCTOR_SPECIAL_CONTROLS_H
12
e7446667 13#include "TG4VPhysicsConstructor.h"
14
b94a914b 15#include <globals.hh>
16
e7446667 17class TG4PhysicsConstructorSpecialControls: public TG4VPhysicsConstructor
b94a914b 18{
19 public:
20 TG4PhysicsConstructorSpecialControls(
21 const G4String& name = "Special controls");
e7446667 22 TG4PhysicsConstructorSpecialControls(
23 G4int verboseLevel,
24 const G4String& name = "Special controls");
b94a914b 25 virtual ~TG4PhysicsConstructorSpecialControls();
26
27 protected:
28 // methods
29 // construct particle and physics
30 virtual void ConstructParticle();
31 virtual void ConstructProcess();
32};
33
34#endif //TG4_PHYSICS_CONSTRUCTOR_SPECIAL_CONTROLS_H
35