Update 'TMsource'

Renata Kopecná 2022-02-10 10:45:14 +01:00
parent 03c99e1099
commit f03509ae49

@ -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: