期刊文献+
共找到19篇文章
< 1 >
每页显示 20 50 100
Communication between Trigger/DAQ and DCS in ATLAS
1
作者 H.Burckhart R.Hart 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期109-112,共4页
Within the ATLAS experiment Trigger/DAQ and DCS are both logically and physically separated.Nevertheless there is a need to communicate.The initial problem definition and analysis suggested three subsystems the Trigge... Within the ATLAS experiment Trigger/DAQ and DCS are both logically and physically separated.Nevertheless there is a need to communicate.The initial problem definition and analysis suggested three subsystems the Trigger/DAQ DCS Communication (DDC) project should support the ability to :1.exchange data between Trigger/DAQ and DCS;2.send alarm messages from DCS to Trigger/DAQ;3.issue commands to DCS from Trigger/DAQ.Each subsystem is developed and implemented independently using a common software infrastructure.Among the various subsystems of the ATLAS Trigger/DAQ the Online is responsible for the control and configuration.It is the glue connecting the different systems such as data flow.level 1 and high-level triggers.The DDC uses the various Online components as an interface point on the Trigger/DAQ side with the PVSS II SCADA system on the DCS side and addresses issues such as partitioning,time stamps,event numbers,hierarchy,authorization and security,PVSS II is a commercial product chosen by CERN to be the SCADA system for all LHC experiments,Its API provides full access to its database,which is sufficient to implement the 3 subsystems of the DDC software,The DDC project adopted the Online Software Process,which recommends a basic software life-cycle:problem statement,analysis,design,implementation and testing.Each phase results in a corresponding document or in the case of the implementation and testing,a piece of code,Inspection and review take a major role in the Online software process,The DDC documents have been inspected to detect flaws and resulted in a improved quality.A first prototype of the DDC is ready and foreseen to be used at the test-beam during summer 2001. 展开更多
关键词 atlas实验 触发DAQ 触发DCS 计算机控制
下载PDF
The PC—Based ATLAS Event Filter Prototype:Supervision Design,Implementation and Tests
2
作者 C.P.Bee F.Etienne 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期587-588,共2页
The studies undertaken to prepare the Technical Design Report of the ATLAS 3^rd Level Trigger(Event Filter)are performed on different prototypes based on different technologies.we present here the most recent results ... The studies undertaken to prepare the Technical Design Report of the ATLAS 3^rd Level Trigger(Event Filter)are performed on different prototypes based on different technologies.we present here the most recent results obtained for the supervision of the prototype based on conventional,off-the-shelf PC machines and Java Moblie agent technology. 展开更多
关键词 atlas实验 事件滤器 软件开发 控制软件
下载PDF
Comparison of GEANT4 Simulations with Testbeam Data and GEANT3 for the ATLAS Liquid Argon Calorimeter
3
作者 D.Benchekroun G.Karapetian 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期350-353,共4页
We present several comparisons of GEANT4 simulations with test beam data and GEANT3 simulations for different liquid argon(LAr) calorimeters of the ATLAS detector,All relevant parts of the test beam setup(scintilators... We present several comparisons of GEANT4 simulations with test beam data and GEANT3 simulations for different liquid argon(LAr) calorimeters of the ATLAS detector,All relevant parts of the test beam setup(scintilators,multi wire proportional chambers,cryostat etc.)are described in GEANT4 as well as in GEANT3.Muon and electron data at different energies have been compared with Monte Carlo prediction. 展开更多
关键词 atlas实验 电磁量热器 液态氩量热器 探测束数据模拟
下载PDF
Experience Using Different DBMSs in Prototyping a Book—Keeper for ATLAS‘ DAQ Software
4
作者 AAmorim R.Jones 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期248-251,共4页
The Online Book-keeper(OBK) was developed to keep track of past data taking activity,as well as providing the hardware and software conditions during physics data taking to the scientists doing offline analysis.The ap... The Online Book-keeper(OBK) was developed to keep track of past data taking activity,as well as providing the hardware and software conditions during physics data taking to the scientists doing offline analysis.The approach adopted to build the OBK was to develop a series of prototypes,experlimenting and comparing different DBMS systems for data storage,In this paper we describe the implemented prototypes,analyse their different characteristics and present the results obtained using a common set of tests. 展开更多
关键词 atlas实验 DAQ 软件开发
下载PDF
Large Scale and Performance tests of the ATLAS Online Software
5
作者 Alexandrov H.Wolters 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期572-576,共5页
One of the sub-systems of the Trigger/DAQ system of the future ATLAS experiment is the Online Software system.It encompasses the functionality needed to configure,control and monitor the DAQ.Its architecture is based ... One of the sub-systems of the Trigger/DAQ system of the future ATLAS experiment is the Online Software system.It encompasses the functionality needed to configure,control and monitor the DAQ.Its architecture is based on a component structure described in the ATLAS Trigger/DAQ technical proposal.Resular integration tests ensure its smooth operation in test beam setups during its evolutionary development towards the final ATLAS online system.Feedback is received and returned into the development process.Studies of the system.behavior have been performed on a set of up to 111 PCs on a configuration which is getting closer to the final size,Large scale and performance tests of the integrated system were performed on this setup with emphasis on investigating the aspects of the inter-dependence of the components and the performance of the communication software.Of particular interest were the run control state transitions in various configurations of the run control hierarchy.For the purpose of the tests,the software from other Trigger/DAQ sub-systems has been emulated.This paper presents a brief overview of the online system structure,its components and the large scale integration tests and their results. 展开更多
关键词 atlas实验 软件开发 脱机软件
下载PDF
Grid—Enabled Data Access in the ATLAS Athena Framework
6
作者 D.Malon S.Resconi 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期684-687,共4页
Athena is the common framework used by the ATLAS experiment for simulation,reconstruction,and analysis,By design,Athena supports multiple persistence services,and insulates users from technology-specific persistence d... Athena is the common framework used by the ATLAS experiment for simulation,reconstruction,and analysis,By design,Athena supports multiple persistence services,and insulates users from technology-specific persistence details.Athena users and even most Athena package developers should neither know nor care whether data come from the grid or from local filesystems.nor whether data reside in object databases,in ROOT or ZEBRA files,or in ASCII files.In this paper we describe how Athena applications may transparently take advantage of emerging services provided by grid software today-how data generated by Athea jobs are registered in grid replica catalogs and other collection management services,and the means by which input data are identified and located in a grid-aware collection management environment.We outline an evolutionary path toward incorporation of grid-based virtual data services,whereby locating data may be replaced by locating a recipe according to which that dta may be generated.Several implementation scenarios,ranging from lowlevel grid catalog services(e.g.,from Globus)through higher-level services such as the Grid Data Management Pilot (under development as part of the European DataGrid porject,in collaboration,with the Particle Physics Data Grid)to more conventional database services,and a common architecture to support these various scenarios,are also described. 展开更多
关键词 atlas实验 粒子物理学 虚拟数据
下载PDF
The Implementation of Full ATLAS Detector Simulation Program
7
《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期481-484,共4页
The ATLAS detector is one of the most sophisticated and huge detectors ever designed up to now.A detailed,flexible and complete simulation program is needed in order to study the characteristics and possible problems ... The ATLAS detector is one of the most sophisticated and huge detectors ever designed up to now.A detailed,flexible and complete simulation program is needed in order to study the characteristics and possible problems of such a challenging apparatus and to answer to all raising questions in terms of physics,design optimization,etc.To cope with these needs we are implementing an application based on the simulation framework FADS/Goofy(Framework for ATLAS Detector Simulation /Geant4-based Object-Oriented Folly)in the Geant4 environment.The user's specific code implementation is presented in detalils for the different applications implemented until now,from the various components of the ATLAS spectrometer top some particular testbeam facilities,particular emphasis is put in describing the simulation of the Muon Spectrometer and its subsystems as a test case for the implementation of the whole detector simulation program:the intrinsic complexity in the geometry description of the Muon System is one of the more demanding problems that are faced.The magnetic field handling,the physics impact in the event processing in presence of backgrounds from different sources and the implementation of different possible generators(including Pythia) are also discussed. 展开更多
关键词 atlas探测器 模拟程序 atlas实验
下载PDF
ATLAS DAQ Configuration Databases
8
作者 I.Alexandrov A.Amorim 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期608-611,共4页
The configuration databases are an important part of the Trigger/DAQ system of the future ATLAS experiment .This paper describes their current status giving details of architecture,implementation,test results and plan... The configuration databases are an important part of the Trigger/DAQ system of the future ATLAS experiment .This paper describes their current status giving details of architecture,implementation,test results and plans for future work. 展开更多
关键词 atlas实验 位形数据库 实验结果
下载PDF
Design and Prototyping of the ATLAS High Level Trigger
9
作者 J.A.C.Bogaerts 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期593-596,共4页
This paper outlines the desgn and prototyping of the ATLAS High Level Trigger(HLT)wihch is a combined effort of the Data Collection HLT and PESA(Physics and Event Selection Architecture)subgroups within the ATLAS TDAQ... This paper outlines the desgn and prototyping of the ATLAS High Level Trigger(HLT)wihch is a combined effort of the Data Collection HLT and PESA(Physics and Event Selection Architecture)subgroups within the ATLAS TDAQ collaboration.Two important issues,alresdy outlined in the ATLAS HLT,DAQ and DCS Technical Proposal [1] will be highlighted:the treatment of the LVL2 Trigger and Event Filter as aspects of a general HLT with a view to easier migration of algorthms between the two levels;unification of the selective data collection for LVL2 and Event Building. 展开更多
关键词 atlas实验 高能级触发器 数据收集
下载PDF
LHC光纤数据链路传输中LOCic系统编解码延时测量 被引量:3
10
作者 邓彬伟 刘天宽 《电子技术应用》 北大核心 2015年第6期69-72,共4页
在高速数据传输中,数据传输延时是表征编解码系统性能的重要参数,特别是在欧洲核子中心LHC(大型强子对撞机)ATLAS(超环面仪器实验)探测器读出系统里尤为重要。针对将用于LHC ATLAS实验升级中的LOCic(线码在芯片专用集成电路)线性编码系... 在高速数据传输中,数据传输延时是表征编解码系统性能的重要参数,特别是在欧洲核子中心LHC(大型强子对撞机)ATLAS(超环面仪器实验)探测器读出系统里尤为重要。针对将用于LHC ATLAS实验升级中的LOCic(线码在芯片专用集成电路)线性编码系统的FPGA实现给出了其延时参数测量的设计方法和实现过程。准确地测得了延时大小,说明了LOCic线性编码的低延时特性,为用于ATLAS实验升级中对该线性编码系统性能标定提供了依据。 展开更多
关键词 高速数据传输 延时测量 LOCic 大型强子对撞机 atlas实验升级
下载PDF
访问法国Grenoble LPSC/IN2P3
11
作者 冯存峰 《国际学术动态》 2009年第4期55-55,共1页
本人在2008年3月15-28日期间访问了LPSC。LPSC是法国国家核物理及粒子物理研究院(IN2P3)的—个分支机构。位于格勒诺贝尔,主要从事粒子物理、宇宙学的研究。在ATLAS实验中,LPSC参加了量能器的研制工作,目前正在进行ATLAS实验的模... 本人在2008年3月15-28日期间访问了LPSC。LPSC是法国国家核物理及粒子物理研究院(IN2P3)的—个分支机构。位于格勒诺贝尔,主要从事粒子物理、宇宙学的研究。在ATLAS实验中,LPSC参加了量能器的研制工作,目前正在进行ATLAS实验的模拟数据的分析研究,在自叩夸克物理以及带电Higgs粒子的寻找和测量方面,已经取得在国际同行中的领先地位。2007年山东大学与LPSC在中法粒子物理实验室(FCPPL)的框架下建立合作关系,合作开展ATLAS物理研究工作。 展开更多
关键词 法国 atlas实验 物理研究院 HIGGS粒子 粒子物理 合作关系 物理实验 分支机构
下载PDF
我国将承担TGC探测器的研制生产
12
作者 何瑁 《国际学术动态》 2000年第6期67-68,共2页
ATLAS是欧洲核研中心(CERN)LHC计划中一个规模最大的实验,共有35个国家约2 000名科学家参加,计划于2005年运行。目前处在加速器和探测器的建造和研制阶段。
关键词 atlas实验 中国 TGC探测器 研制 高能物理
下载PDF
大型强子对撞机“呼叫”计算机程序员
13
《黑龙江科技信息》 2014年第16期I0001-I0001,共1页
ATLAS实验中的希格斯粒子衰变信号。希格斯玻色子的"真实模样"在计算机程序员眼中,或许并不那么虚幻。
关键词 大型强子对撞机 程序员 计算机 atlas实验 呼叫 粒子衰变 希格斯玻色子 希格斯粒子
下载PDF
中国科学家为寻找“上帝粒子”作出贡献
14
《创新时代》 2012年第8期15-15,共1页
欧洲核子研究中心7月4日宣布,Atlas实验和CMS实验观察到新粒子,与科学界寻求已久的被称为“上帝粒子”的希格斯玻色子一致。中科院高能物理研究所7月5日对外宣布称,中国科学家亦为实验作出贡献。相关专家表示,这一发现具有里程碑式... 欧洲核子研究中心7月4日宣布,Atlas实验和CMS实验观察到新粒子,与科学界寻求已久的被称为“上帝粒子”的希格斯玻色子一致。中科院高能物理研究所7月5日对外宣布称,中国科学家亦为实验作出贡献。相关专家表示,这一发现具有里程碑式的科学意义,但最终结果的证实仍需要相当长时间。 展开更多
关键词 中国科学家 新粒子 欧洲核子研究中心 atlas实验 高能物理研究所 希格斯玻色子 实验观察 CMS
下载PDF
Adding a Scripting Interface to Gaudi
15
作者 ChristopherT.Day DavidQuarrie 等 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期213-214,共2页
Athena,the Software Framework for ATLAS' offline software is based on the Gaudi Framework from LHCb^1,The Processing Model of Gaudi is essentially that of a batch-oriented system -a User prepares a file detailing ... Athena,the Software Framework for ATLAS' offline software is based on the Gaudi Framework from LHCb^1,The Processing Model of Gaudi is essentially that of a batch-oriented system -a User prepares a file detailing the configuration of which Algorithms are to be applied to the input data of a job and the parameter values that control the behavior of each Algorithm instance.The Framework then reads that file once at the beginning of a job and runs to completion with no further interaction with the User. We have enhanced the Processing Model to include an interactive mode where a User can cotrol the event loop of a running job and modify the Algorithms and parameters on the fly.We changed only a very small number of Gaudi Classes to provide access to parameters from an embedded Python interpreter,No change was made to the Gaudi Programming Model.i.e., developers need not change anything to make use of this added interface,We present details of the design and implementation of the interactive Python interface for Athena. 展开更多
关键词 atlas实验 Gaudi程序设计 控制算法 脱机软件
下载PDF
赵政国:追逐粒子物理“中国梦”
16
作者 徐金泉(摄) 《发明与创新(大科技)》 2019年第4期1-1,共1页
赵政国,男,1956年12月出生于湖南省靖州苗族侗族自治县(1956年时名靖县)。1982年毕业于中国科学技术大学近代物理系,1988年获该校博士学位。中国科学技术大学近代物理系教授,博士生导师。国际知名高能物理、实验粒子物理学家。2013年当... 赵政国,男,1956年12月出生于湖南省靖州苗族侗族自治县(1956年时名靖县)。1982年毕业于中国科学技术大学近代物理系,1988年获该校博士学位。中国科学技术大学近代物理系教授,博士生导师。国际知名高能物理、实验粒子物理学家。2013年当选为中国科学院院士。赵政国长期从事粒子物理实验研究。与合作者建造了特殊结构的弯晶谱仪并精确测量了奇异π氢、π氘原子因强相互作用引起的基态能级的偏移并首次观测到其谱线展宽;与合作者通过对飞行π介子束的测量,否定了KARMEN 实验报道的发现重中性粒子的结果;在北京谱仪上主持进行了2-5GeV 能区R 值的精确测量,其结果对由弱电数据间接寻找Higgs 粒子及其质量拟合以及精确检验标准模型起到极其重要的作用;R 值的结果被国际粒子数据手册收录且被写入教科书;在大型强子对撞机上的ATLAS实验中,为精密m 子谱仪的建造做出了重要贡献,并对双玻色子物理及Higgs 粒子的发现做出了直接贡献。曾获国家自然科学奖二等奖、中国科学院杰出青年科学家奖、北京市科学技术奖一等奖等。 展开更多
关键词 中国科学技术大学 粒子物理实验 中国科学院院士 atlas实验 大型强子对撞机 国家自然科学奖 HIGGS 精确测量
下载PDF
A Generic Identification Scheme for Hierarchically Structured Objects
17
作者 ChristianArnault StanBentvelsen 等 《International Conference on Computing in High Energy and Nuclear Physics》 2001年第1期262-265,共4页
The detector description database,the event data structure,the condition database are all examples(among others)of complex collections of objects which need to be unambiguously identified,not only internally to their ... The detector description database,the event data structure,the condition database are all examples(among others)of complex collections of objects which need to be unambiguously identified,not only internally to their own management structure.but also from one collection to the other.The requirements for such an identification scheme include the management of identifiers individually attached to each collected object,the possibility to formally spectify these identifiers (eg through dictionaries),to generate optimised and compact representations for these identifiers and to be able to use them as sorting and searching keys.we present here the generic toolkit developed in the context of the Atlas experiment to primarily provide the identification of the readout elements of the detector.This toolkit offers several either generic or specialized component such as:an XML based dictionary with which the formal specification of a particular object collection is expressed,a set of various binary representations for identifier objects(offering various level of compaction),range operators meant to manipulate ranges of identifiers,and finally a collection manager similar to the STL map but optimised for an organization keyed by Identifiers.All these components easily interoperate.In Particular the Identifier didctionary offers means of specifying permitted cardinalities of objects at each level of the hierarchy,This can then be translated into Identifier Ranges or can be used as the strategy driver for high compactification of the identifiers(e.g.to store very large number of identified objects).Current use of this toolkit within the detector description will be presented,and expected or possible other usages will be discussed. 展开更多
关键词 atlas实验层次数据库 层次结构 属性识别
下载PDF
希格斯玻色子最主要衰变过程的发现
18
作者 梁志均 《物理》 CAS 北大核心 2018年第11期731-733,共3页
2018年7月9日,欧洲核子研究中心(CERN)大型强子对撞机(LHC)上的ATLAS实验在韩国首尔举行的国际高能物理会议上宣布,独立发现了希格斯粒子的最主要的衰变过程——正反底夸克对衰变(H→bb)。同年8月5日,CERN的CMS实验组也确认这个... 2018年7月9日,欧洲核子研究中心(CERN)大型强子对撞机(LHC)上的ATLAS实验在韩国首尔举行的国际高能物理会议上宣布,独立发现了希格斯粒子的最主要的衰变过程——正反底夸克对衰变(H→bb)。同年8月5日,CERN的CMS实验组也确认这个发现。8月28日,CERN通过发布会正式宣布这个激动人心的结果,物理学家都欢呼沸腾. 展开更多
关键词 衰变过程 希格斯玻色子 欧洲核子研究中心 atlas实验 大型强子对撞机 CERN 希格斯粒子 CMS实验
原文传递
研发探测器关键技术助力高能物理学研究——中国科学院高能物理研究所梁志均研究员
19
作者 赵东民 《科技成果管理与研究》 2019年第7期9-10,共2页
在粒子物理实验过程中,探测器发挥着举足轻重的作用。早在2006年,中国科学院高能物理研究所梁志均研究员就参与了欧洲大型强子对撞机(LHC)实验中的ATLAS实验,主要从事物理分析和探测器硬件研发的工作,其中,ATLAS是LHC中的四大探测器之一... 在粒子物理实验过程中,探测器发挥着举足轻重的作用。早在2006年,中国科学院高能物理研究所梁志均研究员就参与了欧洲大型强子对撞机(LHC)实验中的ATLAS实验,主要从事物理分析和探测器硬件研发的工作,其中,ATLAS是LHC中的四大探测器之一,主要进行粒子物理实验。 展开更多
关键词 中国科学院高能物理研究所 探测器 研究员 高能物理学 研发 atlas实验 粒子物理实验 大型强子对撞机
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部