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

Public Member Functions

def __init__ (self, output_file_name, use_mc_info)
 

Detailed Description

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

Definition at line 329 of file harvester.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  output_file_name,
  use_mc_info 
)
Constructor

Reimplemented from VXDHarvester.

Definition at line 332 of file harvester.py.

332 def __init__(self, output_file_name, use_mc_info):
333 """Constructor"""
334 VXDHarvester.__init__(self, clusters="SVDClusters", detector=Belle2.Const.SVD, output_file_name=output_file_name,
335 use_mc_info=use_mc_info)
336
337

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