Belle II Software
development
SensitiveAero.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
#ifndef ARICHSENSITIVEAERO_H
10
#define ARICHSENSITIVEAERO_H
11
12
#include <simulation/kernel/SensitiveDetectorBase.h>
13
14
namespace
Belle2
{
19
namespace
arich {
21
22
class
SensitiveAero
:
public
Simulation::SensitiveDetectorBase
{
23
24
public
:
25
26
30
SensitiveAero
();
31
37
bool
step
(G4Step* aStep, G4TouchableHistory*)
override
;
38
39
};
40
41
}
// end of namespace arich
43
}
// end of namespace Belle2
44
45
#endif
/* ARICHSENSITIVEAERO_H */
Belle2::Simulation::SensitiveDetectorBase
Base class for all Sensitive Detectors to create hits during simulation.
Definition
SensitiveDetectorBase.h:28
Belle2::arich::SensitiveAero::step
bool step(G4Step *aStep, G4TouchableHistory *) override
Process each step and calculate variables defined in PXDSimHit.
Definition
SensitiveAero.cc:48
Belle2::arich::SensitiveAero::SensitiveAero
SensitiveAero()
Constructor.
Definition
SensitiveAero.cc:30
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
arich
simulation
include
SensitiveAero.h
Generated on Mon Sep 1 2025 02:47:03 for Belle II Software by
1.13.2