Belle II Software development
SensitiveDetector.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 ARICHSENSITIVEDETECTOR_H
10#define ARICHSENSITIVEDETECTOR_H
11
12#include <simulation/kernel/SensitiveDetectorBase.h>
13#include <framework/database/DBObjPtr.h>
14#include <arich/dbobjects/ARICHSimulationPar.h>
15
16namespace Belle2 {
21 namespace arich {
23
27
28 public:
29
34
40 bool step(G4Step* aStep, G4TouchableHistory*) override;
41
42
43 private:
44
47 }; // SensitiveDetector class
48 } // end of namespace arich
50} // end of namespace Belle2
51
52#endif /* ARICHSENSITIVEDETECTOR_H */
Class for accessing objects in the database.
Definition: DBObjPtr.h:21
Base class for all Sensitive Detectors to create hits during simulation.
The Class for ARICH Sensitive Detector.
DBObjPtr< ARICHSimulationPar > m_simPar
simulation parameters from the DB
bool step(G4Step *aStep, G4TouchableHistory *) override
Process each step and calculate variables defined in PXDSimHit.
Abstract base class for different kinds of events.