|
- Timestamp:
-
Apr 15, 2016, 10:41:04 AM (9 years ago)
- Author:
-
rkycia
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | | = Welcome to Trac 1.0.9 = |
| 1 | = Higgs lineshape calculator = |
2 | 2 | |
3 | | Trac is a '''minimalistic''' approach to '''web-based''' management of |
4 | | '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. |
| 3 | Welcome to ISR Higgs lineshape calculator |
5 | 4 | |
6 | | All aspects of Trac have been designed with the single goal to |
7 | | '''help developers write great software''' while '''staying out of the way''' |
8 | | and imposing as little as possible on a team's established process and |
9 | | culture. |
| 5 | =Authors= |
10 | 6 | |
11 | | As all Wiki pages, this page is editable, this means that you can |
12 | | modify the contents of this page simply by using your |
13 | | web-browser. Simply click on the "Edit this page" link at the bottom |
14 | | of the page. WikiFormatting will give you a detailed description of |
15 | | available Wiki formatting commands. |
| 7 | Stanislaw Jadach |
16 | 8 | |
17 | | "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created |
18 | | a new Trac environment, containing a default set of wiki pages and some sample |
19 | | data. This newly created environment also contains |
20 | | [wiki:TracGuide documentation] to help you get started with your project. |
| 9 | Stanislaw.Jadach@cern.ch |
21 | 10 | |
22 | | You can use [wiki:TracAdmin trac-admin] to configure |
23 | | [http://trac.edgewall.org/ Trac] to better fit your project, especially in |
24 | | regard to ''components'', ''versions'' and ''milestones''. |
| 11 | The Henryk Niewodniczański Institute of Nuclear Physics, Polish Academy of Sciences, ul. Radzikowskiego 152, 31-342 Kraków, Poland |
| 12 | |
| 13 | Radoslaw A. Kycia |
| 14 | |
| 15 | rkycia@pk.edu.pl |
| 16 | |
| 17 | The Faculty of Physics, Mathematics and Computer Science Cracow University of Technology ul. Warszawska 24, 31-155 Kraków, Poland |
| 18 | |
| 19 | = Brief description = |
| 20 | |
| 21 | Program calculates ISR infuence for the Higgs lineshape and its broadening by beam energy spread. Description can be found in(program description [1]; theory [2]): |
| 22 | |
| 23 | [1] S. Jadach, R.A. Kycia Software for calculations of the Higgs boson lineshape in future lepton colliders; arXiv:1601.02854 [hep-ph] |
| 24 | |
| 25 | [2] S. Jadach, R.A. Kycia Lineshape of the Higgs boson in future lepton colliders; Physics Letters B, Volume 755, 10 April 2016, Pages 58–63; doi:10.1016/j.physletb.2016.01.065 [http://dx.doi.org/10.1016/j.physletb.2016.01.065] |
| 26 | |
| 27 | = Warnings = |
| 28 | |
| 29 | The programs were written by means of high standards, however, authors are not responsible for any damages that result from the use of these program. Use them at your own risk. |
| 30 | |
| 31 | If you have any comments, suggestions, questions please write. We will try to answer them in reasonable time. |
| 32 | |
| 33 | = Download = |
| 34 | |
| 35 | The program can be downloaded from GitHub[https://github.com/rkycia/HiggsLineshapeCalculator] |
25 | 36 | |
26 | 37 | |
27 | | TracGuide is a good place to start. |
| 38 | In order to download the software in your working directory use git: |
28 | 39 | |
29 | | Enjoy! [[BR]] |
30 | | ''The Trac Team'' |
| 40 | git clone https://github.com/rkycia/HiggsLineshapeCalculator |
31 | 41 | |
32 | | == Starting Points == |
| 42 | = Dependence = |
33 | 43 | |
34 | | * TracGuide -- Built-in Documentation |
35 | | * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project |
36 | | * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions |
37 | | * TracSupport -- Trac Support |
| 44 | GNU C++ compiler - for compilation [[BR]] |
| 45 | GNU Make - handling compilation, running visualization. Treat as interpreter. [[BR]] |
| 46 | CERN ROOT library [[BR]] |
| 47 | Doxygen - generation of documentation [[BR]] |
| 48 | Valgrind - for debugging [[BR]] |
| 49 | OpenMPI - for MPI programs [[BR]] |
38 | 50 | |
39 | | For a complete list of local wiki pages, see TitleIndex. |
| 51 | = Content= |
| 52 | ./Simple - contains simplified version of program for educational purposes; [[BR]] |
| 53 | ./Full - contains full version of program that creates results published in arXiv:1509.02406 [hep-ph]; [[BR]] |
| 54 | ./MPI - contains MPI version of program from ./Full directory; [[BR]] |
| 55 | ./MPI/sigEPlots - contains program that prepares plots of the cross section dependence on beam energy spread; [[BR]] |
| 56 | ./MPI/Basic - contains program that prepare allother plots of ./Full version of the program; [[BR]] |
| 57 | |
| 58 | There are following options (type in terminal to see the output): |
| 59 | |
| 60 | make run - compile and run program; [[BR]] |
| 61 | make Generate-doc - generates documentation from the code in html and TeX formats using Doxygen; [[BR]] |
| 62 | make clean - clean the directory from compilation and output files [[BR]] |
| 63 | |
| 64 | = License = |
| 65 | |
| 66 | This file is part of ISR Higgs lineshape calculator. |
| 67 | |
| 68 | It is free software: you can redistribute it and/or modify |
| 69 | it under the terms of the GNU General Public License as published by |
| 70 | the Free Software Foundation, either version 3 of the License any later version. |
| 71 | |
| 72 | ISR Higgs lineshape calculator is distributed in the hope that it will be useful, |
| 73 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 74 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 75 | GNU General Public License for more details. |
| 76 | |
| 77 | You should have received a copy of the GNU General Public License |
| 78 | along with the ISR Higgs lineshape calculator. If not, see <http://www.gnu.org/licenses/>. |
|