Belle II Software development
PXDHarvester Class Reference
Inheritance diagram for PXDHarvester:
VXDHarvester

Public Member Functions

def __init__ (self, output_file_name, use_mc_info)
 

Detailed Description

Collect dE/dX and the correct p of each PXD hit of the MC particles. 

Definition at line 320 of file harvester.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  output_file_name,
  use_mc_info 
)
Constructor

Reimplemented from VXDHarvester.

Definition at line 323 of file harvester.py.

323 def __init__(self, output_file_name, use_mc_info):
324 """Constructor"""
325 VXDHarvester.__init__(self, clusters="PXDClusters", detector=Belle2.Const.PXD, output_file_name=output_file_name,
326 use_mc_info=use_mc_info)
327
328

The documentation for this class was generated from the following file: