Belle II Software  release-08-01-10
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 
16 namespace Belle2 {
21  namespace arich {
23 
27 
28  public:
29 
35 
41  bool step(G4Step* aStep, G4TouchableHistory*) override;
42 
43 
44  private:
45 
48  }; // SensitiveDetector class
49  } // end of namespace arich
51 } // end of namespace Belle2
52 
53 #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.