Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/6a88ba7eabdde378794ea7bce19117bf to your computer and use it in GitHub Desktop.
Save r-ryantm/6a88ba7eabdde378794ea7bce19117bf to your computer and use it in GitHub Desktop.
/nix/store/34y1jw2ny4mz5lk54n51adjcl5n797dl-fastjet-3.3.4
├── bin
│   └── fastjet-config
├── include
│   ├── fastjet
│   │   ├── ActiveAreaSpec.hh
│   │   ├── AreaDefinition.hh
│   │   ├── ATLASConePlugin.hh
│   │   ├── CDFJetCluPlugin.hh
│   │   ├── CDFMidPointPlugin.hh
│   │   ├── CircularRange.hh
│   │   ├── ClusterSequence1GhostPassiveArea.hh
│   │   ├── ClusterSequenceActiveAreaExplicitGhosts.hh
│   │   ├── ClusterSequenceActiveArea.hh
│   │   ├── ClusterSequenceAreaBase.hh
│   │   ├── ClusterSequenceArea.hh
│   │   ├── ClusterSequence.hh
│   │   ├── ClusterSequencePassiveArea.hh
│   │   ├── ClusterSequenceStructure.hh
│   │   ├── ClusterSequenceVoronoiArea.hh
│   │   ├── ClusterSequenceWithArea.hh
│   │   ├── CMSIterativeConePlugin.hh
│   │   ├── CompositeJetStructure.hh
│   │   ├── config_auto.h
│   │   ├── config.h
│   │   ├── D0RunIBaseConePlugin.hh
│   │   ├── D0RunIConePlugin.hh
│   │   ├── D0RunIIConePlugin.hh
│   │   ├── D0RunIpre96ConePlugin.hh
│   │   ├── EECambridgePlugin.hh
│   │   ├── Error.hh
│   │   ├── FunctionOfPseudoJet.hh
│   │   ├── GhostedAreaSpec.hh
│   │   ├── GridJetPlugin.hh
│   │   ├── internal
│   │   │   ├── base.hh
│   │   │   ├── BasicRandom.hh
│   │   │   ├── ClosestPair2DBase.hh
│   │   │   ├── ClosestPair2D.hh
│   │   │   ├── deprecated.hh
│   │   │   ├── Dnn2piCylinder.hh
│   │   │   ├── Dnn3piCylinder.hh
│   │   │   ├── Dnn4piCylinder.hh
│   │   │   ├── DnnPlane.hh
│   │   │   ├── DynamicNearestNeighbours.hh
│   │   │   ├── IsBase.hh
│   │   │   ├── LazyTiling25.hh
│   │   │   ├── LazyTiling9Alt.hh
│   │   │   ├── LazyTiling9.hh
│   │   │   ├── LazyTiling9SeparateGhosts.hh
│   │   │   ├── LimitedWarning.hh
│   │   │   ├── MinHeap.hh
│   │   │   ├── numconsts.hh
│   │   │   ├── SearchTree.hh
│   │   │   ├── TilingExtent.hh
│   │   │   ├── Triangulation.hh
│   │   │   └── Voronoi.hh
│   │   ├── JadePlugin.hh
│   │   ├── JetDefinition.hh
│   │   ├── LimitedWarning.hh
│   │   ├── NestedDefsPlugin.hh
│   │   ├── NNBase.hh
│   │   ├── NNFJN2Plain.hh
│   │   ├── NNFJN2Tiled.hh
│   │   ├── NNH.hh
│   │   ├── PseudoJet.hh
│   │   ├── PseudoJetStructureBase.hh
│   │   ├── RangeDefinition.hh
│   │   ├── RectangularGrid.hh
│   │   ├── Selector.hh
│   │   ├── SharedPtr.hh
│   │   ├── SISConeBasePlugin.hh
│   │   ├── SISConePlugin.hh
│   │   ├── SISConeSphericalPlugin.hh
│   │   ├── tools
│   │   │   ├── BackgroundEstimatorBase.hh
│   │   │   ├── Boost.hh
│   │   │   ├── CASubJetTagger.hh
│   │   │   ├── Filter.hh
│   │   │   ├── GridMedianBackgroundEstimator.hh
│   │   │   ├── JetMedianBackgroundEstimator.hh
│   │   │   ├── JHTopTagger.hh
│   │   │   ├── MassDropTagger.hh
│   │   │   ├── Pruner.hh
│   │   │   ├── Recluster.hh
│   │   │   ├── RestFrameNSubjettinessTagger.hh
│   │   │   ├── Subtractor.hh
│   │   │   ├── TopTaggerBase.hh
│   │   │   └── Transformer.hh
│   │   ├── TrackJetPlugin.hh
│   │   ├── version.hh
│   │   └── WrappedStructure.hh
│   └── siscone
│   ├── area.h
│   ├── circulator.h
│   ├── config.h
│   ├── defines.h
│   ├── geom_2d.h
│   ├── hash.h
│   ├── momentum.h
│   ├── protocones.h
│   ├── quadtree.h
│   ├── ranlux.h
│   ├── reference.h
│   ├── siscone_error.h
│   ├── siscone.h
│   ├── spherical
│   │   ├── geom_2d.h
│   │   ├── hash.h
│   │   ├── momentum.h
│   │   ├── protocones.h
│   │   ├── siscone.h
│   │   ├── split_merge.h
│   │   └── vicinity.h
│   ├── split_merge.h
│   └── vicinity.h
└── lib
├── libfastjet.la
├── libfastjetplugins.la
├── libfastjetplugins.so -> libfastjetplugins.so.0.0.0
├── libfastjetplugins.so.0 -> libfastjetplugins.so.0.0.0
├── libfastjetplugins.so.0.0.0
├── libfastjet.so -> libfastjet.so.0.0.0
├── libfastjet.so.0 -> libfastjet.so.0.0.0
├── libfastjet.so.0.0.0
├── libfastjettools.la
├── libfastjettools.so -> libfastjettools.so.0.0.0
├── libfastjettools.so.0 -> libfastjettools.so.0.0.0
├── libfastjettools.so.0.0.0
├── libsiscone.la
├── libsiscone.so -> libsiscone.so.0.0.0
├── libsiscone.so.0 -> libsiscone.so.0.0.0
├── libsiscone.so.0.0.0
├── libsiscone_spherical.la
├── libsiscone_spherical.so -> libsiscone_spherical.so.0.0.0
├── libsiscone_spherical.so.0 -> libsiscone_spherical.so.0.0.0
├── libsiscone_spherical.so.0.0.0
└── python2.7
└── site-packages
├── _fastjet.la
├── fastjet.py
├── fastjet.pyc
├── fastjet.pyo
├── _fastjet.so -> _fastjet.so.0.0.0
├── _fastjet.so.0 -> _fastjet.so.0.0.0
└── _fastjet.so.0.0.0
10 directories, 135 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment