Closed bdorney closed 5 years ago
Cut values for determining channel masks don't match between ana_scans.py and anaUltraScurve.py. The ones in ana_scans.py should be used.
ana_scans.py
anaUltraScurve.py
The ones in ana_scans.py should be used.
The cuts correct cuts in ana_scans.py are:
https://github.com/cms-gem-daq-project/gem-plotting-tools/blob/581e2414844bbba0ce5a122f4c67d7183b9d3daf/ana_scans.py#L828-L832
While the outdated cuts are:
https://github.com/cms-gem-daq-project/gem-plotting-tools/blob/581e2414844bbba0ce5a122f4c67d7183b9d3daf/anaUltraScurve.py#L27-L37
Potentially bad analysis.
Closed by #234
Brief summary of issue
Cut values for determining channel masks don't match between
ana_scans.py
andanaUltraScurve.py
. The ones inana_scans.py
should be used.Types of issue
Expected Behavior
The ones in
ana_scans.py
should be used.Current Behavior
The cuts correct cuts in
ana_scans.py
are:https://github.com/cms-gem-daq-project/gem-plotting-tools/blob/581e2414844bbba0ce5a122f4c67d7183b9d3daf/ana_scans.py#L828-L832
While the outdated cuts are:
https://github.com/cms-gem-daq-project/gem-plotting-tools/blob/581e2414844bbba0ce5a122f4c67d7183b9d3daf/anaUltraScurve.py#L27-L37
Context (for feature requests)
Potentially bad analysis.
Your Environment