Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Weidong Li is active.

Publication


Featured researches published by Weidong Li.


Chinese Physics C | 2016

Simulation of natural radioactivity backgrounds in the JUNO central detector

Xinying Li; Ziyan Deng; L. J. Wen; Weidong Li; Zhengyun You; Chun-Xu Yu; Yumei Zhang; Tao Lin

The Jiangmen Underground Neutrino Observatory (JUNO) is an experiment proposed to determine the neutrino mass hierarchy and probe the fundamental properties of neutrino oscillation. The JUNO central detector is a spherical liquid scintillator detector with 20 kton flducial mass. It is required to achieve a 3%= p E(MeV) energy resolution with very low radioactive background, which is a big challenge to the detector design. In order to ensure the detector performance can meet the physics requirements, reliable detector simulation is necessary to provide useful information for the detector design. A simulation study of natural radioactivity backgrounds in the JUNO central detector has been performed to guide the detector design and set requirements for the radio-purity of the detector materials. The accidental background induced by natural radioactivity in the JUNO central detector is 1.1/day. The result is satisfled for the experiment.


Journal of Physics: Conference Series | 2015

SNiPER: an offline software framework for non-collider physics experiments

Jiaheng Zou; X. T. Huang; Weidong Li; Tao Lin; T. Li; K. Zhang; Ziyan Deng; Guofu Cao

SNiPER (Software for Non-collider Physics ExpeRiments) has been developed based on common requirements from both nuclear reactor neutrino and cosmic ray experiments. The design and implementation of SNiPER is described in this proceeding. Compared to the existing offline software frameworks in the high energy physics domain, the design of SNiPER is more focused on execution efficiency and flexibility. SNiPER has an open structure. User applications are executed as plug-ins based on it. The framework contains a compact kernel for software components management, event execution control, job configuration, common services, etc. Some specific features are attractive to non-collider physics experiments.


Journal of Physics: Conference Series | 2017

The Application of SNiPER to the JUNO Simulation

Tao Lin; Jiaheng Zou; Weidong Li; Ziyan Deng; Xiao Fang; Guofu Cao; Xing-Tao Huang; Zhengyun You

The JUNO (Jiangmen Underground Neutrino Observatory) is a multipurpose neutrino experiment which is designed to determine neutrino mass hierarchy and precisely measure oscillation parameters. As one of the important systems, the JUNO offline software is being developed using the SNiPER software. In this proceeding, we focus on the requirements of JUNO simulation and present the working solution based on the SNiPER. The JUNO simulation framework is in charge of managing event data, detector geometries and materials, physics processes, simulation truth information etc. It glues physics generator, detector simulation and electronics simulation modules together to achieve a full simulation chain. In the implementation of the framework, many attractive characteristics of the SNiPER have been used, such as dynamic loading, flexible flow control, multiple event management and Python binding. Furthermore, additional efforts have been made to make both detector and electronics simulation flexible enough to accommodate and optimize different detector designs. For the Geant4-based detector simulation, each sub-detector component is implemented as a SNiPER tool which is a dynamically loadable and configurable plugin. So it is possible to select the detector configuration at runtime. The framework provides the event loop to drive the detector simulation and interacts with the Geant4 which is implemented as a passive service. All levels of user actions are wrapped into different customizable tools, so that user functions can be easily extended by just adding new tools. The electronics simulation has been implemented by following an event driven scheme. The SNiPER task component is used to simulate data processing steps in the electronics modules. The electronics and trigger are synchronized by triggered events containing possible physics signals. The JUNO simulation software has been released and is being used by the JUNO collaboration to do detector design optimization, event reconstruction algorithm development and physics sensitivity studies.


arXiv: Instrumentation and Detectors | 2018

Parallelized JUNO simulation software based on SNiPER

Tao Lin; Jiaheng Zou; Weidong Li; Ziyan Deng; Guofu Cao; Xing-Tao Huang; Zhengyun You

The Jiangmen Underground Neutrino Observatory (JUNO) is a neutrino experiment to determine neutrino mass hierarchy. It has a central detector used for neutrino detection, which consists of a spherical acrylic vessel containing 20 kt LS and about 18,000 20-inch PMTs to collect light from LS. Around the CD, there is a water pool to shield radioactivities. The WP is equipped with about 2000 PMTs to measure cosmic ray muons by detecting Cherenkov light. nAs one of the important parts in JUNO offline software, the serial simulation framework is developed based on SNiPER. It is in charge of physics generator, detector simulation, event mixing and digitization. However Geant4 based detector simulation of such a large detector is time-consuming and challenging. It is necessary to take full advantages of parallel computing to speedup simulation. Starting from version 10, Geant4 supports event-level parallelism. Even though based on pthread, it could be extended with other libraries such as Intel TBB. Therefore it is possible to parallelize JUNO simulation framework via integrating Geant4 and SNiPER. nIn this paper, our progress in developing parallelized simulation software are presented. The SNiPER framework can run in sequential mode, Intel TBB mode or other modes. The SNiPER task component is in charge of event loop, which is like a simplified application manager. Two types of tasks are introduced in the simulation framework, one is global task and another is worker task. The global task will run only once to initialize detector geometry and physics processes. The worker tasks will be spawned after global task is done. In each worker task, a Geant4 run manager is invoked to do the real simulation. Therefore the simulation framework and the underlying TBB have been decoupled. Finally, the software performance of parallelized JUNO simulation software is also presented.


Proceedings of 38th International Conference on High Energy Physics — PoS(ICHEP2016) | 2017

Offline Data Processing Software for the JUNO Experiment

Xing-Tao Huang; Teng Li; Jiaheng Zou; Tao Lin; Weidong Li; Ziyan Deng; Guofu Cao

JUNO is a multi-purpose neutrino experiment designed to determine the neutrino mass hierarchy and precisely measure oscillation parameters. The offline data processing of JUNO is based on the newly designed and developed SNiPER framework which provides flexible event management buffer, efficient event execution controlling, user-friendly interfaces and so on. The event data model of JUNO is based on the ROOT TObject. A new type of smart pointer, SmartRef, is designed to meet the special multi-event correlation requirements of neutrino experiments. SmartRef uses the Universally Unique Identifier to handle the references of event data objects, both in memory and in ROOT files. The Input/Output system supports the lazy-loading of event objects when reading data from ROOT files. So far, JUNO offline data processing software has been successfully used for the optimization of detector performance as well as study of reconstruction and physics performance.


Chinese Physics C | 2017

Design and development of JUNO event data model

Teng Li; Xin Xia; Xing-Tao Huang; Jiaheng Zou; Weidong Li; Tao Lin; Kun Zhang; Ziyan Deng

The Jiangmen Underground Neutrino Observatory (JUNO) detector is designed to determine the neutrino mass hierarchy and precisely measure oscillation parameters. The general purpose design also allows measurements of neutrinos from many terrestrial and non-terrestrial sources. The JUNO Event Data Model (EDM) plays a central role in the offline software system, it describes the event data entities through all processing stages for both simulated and collected data, and provides persistency via the input/output system. Also, the EDM is designed to enable flexible event handling such as event navigation, as well as the splitting of MC IBD signals and mixing of MC backgrounds. This paper describes the design, implementation and performance of JUNO EDM.


Chinese Physics C | 2016

Track segment finding with CGEM-IT and matching to outer drift chamber tracks in the BESIII detector

Xin-Hua Sun; Liang-Liang Wang; L. H. Wu; Xu-Dong Ju; Qing-Lei Xiu; Liao-Yuan Dong; Ming-Yi Dong; Weidong Li; Wei-Guo Li; Huai-Min Liu; Q. Ouyang; Ye Yuan; Yao Zhang

The relative differences in coordinates of Cylindrical Gas Electron Multiplier Detector-based Inner Tracker (CGEM-IT) clusters are studied to search for track segments in CGEM-IT for the BESIII experiment. With the full simulation of single muon track samples, clear patterns are found and parameterized for the correct cluster combinations. The cluster combinations satisfying the patterns are selected as track segment candidates in CGEM-IT with an efficiency higher than 99%. The parameters of the track segments are obtained by a helix fitting. Some χ2 quantities, evaluating the differences in track parameters between the track segments in CGEM-IT and the tracks found in the outer drift chamber, are calculated and used to match them. Proper χ2 requirements are determined as a function of transverse momentum and the matching efficiency is found to be reasonable.


Chinese Physics C | 2016

Fast muon simulation in the JUNO central detector

Tao Lin; Ziyan Deng; Weidong Li; Guofu Cao; Zhengyun You; Xinying Li

The Jiangmen Underground Neutrino Observatory(JUNO) is a multi-purpose neutrino experiment designed to measure the neutrino mass hierarchy using a central detector(CD),which contains 20 kton liquid scintillator(LS) surrounded by about 17000 photonuiltiplier tubes(PMTs).Due to the large fiducial volume and huge number of PMTs,the simulation of a muon particle passing through the CD with the Geant4 toolkit becomes an extremely computation-intensive task.This paper presents a fast simulation implementation using a so-called voxel method:for scintillation photons generated in a certain LS voxel,the PMT’s response is produced beforehand with Geant4 and then introduced into the simulation at runtime.This pararneterisation method successfully speeds up the most CPU consuming process,the optical photon’s propagation in the LS,by a factor of 50.In the paper,the comparison of physics performance between fast and full simulation is also given.The Jiangmen Underground Neutrino Observatory (JUNO) is a multi-purpose neutrino experiment designed to measure the neutrino mass hierarchy using a central detector (CD), which contains 20 kton liquid scintillator (LS) surrounded by about 17000 photomultiplier tubes (PMTs). Due to the large fiducial volume and huge number of PMTs, the simulation of a muon particle passing through the CD with the Geant4 toolkit becomes an extremely computation-intensive task. This paper presents a fast simulation implementation using a so-called voxel method: for scintillation photons generated in a certain LS voxel, the PMTs response is produced beforehand with Geant4 and then introduced into the simulation at runtime. This parameterisation method successfully speeds up the most CPU consuming process, the optical photons propagation in the LS, by a factor of 50. In the paper, the comparison of physics performance between fast and full simulation is also given.


Chinese Physics C | 2016

Study of cluster reconstruction and track fitting algorithms for CGEM-IT at BESIII

Yue Guo; Liang-Liang Wang; Xu-Dong Ju; L. H. Wu; Qing-Lei Xiu; Hai-Xia Wang; Ming-Yi Dong; Jing-Ran Hu; Weidong Li; Wei-Guo Li; Huai-Min Liu; Q. Ouyang; Xiao-Yan Shen; Ye Yuan; Yao Zhang

Considering the aging effects of existing Inner Drift Chamber (IDC) of BESuppercaseexpandafter{romannumeral3}, a GEM based inner tracker is proposed to be designed and constructed as an upgrade candidate for IDC. This paper introduces a full simulation package of CGEM-IT with a simplified digitization model, describes the development of the softwares for cluster reconstruction and track fitting algorithm based on Kalman filter method for CGEM-IT. Preliminary results from the reconstruction algorithms are obtained using a Monte Carlo sample of single muon events in CGEM-IT.


Chinese Physics C | 2015

Calibration study of the X-T relation for the BESIII drift chamber

康晓琳; 伍灵慧; 吴智; 房双世; 何康林; 李卫东; 李卫国; 刘怀民; 毛泽普; 王亮亮; 袁野; 赵瑶; X. L. Kang; L. H. Wu; Z. Wu; T Luo; C Hu; Hx Wang; Ss Fang; Kang-Lin He; Weidong Li; Wei-Guo Li; Huai-Min Liu; Ze-Pu Mao; Ll Wang; Ye Yuan; Yao Zhang

This paper introduces the calibration of the time-to-distance relation for the BESIII drift chamber. The parameterization of the time-to-distance relation is presented. The studies of left-right asymmetry and the variation with the entrance angle are performed. The impact of dead channels on the time-to-distance relation is given special attention in order to reduce the shifts of the measured momenta for the tracks passing near dead cells. Finally we present the spatial resolution (123 {mu}m) for barrel Bhabha events (|cos{theta}|<0.8) from J/{psi} data taken in 2012.Offline calibration plays an important role in BESIII offline data processing. In order to achieve good spatial and momentum resolution, it is necessary to implement high precision offline calibration for the BESIII drift chamber. This paper studies the time-to-distance relations, which are important calibration constants for track reconstruction. The parameterization of the time-to-distance relation, studies of left-right asymmetry and studies of variation with entrance angle are performed. The impact of dead channels on the time-to-distance relation is given special attention in order to reduce the shift in measured momentum for tracks passing near dead cells. Finally. we present the resolutions for barrel Bhabha events (vertical bar cos theta vertical bar < 0.8) from a J/psi data set taken in 2012. The average spatial resolution is 123 mu m and the momentum resolution for 1.548 GeV/c Bhabha tracks is 11.9 MeV/c.

Collaboration


Dive into the Weidong Li's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar

L. H. Wu

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Tao Lin

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Ye Yuan

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Ziyan Deng

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Huai-Min Liu

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Jiaheng Zou

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar

Guofu Cao

Chinese Academy of Sciences

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Kang-Lin He

Chinese Academy of Sciences

View shared research outputs
Researchain Logo
Decentralizing Knowledge