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 #pragma once
10 
11 #include <pxd/dataobjects/PXDSimHit.h>
12 #include <pxd/dataobjects/PXDTrueHit.h>
13 #include <vxd/simulation/SensitiveDetector.h>
14 
15 namespace Belle2 {
21  namespace PXD {
24  } //end of namespace PXD
26 } // end of namespace Belle2
Sensitive Detector implementation of PXD and SVD.
VXD::SensitiveDetector< PXDSimHit, PXDTrueHit > SensitiveDetector
The PXD Sensitive Detector class.
Abstract base class for different kinds of events.