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 SVDSENSITIVEDETECTOR_H
10#define SVDSENSITIVEDETECTOR_H
11
12#include <svd/dataobjects/SVDSimHit.h>
13#include <svd/dataobjects/SVDTrueHit.h>
14#include <vxd/simulation/SensitiveDetector.h>
15
16namespace Belle2 {
22 namespace SVD {
25 } //end of namespace svd
27} // end of namespace Belle2
28
29#endif /* SVDSENSITIVEDETECTOR_H */
Sensitive Detector implementation of PXD and SVD.
VXD::SensitiveDetector< SVDSimHit, SVDTrueHit > SensitiveDetector
The SVD Sensitive Detector class.
Abstract base class for different kinds of events.