ImageVerifierCode 换一换
格式:PPT , 页数:18 ,大小:102KB ,
资源ID:373063      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
注意:如需开发票,请勿充值!
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-373063.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(The FreeHEP Java Libraryhttp---java.freehep.org.ppt)为本站会员(towelfact221)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

The FreeHEP Java Libraryhttp---java.freehep.org.ppt

1、The FreeHEP Java Library http:/java.freehep.org,ACAT 2000 Fermilab October 2000,Mark Donszelmann, Julius Hrivnac CERN Gary Bower, Tony Johnson, Joseph Perl - SLAC Charles Loomis UC Santa Cruz,What is Freehep library,Started as a convergence of WIRED Java Analysis Studio (JAS) A common base library m

2、inimize unnecessary duplication of work maximize code reuse Soon realized many others working on Java Now have contributions from Atlas, Babar and US Linear Collider Detector (LCD) Others welcome to contribute Today - a library of HEP-wide Java software Some very HEP specific (c.f. CLHEP) Some gener

3、al purpose utilities,Goals,Open source All code and documentation in CVS, web browsable All code licensed under LGPL to make it freely reusable Preview area for partly-baked ideas Minimal interdependence between packages Take what you like, leave what you dont. Pure Java where possible We include so

4、me C+ code In particular tools for helping Java and C+ to co-exist,Why Java?,We enjoy writing Java code OO, highly portable Maximizes programmer effectiveness No need to deal with memory leaks, core dumps, corrupted pointers Frees developer to concentrate on clean OO design Java makes code reuse eas

5、y Use interfaces to separate interfaces and implementation Can support 1 implementation of same functionality No problem with incompatible base libraries,Isnt Java too slow?,No! Huge advances have been made in last 4 years Dynamic code optimization Optimizes code while it is running Java now gives a

6、verage of 60% of C+ performance Java performance continues to improve Static optimization (C+) is mature no improvement expected,What does it contain?,Non-HEP specific 2D Vector Graphics generates .eps, .svg, Studio Hep Studio JACO Java access to C+ Objects Jneeds java package dependency HEP specifi

7、c hep.physics package 3-vector, 4-vectors and utilities Jet Finding, Event Shape routines Diagnostic Event Generator Yappi XML Particle Property Database hep.io STDHEP, Root AIDA interface HepRep HEP3D,2D Graphics Package,Java contains machine independent graphics Advanced 2D graphics Built-in suppo

8、rt for printing Freehep 2D graphics adds support for Saving graphics in vector graphics format Encapsulated Postscript (eps) Clean output can be hand edited if necessary Scalable vector graphics (svg) Easily extensible for other vector graphics formats General graphics export Supports vector and pix

9、el graphics (GIF, JPG, PNG) Easily extensible for other formats (e.g. XML),(HEP) Studio,Studio Common Base GUI for JAS + Wired + XML Menus Command Dispatch mechanism Plugin Architecture Flexible MDI type GUI Save/Restore state via XML HEP Studio Adds event access Random or Sequential Remote or Local

10、,JACO (Java Access to C+ Objects),Interoperability of Java and C+ is certainly possible But tedious Code must be written for each method Need to deal with starting JavaVM Need to deal with object lifetimes JACO Aims to solve this Automatic generation of glue code Small library to deal with details A

11、imed at Event Display and Event Analysis,.hh files,RTTI,Parser,Code Generator,.java,.hh,.cc,Runtime Library,hep.physics,3-vectors, 4-vectors, utilities Interface and basic implementation Event Shape utilities Jet finder framework Supports many different algorithms User extensible Diagnostic Event Ge

12、nerator Framework for event generation Can support Java or Fortran/C+ generators,YaPPi,Java API for accessing particle properties Full API for access to all data Particle Property Provider Simpler interface suitable for analysis and MC programs XML format for storing Particle Properties, Decay Modes

13、 and Branching Ratios Supports all data from PDG book Numeric and non-numeric data Allows one of more XML files to be merged Supports user-supplied XML files Utilities Perl(!) script for parsing PDG postscript files Generates XML files for entire book (in progress) Servlet to publish data via Web,HE

14、P IO,Uses: Event Display, Analysis tools, Event Generators StdHep Complete implementation of basic StdHEP IO Interoperable with Fortran/C implementation Supports reading and writing Root IO Initial implementation read-only Supports (de)compression, random access, StreamerInfo Support for reading TTr

15、ees not yet complete Goal is complete read/write access to Root IO Including Trees, Automatic splits, pointer following etc.,AIDA,AIDA = Abstract Interface for Data Analysis Isolates analysis/reconstruction program from histogram package Can change from one package to another without changing code.

16、FreeHEP contains Java AIDA interface specification Java reference implementation C+ Java mapping,Java Program,A I D A,Java AIDA Implementation,C+ Program,A I D A,C+ AIDA Implementation,Java AIDA Implementation,C+ Program,A I D A,A I D A,C+ - Java,HepRep,Experiment independent graphics representables

17、 Can be moved from server to client File access, Direct or Client-Server mode: XML, JHepRep, RMI, or CORBA. Easy to add new representations for Event Display Allows experiment independent Event Display client Can be mapped to different displays EG Wired, Java 3D JHepRep/C+ interface allows HepReps t

18、o be created from C+ Geant 4 interface,HEP3D,Java 3D Primitives for Geant4 volumes G4Box G4Cons G4Para G4Polycone G4Polyhedra G4Sphere G4Trap G4Trd G4Tubs Support for switching between wireframe and solid shapes,Future Possibilities?,ZVTOP Topological vertex finding Being worked on by Wolfgang Walko

19、wiak TRF+ - general purpose tracking package Being worked on by Norm Graf Other reusable reconstruction algorithms Clustering Kalman Filter General purpose fitting framework General purpose plotter,More Info?,How do I get it? http:/java.freehep.org All source code is in CVS Browse it on the web, or

20、download with your favorite CVS client All software distributed under Lesser GNU Public License (LGPL) Manuals Automatically generated documentation (javadoc) Updated every 15 minutes Pre-built libraries (jar files) How can I contribute Contact any of the authors or e-mail developersfreehep.org,Conclusion,Warning! Different sections of library are in different stages of completion Some packages have been in use for some time Some are still under development Try it, give us feedback Dont waste time with Core dumps Memory leaks Subtle debugging problems Join the HENP Java revolution!,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1