community:refhepsim_analysis
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
community:refhepsim_analysis [2015/10/17 12:29] – [Lorentz particles and Jets] asc | community:refhepsim_analysis [2016/04/28 15:24] (current) – [HepSim Analysis Primer] asc | ||
---|---|---|---|
Line 5: | Line 5: | ||
For C++/ROOT, please refer [[asc: | For C++/ROOT, please refer [[asc: | ||
- | To ensure platform independence and a possibility to run programs using web browsers, validation programs are written in Jython, which is an implementation of the Python language on the Java platform. | + | To ensure platform independence and a possibility to run programs using web browsers |
Look at several links: | Look at several links: | ||
* [[http:// | * [[http:// | ||
- | * [[http:// | + | * [[http:// |
Line 17: | Line 17: | ||
* " | * " | ||
* " | * " | ||
+ | * [[http:// | ||
* [[http:// | * [[http:// | ||
Line 203: | Line 204: | ||
print "pT of a leading jet =", | print "pT of a leading jet =", | ||
</ | </ | ||
- | To build anti-kT jets, we use [[http:// | + | To build anti-kT jets, we use [[http:// |
+ | The description of this algorithm is given in [[http:// | ||
+ | It is a similar to FastJet N*N algorithm and typically shows | ||
a performance similar to the C++ analogue. Tests indicate that the JetN2 clustering algorithm is about twice slower that C++, but by a factor 20 faster than the traditional N^3 jet clustering algorithms. You can find benchmarking results in [[https:// | a performance similar to the C++ analogue. Tests indicate that the JetN2 clustering algorithm is about twice slower that C++, but by a factor 20 faster than the traditional N^3 jet clustering algorithms. You can find benchmarking results in [[https:// | ||
Look at a typical example of jet clustering in the [[http:// | Look at a typical example of jet clustering in the [[http:// | ||
Line 262: | Line 265: | ||
stored inside ProMC data files: | stored inside ProMC data files: | ||
- | ==== Histograms and plots ==== | + | ===== Histograms and plots ===== |
- | + | * [[http:// | |
- | * [[http:// | + | * [[http:// |
- | * [[http:// | + | * [[http:// |
- | * [[http:// | + | * [[http:// |
+ | * [[http:// | ||
See also other math and graphics classes in the [[http:// | See also other math and graphics classes in the [[http:// | ||
- | ==== Lorentz particles and Jets ==== | + | ===== Lorentz particles and Jets ===== |
* [[http:// | * [[http:// | ||
Line 276: | Line 280: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
- | * [[http:// | + | * [[http:// |
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
Line 287: | Line 291: | ||
[[http:// | [[http:// | ||
- | ==== Working with ProMC files ==== | + | ===== Working with ProMC files ===== |
Also, look at the ProMC Java API that is used to store data: | Also, look at the ProMC Java API that is used to store data: |
community/refhepsim_analysis.1445084993.txt.gz · Last modified: 2015/10/17 12:29 by asc