2 from tracking
import metamodules
4 from .mc_side_module
import MCSideTrackingValidationModule
5 from .pr_side_module
import PRSideTrackingValidationModule
6 from .eventwise_module
import EventwiseTrackingValidationModule
10 """Harvesting validation module combining eventwise, pr side and mc side tracking valiation parts"""
13 MCSideModule = MCSideTrackingValidationModule
16 PRSideModule = PRSideTrackingValidationModule
19 EventwiseModule = EventwiseTrackingValidationModule
24 output_file_name=None,
25 reco_tracks_name='RecoTracks',
26 mc_reco_tracks_name='MCRecoTracks',
39 reco_tracks_name=reco_tracks_name,
40 mc_reco_tracks_name=mc_reco_tracks_name,
41 expert_level=expert_level)
46 reco_tracks_name=reco_tracks_name,
47 mc_reco_tracks_name=mc_reco_tracks_name,
48 expert_level=expert_level)
53 reco_tracks_name=reco_tracks_name,
54 mc_reco_tracks_name=mc_reco_tracks_name,
55 expert_level=expert_level)
67 """Initialization signal at the start of the event processing"""
73 module.output_file_name = output_tfile
79 """Termination signal at the start of the event processing"""