Belle II Software  release-08-01-10
PXDSimHit.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 <vxd/dataobjects/VXDSimHit.h>
12 
13 namespace Belle2 {
24  class PXDSimHit : public VXDSimHit {
25  public:
28 
36  PXDSimHit(VxdID sensorID, int pdg, float globalTime, const float* posIn,
37  const float* posOut): VXDSimHit(sensorID, pdg, globalTime, posIn, posOut)
38  {}
39 
40  private:
42  };
44 } // end namespace Belle2
Class PXDSimHit - Geant4 simulated hit for the PXD.
Definition: PXDSimHit.h:24
PXDSimHit(VxdID sensorID, int pdg, float globalTime, const float *posIn, const float *posOut)
Standard constructor.
Definition: PXDSimHit.h:36
PXDSimHit()
default constructor for ROOT
Definition: PXDSimHit.h:27
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Class VXDSimHit - Geant4 simulated hit for the VXD.
Definition: VXDSimHit.h:30
Class to uniquely identify a any structure of the PXD and SVD.
Definition: VxdID.h:33
Abstract base class for different kinds of events.