test SVD SensorInfo getters
More...
test SVD SensorInfo getters
- > prepend the GT you want to test
- > set the Experiment and Run number you want to test
- > basf2 dumpSensorInfoParameters.py
print velocity
Definition at line 27 of file dumpSensorInfoParameters.py.
◆ beginRun()
do everything here
Definition at line 30 of file dumpSensorInfoParameters.py.
31 """do everything here"""
39 sensorInfo = geoCache.getSensorInfo(vxdID)
40 print(
'printing velocity VS thickness for' + str(layer) +
'.' + str(ladder) +
'.' + str(sensor))
41 thickness = sensorInfo.getThickness()
44 for s
in range(0, N + 1):
46 z = - thickness / 2 + step * s
47 print(
'Z = ' + str(z * 1e4) +
' um')
49 sensorInfo.getVelocity(-1, r.TVector3(0, 0, z)).Print()
51 sensorInfo.getVelocity(+1, r.TVector3(0, 0, z)).Print()
static GeoCache & getInstance()
Return a reference to the singleton instance.
Class to uniquely identify a any structure of the PXD and SVD.
The documentation for this class was generated from the following file: