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/08/06 21:57] – [HepSim API] 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 120: | Line 121: | ||
e= pa.getEnergy(j)/ | e= pa.getEnergy(j)/ | ||
m= pa.getMass(j)/ | m= pa.getMass(j)/ | ||
- | | + | |
</ | </ | ||
To access the PDG status code, us " | To access the PDG status code, us " | ||
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 ===== |
- | * [[http:// | + | |
- | * [[http:// | + | |
- | * [[http:// | + | * [[http:// |
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | See also other math and graphics classes in the [[http:// | ||
+ | ===== Lorentz particles and Jets ===== | ||
+ | |||
+ | * [[http:// | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
- | * [[http:// | + | |
- | * [[http:// | + | |
+ | * [[http:// | ||
+ | * [[http:// | ||
| | ||
| | ||
Java implementation of the longitudinally invariant kT and anti-kT clustering algorithms uses the E-scheme to combine particles (p1+p2) and Eta-Phi space (not Rapidity-Phi). Also, Cambridge/ | Java implementation of the longitudinally invariant kT and anti-kT clustering algorithms uses the E-scheme to combine particles (p1+p2) and Eta-Phi space (not Rapidity-Phi). Also, Cambridge/ | ||
- | See also other classes in [[http:// | + | |
You can build the standard kt-jets using [[http:// | You can build the standard kt-jets using [[http:// | ||
- | [[http:// | + | [[http:// |
+ | |||
+ | ===== Working with ProMC files ===== | ||
+ | |||
+ | Also, look at the ProMC Java API that is used to store data: | ||
* [[http:// | * [[http:// | ||
Line 287: | Line 304: | ||
information on event weights and uncertainties. | information on event weights and uncertainties. | ||
- | The project uses the core of [[http:// | + | The project uses the community edition |
--- // | --- // |
community/refhepsim_analysis.1438898259.txt.gz · Last modified: 2015/08/06 21:57 by asc