Belle II Software  release-08-01-10
SensitiveAero.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 ARICHSENSITIVEAERO_H
10 #define ARICHSENSITIVEAERO_H
11 
12 #include <simulation/kernel/SensitiveDetectorBase.h>
13 
14 namespace Belle2 {
19  namespace arich {
21 
23 
24  public:
25 
26 
31  SensitiveAero();
32 
38  bool step(G4Step* aStep, G4TouchableHistory*) override;
39 
40  };
41 
42  } // end of namespace arich
44 } // end of namespace Belle2
45 
46 #endif /* ARICHSENSITIVEAERO_H */
Base class for all Sensitive Detectors to create hits during simulation.
This is optional (temporary) class that provides information on track parameters on aerogel plane,...
Definition: SensitiveAero.h:22
bool step(G4Step *aStep, G4TouchableHistory *) override
Process each step and calculate variables defined in PXDSimHit.
Abstract base class for different kinds of events.