Belle II Software  release-05-01-25
G4LongLivedNeutral.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2018 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Sascha Dreyer *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 // modified from BelleII monopole simulation
12 
13 #pragma once
14 
15 #include <G4ParticleDefinition.hh>
16 #include <globals.hh>
17 
18 namespace Belle2 {
30  class G4LongLivedNeutral : public G4ParticleDefinition {
31  private:
32 
36  virtual ~G4LongLivedNeutral();
37 
38  public:
39 
45  explicit G4LongLivedNeutral(const G4String& name);
46 
47 
48  private:
49  };
50 
52 } //end Belle2 namespace
Belle2::G4LongLivedNeutral::~G4LongLivedNeutral
virtual ~G4LongLivedNeutral()
Destructor.
Definition: G4LongLivedNeutral.cc:42
Belle2::G4LongLivedNeutral::G4LongLivedNeutral
G4LongLivedNeutral(const G4String &name)
Constructor.
Definition: G4LongLivedNeutral.cc:22
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19