Belle II Software  release-08-01-10
G4LongLivedNeutral.h
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 
9 // modified from BelleII monopole simulation
10 
11 #pragma once
12 
13 #include <G4ParticleDefinition.hh>
14 #include <globals.hh>
15 
16 namespace Belle2 {
28  class G4LongLivedNeutral : public G4ParticleDefinition {
29  private:
30 
34  virtual ~G4LongLivedNeutral();
35 
36  public:
37 
43  explicit G4LongLivedNeutral(const G4String& name);
44 
45 
46  private:
47  };
48 
50 } //end Belle2 namespace
A class to hold long-lived neutral particle description.
virtual ~G4LongLivedNeutral()
Destructor.
G4LongLivedNeutral(const G4String &name)
Constructor.
Abstract base class for different kinds of events.