Update 'MCtruthmatching.cpp'

Renata Kopecná 2022-01-27 10:11:35 +01:00
parent d10b27df57
commit 96d1f56137

@ -51,14 +51,12 @@ Checks the TRUEID decay chain, fills some mass histograms and returns whether th
* pi_plus: pi_plus_IDs class of the pi+ * pi_plus: pi_plus_IDs class of the pi+
* Ks_pi_plus: Ks_pi_IDs class of the pi+ from Ks * Ks_pi_plus: Ks_pi_IDs class of the pi+ from Ks
* Ks_pi_minus: Ks_pi_IDs class of the pi- from Ks * Ks_pi_minus: Ks_pi_IDs class of the pi- from Ks
* \*counter: counter class to see the number of vetoed events * \*counter: counter class to see the number of vetoed events
* \*h_pi0_mismatched_mass: histogram to be filled with the mass of mismatched pi0 * \*h_pi0_mismatched_mass: histogram to be filled with the mass of mismatched pi0
* \*h_Bplus_M_pi0mismatched: histogram to be filled with the B+ mass for events with mismatched pi0 * \*h_Bplus_M_pi0mismatched: histogram to be filled with the B+ mass for events with mismatched pi0
* \*h_Bplus_M_noPi0Constr:histogram to be filled with the B+ mass for events with any pi0 * \*h_Bplus_M_noPi0Constr:histogram to be filled with the B+ mass for events with any pi0
* \*h_pi0_resolved_mass: histogram to be filled with the pi0 mass * \*h_pi0_resolved_mass: histogram to be filled with the pi0 mass
* \*h_Bplus_M_pi0random: histogram to be filled with the B+ mass for events with random * \*h_Bplus_M_pi0random: histogram to be filled with the B+ mass for events with random
* B_plus_TM: Check whether the TRUEID chain originates from a B? * B_plus_TM: Check whether the TRUEID chain originates from a B?
* K_star_plus_TM: Check whether the TRUEID chain originates from a Kstar? * K_star_plus_TM: Check whether the TRUEID chain originates from a Kstar?
* K_plus_TM: Check whether the TRUEID chain originates from a Kplus? * K_plus_TM: Check whether the TRUEID chain originates from a Kplus?