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 SVDSENSITIVEDETECTOR_H
13 #define SVDSENSITIVEDETECTOR_H
14 
15 #include <svd/dataobjects/SVDSimHit.h>
16 #include <svd/dataobjects/SVDTrueHit.h>
17 #include <vxd/simulation/SensitiveDetector.h>
18 
19 namespace Belle2 {
25  namespace SVD {
27  typedef VXD::SensitiveDetector<SVDSimHit, SVDTrueHit> SensitiveDetector;
28  } //end of namespace svd
30 } // end of namespace Belle2
31 
32 #endif /* SVDSENSITIVEDETECTOR_H */
Belle2::SVD::SensitiveDetector
VXD::SensitiveDetector< SVDSimHit, SVDTrueHit > SensitiveDetector
The SVD Sensitive Detector class.
Definition: SensitiveDetector.h:36
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19