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
14namespace Belle2 {
19 namespace arich {
21
23
24 public:
25
26
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 */
Base class for all Sensitive Detectors to create hits during simulation.
This is optional (temporary) class that provides information on track parameters on aerogel plane,...
Definition: SensitiveAero.h:22
bool step(G4Step *aStep, G4TouchableHistory *) override
Process each step and calculate variables defined in PXDSimHit.
Abstract base class for different kinds of events.