Belle II Software  release-05-01-25
SensitiveAero.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2010 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Luka Santelj *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #ifndef ARICHSENSITIVEAERO_H
12 #define ARICHSENSITIVEAERO_H
13 
14 #include <simulation/kernel/SensitiveDetectorBase.h>
15 
16 namespace Belle2 {
21  namespace arich {
23 
24  class SensitiveAero : public Simulation::SensitiveDetectorBase {
25 
26  public:
27 
28 
33  SensitiveAero();
34 
40  bool step(G4Step* aStep, G4TouchableHistory*) override;
41 
42  };
43 
44  } // end of namespace arich
46 } // end of namespace Belle2
47 
48 #endif /* ARICHSENSITIVEAERO_H */
Belle2::arich::SensitiveAero::step
bool step(G4Step *aStep, G4TouchableHistory *) override
Process each step and calculate variables defined in PXDSimHit.
Definition: SensitiveAero.cc:50
Belle2::arich::SensitiveAero::SensitiveAero
SensitiveAero()
Constructor.
Definition: SensitiveAero.cc:32
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19