Simulations
SIDIS/D0_ABCONV/pythia8.306-1.0/18x275/hiDiv
SIDIS/D0_ABCONV/pythia8.306-1.1/10x100/q2_1/hiDiv
SIDIS/D0_ABCONV/pythia8.306-1.1/10x100/q2_100/hiDiv
SIDIS/Lambda_ABCONV/pythia8.306-1.0/18x275/hiDiv
Analysis macros
EICrecon Jet Reconstruction Documentation
There are currently four jet collections in the default output of EICrecon:
GeneratedParticles
collection) regardless of charge;ReconstructedParticle
objects (combinations of tracks and EMCal clusters produced by the MatchClusters algorithm);ReconstructedChargedParticle
objects (i.e. tracks).In all cases, the jets are formed via FastJet3 according the parameters listed in the table below, and are stored as edm4eic::ReconstructedParticle
objects. As this data type was intended to describe particles rather than extended objects like jets, additional information like the jet area currently is not stored.
Parameter | Name | Value |
---|---|---|
Jet algorithm | jetALgo | anti-kT |
Jet recombination scheme | recomScheme | E-scheme |
Jet resolution parameter | rJet | 1 |
Exponent for generalized kT algorithms | pJet | -1 |
Minimum constituent pT | mimCstPt | 0.2 GeV/c |
Maximum constituent pT | maxCstPt | 100 GeV/c |
Minimum jet pT | minJetPt | 1 GeV/c |
Area type | areaType | active |
Maximum ghost rapidity | ghostMaxRap | 3.5 |
No. of repeated ghosts | numGhostRepeat | 1 |
Area per ghost | ghostArea | 0.001 |
These parameters can be adjusted at runtime by the user, for example:
eicrecon \
-Preco:ReconstructedChargedJets:jetAlgo=ee_genkt_algorithm \
-Preco:ReconstructedChargedJets:rJet=0.8 \
-Preco:ReconstructedChargedJets:pJet=-1.0 \
<input edm4hep file>