Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 14, 2019 23:13
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/f863bb0dcb64baa997fd51ba2cd766ba to your computer and use it in GitHub Desktop.
Save ryantm/f863bb0dcb64baa997fd51ba2cd766ba to your computer and use it in GitHub Desktop.
/nix/store/slabn2ijfkbss9nh17c99hkgynx6msb7-hepmc3-3.1.1
├── 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
│   ├── 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.so -> libHepMC3rootIO.so.1
│   ├── libHepMC3rootIO.so.1
│   ├── libHepMC3search.so -> libHepMC3search.so.1
│   ├── libHepMC3search.so.1
│   ├── libHepMC3search_static.a
│   ├── libHepMC3.so -> libHepMC3.so.1
│   ├── libHepMC3.so.1
│   ├── libHepMC3_static.a
│   ├── librootIO_Classes_rdict.pcm
│   └── librootIO_Classes.rootmap
└── share
└── HepMC3
└── cmake
└── HepMC3Config.cmake
8 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment