Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 21:10
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 ryantm/98f5ea1210a3cd6e45e81441d9814681 to your computer and use it in GitHub Desktop.
Save ryantm/98f5ea1210a3cd6e45e81441d9814681 to your computer and use it in GitHub Desktop.
/nix/store/7jq06qdjl4f5mm92pd8jsk919dpzd63l-hepmc3-3.1.2
├── bin
│   └── HepMC3-config
├── include
│   └── HepMC3
│   ├── AssociatedParticle.h
│   ├── AttributeFeature.h
│   ├── Attribute.h
│   ├── Data
│   │   ├── GenEventData.h
│   │   ├── GenParticleData.h
│   │   ├── GenRunInfoData.h
│   │   └── GenVertexData.h
│   ├── Errors.h
│   ├── Feature.h
│   ├── FilterAttribute.h
│   ├── Filter.h
│   ├── FourVector.h
│   ├── GenCrossSection_fwd.h
│   ├── GenCrossSection.h
│   ├── GenEvent.h
│   ├── GenHeavyIon_fwd.h
│   ├── GenHeavyIon.h
│   ├── GenParticle_fwd.h
│   ├── GenParticle.h
│   ├── GenPdfInfo_fwd.h
│   ├── GenPdfInfo.h
│   ├── GenRunInfo.h
│   ├── GenVertex_fwd.h
│   ├── GenVertex.h
│   ├── HEPEVT_Wrapper.h
│   ├── HepMC3.h
│   ├── LHEFAttributes.h
│   ├── LHEF.h
│   ├── Print.h
│   ├── PrintStreams.h
│   ├── ReaderAscii.h
│   ├── ReaderAsciiHepMC2.h
│   ├── ReaderFactory.h
│   ├── Reader.h
│   ├── ReaderHEPEVT.h
│   ├── ReaderLHEF.h
│   ├── ReaderRoot.h
│   ├── ReaderRootTree.h
│   ├── Relatives.h
│   ├── Selector.h
│   ├── Setup.h
│   ├── Units.h
│   ├── Version.h
│   ├── WriterAscii.h
│   ├── WriterAsciiHepMC2.h
│   ├── Writer.h
│   ├── WriterHEPEVT.h
│   ├── WriterRoot.h
│   └── WriterRootTree.h
├── lib
│   ├── libHepMC3rootIO_rdict.pcm
│   ├── libHepMC3rootIO.rootmap
│   ├── libHepMC3rootIO.so -> libHepMC3rootIO.so.2
│   ├── libHepMC3rootIO.so.2
│   ├── libHepMC3search.so -> libHepMC3search.so.2
│   ├── libHepMC3search.so.2
│   ├── libHepMC3search_static.a
│   ├── libHepMC3.so -> libHepMC3.so.2
│   ├── libHepMC3.so.2
│   └── libHepMC3_static.a
└── share
└── HepMC3
└── cmake
├── HepMC3Config.cmake
└── HepMC3Config-version.cmake
8 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment