Belle II Software  release-05-01-25
SensitiveDetector.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2010-2011 Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Andreas Moll, Zbynek Drasal, Peter Kvasnicka *
7  * Martin Ritter *
8  * *
9  * This software is provided "as is" without any warranty. *
10  **************************************************************************/
11 
12 #ifndef PXD_SENSITIVEDETECTOR_H_
13 #define PXD_SENSITIVEDETECTOR_H_
14 
15 #include <pxd/dataobjects/PXDSimHit.h>
16 #include <pxd/dataobjects/PXDTrueHit.h>
17 #include <vxd/simulation/SensitiveDetector.h>
18 
19 namespace Belle2 {
25  namespace PXD {
27  typedef VXD::SensitiveDetector<PXDSimHit, PXDTrueHit> SensitiveDetector;
28  } //end of namespace PXD
30 } // end of namespace Belle2
31 
32 #endif /* PXD_SENSITIVEDETECTOR_H_ */
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::PXD::SensitiveDetector
VXD::SensitiveDetector< PXDSimHit, PXDTrueHit > SensitiveDetector
The PXD Sensitive Detector class.
Definition: SensitiveDetector.h:36