From f03509ae49b7faf05797001694d537a7e8eb0a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 10 Feb 2022 10:45:14 +0100 Subject: [PATCH] Update 'TMsource' --- TMsource.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/TMsource.md b/TMsource.md index 91db48d..0a0b08d 100644 --- a/TMsource.md +++ b/TMsource.md @@ -137,7 +137,7 @@ Class used to save the counters for truth-matching vetos. Given integer shows wh * int pi_plus_TRUEID * int pi_plus_MOTHER_ID * int pi_plus_GD_MOTHER_ID - * + ### **Functions:** * **pi_plus_IDs()** // constructor * **~pi_plus_IDs()** // destructor @@ -153,7 +153,7 @@ Class used to save the counters for truth-matching vetos. Given integer shows wh * int Ks_pi_MOTHER_ID * int Ks_pi_GD_MOTHER_ID * int Ks_pi_GD_GD_MOTHER_ID - * + ### **Functions:** * **Ks_pi_IDs()** // constructor * **~Ks_pi_IDs()** // destructor @@ -170,7 +170,7 @@ Class used to save the counters for truth-matching vetos. Given integer shows wh * int mu_MOTHER_ID * int mu_GD_MOTHER_ID * bool ReferenceChannel = false - * + #### **Functions:** * **mu_IDs()** * **Parameters** @@ -195,18 +195,17 @@ Class used to save the counters for truth-matching vetos. Given integer shows wh * bool ReferenceChannel = false * ### **Functions:** - * **J_psi_IDs()** - * **Parameters** - * bool isRefChan - * **Return** - * **~J_psi_IDs()** // destructor - * **bool isJpsi()** - * **Parameters** - * counters \*counter - * bool J_psi_TM - * bool B_plus_TM - * **Return** - * True if Jpsi passes the truth matching, False if not. You can also turn on/off checking the mother particle (B+). +* **J_psi_IDs()** + * **Parameters** + * bool isRefChan +* **~J_psi_IDs()** // destructor +* **bool isJpsi()** + * **Parameters** + * counters \*counter + * bool J_psi_TM + * bool B_plus_TM + * **Return** + * True if Jpsi passes the truth matching, False if not. You can also turn on/off checking the mother particle (B+). # Functions and their parameters: