Changeset d1ab205 in git for modules/CscClusterId.cc
- Timestamp:
- Jan 11, 2022, 10:25:45 PM (3 years ago)
- Children:
- 157fe13
- Parents:
- c6bce62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/CscClusterId.cc
rc6bce62 rd1ab205 17 17 */ 18 18 19 /** \claCscClusterIdncy 20 * 21 * Selects candidates from the InputArray according to the efficiency formula. 22 * 23 * \author P. Demin - UCL, Louvain-la-Neuve 24 * 25 */ 19 /** \class CscClusterId 20 * 21 * This module is specific to the CMS paper searching for neutral LLPs in the CMS endcap muon detectors: https://arxiv.org/abs/2107.04838 22 * It is implemented based on the cut_based_id.py function provided in the HEPData entry of the paper: https://www.hepdata.net/record/104408 23 * 24 * \author Christina Wang 25 * 26 */ 26 27 27 28 #include "modules/CscClusterId.h"
Note:
See TracChangeset
for help on using the changeset viewer.