Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 17, 2018 06:47
Show Gist options
  • Save ryantm/6c2d35516306fec51d9ede572a078eed to your computer and use it in GitHub Desktop.
Save ryantm/6c2d35516306fec51d9ede572a078eed to your computer and use it in GitHub Desktop.
/nix/store/2rb62aaw0nwqkcpkzs579bilyi5sa6jm-thepeg-2.1.3
├── bin
│   ├── runThePEG
│   └── setupThePEG
├── include
│   └── ThePEG
│   ├── ACDC
│   │   ├── ACDCGenCell.h
│   │   ├── ACDCGenCell.icc
│   │   ├── ACDCGenConfig.h
│   │   ├── ACDCGen.h
│   │   ├── ACDCGen.icc
│   │   └── ACDCTraits.h
│   ├── Analysis
│   │   ├── AIDA_helper.h
│   │   ├── FactoryBase.fh
│   │   ├── FactoryBase.h
│   │   ├── GraphvizPlot.h
│   │   ├── HepMCFile.h
│   │   ├── HIHepMCFile.h
│   │   ├── LWH
│   │   │   ├── AIAnalysisFactory.h
│   │   │   ├── AIAxis.h
│   │   │   ├── AIDataPoint.h
│   │   │   ├── AIDataPointSetFactory.h
│   │   │   ├── AIDataPointSet.h
│   │   │   ├── AIHistogram1D.h
│   │   │   ├── AIHistogram2D.h
│   │   │   ├── AIHistogramFactory.h
│   │   │   ├── AIManagedObject.h
│   │   │   ├── AIMeasurement.h
│   │   │   ├── AITreeFactory.h
│   │   │   ├── AITree.h
│   │   │   ├── AnalysisFactory.h
│   │   │   ├── Axis.h
│   │   │   ├── DataPoint.h
│   │   │   ├── DataPointSetFactory.h
│   │   │   ├── DataPointSet.h
│   │   │   ├── Histogram1D.h
│   │   │   ├── Histogram2D.h
│   │   │   ├── HistogramFactory.h
│   │   │   ├── ManagedObject.h
│   │   │   ├── Measurement.h
│   │   │   ├── TreeFactory.h
│   │   │   ├── Tree.h
│   │   │   └── VariAxis.h
│   │   ├── LWHFactory.h
│   │   ├── NLOHepMCFile.h
│   │   ├── NLORivetAnalysis.h
│   │   ├── ProgressLog.h
│   │   ├── RivetAnalysis.h
│   │   └── XSecCheck.h
│   ├── Config
│   │   ├── algorithm.h
│   │   ├── Complex.h
│   │   ├── Constants.h
│   │   ├── Containers.h
│   │   ├── HepMCHelper.h
│   │   ├── PhysicalQtyComplex.h
│   │   ├── PhysicalQty.h
│   │   ├── PhysicalQtyOps.h
│   │   ├── Pointers.h
│   │   ├── std.h
│   │   ├── TemplateTools.h
│   │   ├── ThePEG.h
│   │   └── Unitsystem.h
│   ├── Cuts
│   │   ├── Cuts.fh
│   │   ├── Cuts.h
│   │   ├── DeltaMeasureCuts.h
│   │   ├── FastJetFinder.h
│   │   ├── FuzzyTheta.h
│   │   ├── JetCuts.h
│   │   ├── JetFinder.h
│   │   ├── JetPairRegion.h
│   │   ├── JetRegion.h
│   │   ├── KTClus.h
│   │   ├── KTRapidityCut.h
│   │   ├── MultiCutBase.fh
│   │   ├── MultiCutBase.h
│   │   ├── MultiJetRegion.h
│   │   ├── NJetsCut.h
│   │   ├── OneCutBase.fh
│   │   ├── OneCutBase.h
│   │   ├── OneJetCut.h
│   │   ├── SimpleDISCut.h
│   │   ├── SimpleKTCut.h
│   │   ├── TwoCutBase.fh
│   │   ├── TwoCutBase.h
│   │   └── V2LeptonsCut.h
│   ├── EventRecord
│   │   ├── Collision.h
│   │   ├── Collision.tcc
│   │   ├── ColourBase.h
│   │   ├── ColourLine.h
│   │   ├── ColourSinglet.h
│   │   ├── EventConfig.h
│   │   ├── Event.h
│   │   ├── EventInfoBase.h
│   │   ├── HelicityVertex.fh
│   │   ├── HelicityVertex.h
│   │   ├── MultiColour.h
│   │   ├── Particle.fh
│   │   ├── Particle.h
│   │   ├── Particle.tcc
│   │   ├── ParticleTraits.h
│   │   ├── RemnantParticle.fh
│   │   ├── RemnantParticle.h
│   │   ├── RhoDMatrix.h
│   │   ├── SelectorBase.h
│   │   ├── SpinInfo.h
│   │   ├── StandardSelectors.h
│   │   ├── Step.h
│   │   ├── Step.tcc
│   │   ├── SubProcessGroup.h
│   │   ├── SubProcess.h
│   │   ├── SubProcess.tcc
│   │   └── TmpTransform.h
│   ├── Handlers
│   │   ├── ACDCSampler.h
│   │   ├── AnalysisHandler.fh
│   │   ├── AnalysisHandler.h
│   │   ├── CascadeHandler.h
│   │   ├── ClusterCollapser.fh
│   │   ├── ClusterCollapser.h
│   │   ├── DecayHandler.h
│   │   ├── EventHandler.fh
│   │   ├── EventHandler.h
│   │   ├── EventManipulator.h
│   │   ├── FixedCMSLuminosity.h
│   │   ├── FlavourGenerator.h
│   │   ├── GaussianPtGenerator.h
│   │   ├── HadronizationHandler.h
│   │   ├── HandlerBase.h
│   │   ├── HandlerGroup.h
│   │   ├── HandlerGroup.tcc
│   │   ├── Hint.h
│   │   ├── LastXCombInfo.h
│   │   ├── LuminosityFunction.h
│   │   ├── MultipleInteractionHandler.h
│   │   ├── PtGenerator.h
│   │   ├── SamplerBase.fh
│   │   ├── SamplerBase.h
│   │   ├── SimpleFlavour.h
│   │   ├── SimpleZGenerator.h
│   │   ├── StandardEventHandler.fh
│   │   ├── StandardEventHandler.h
│   │   ├── StandardXComb.fh
│   │   ├── StandardXComb.h
│   │   ├── StdXCombGroup.fh
│   │   ├── StdXCombGroup.h
│   │   ├── StepHandler.h
│   │   ├── SubProcessHandler.fh
│   │   ├── SubProcessHandler.h
│   │   ├── XComb.h
│   │   └── ZGenerator.h
│   ├── Helicity
│   │   ├── epsilon.h
│   │   ├── FermionSpinInfo.fh
│   │   ├── FermionSpinInfo.h
│   │   ├── HelicityDefinitions.h
│   │   ├── LorentzPolarizationVector.h
│   │   ├── LorentzRSSpinorBar.fh
│   │   ├── LorentzRSSpinorBar.h
│   │   ├── LorentzRSSpinorBar.tcc
│   │   ├── LorentzRSSpinor.fh
│   │   ├── LorentzRSSpinor.h
│   │   ├── LorentzRSSpinor.tcc
│   │   ├── LorentzSpinorBar.fh
│   │   ├── LorentzSpinorBar.h
│   │   ├── LorentzSpinorBar.tcc
│   │   ├── LorentzSpinor.fh
│   │   ├── LorentzSpinor.h
│   │   ├── LorentzSpinor.tcc
│   │   ├── LorentzTensor.fh
│   │   ├── LorentzTensor.h
│   │   ├── LorentzTensor.tcc
│   │   ├── RSFermionSpinInfo.fh
│   │   ├── RSFermionSpinInfo.h
│   │   ├── ScalarSpinInfo.fh
│   │   ├── ScalarSpinInfo.h
│   │   ├── TensorSpinInfo.fh
│   │   ├── TensorSpinInfo.h
│   │   ├── VectorSpinInfo.fh
│   │   ├── VectorSpinInfo.h
│   │   ├── Vertex
│   │   │   ├── AbstractFFSVertex.fh
│   │   │   ├── AbstractFFSVertex.h
│   │   │   ├── AbstractFFTVertex.fh
│   │   │   ├── AbstractFFTVertex.h
│   │   │   ├── AbstractFFVTVertex.fh
│   │   │   ├── AbstractFFVTVertex.h
│   │   │   ├── AbstractFFVVertex.fh
│   │   │   ├── AbstractFFVVertex.h
│   │   │   ├── AbstractRFSVertex.fh
│   │   │   ├── AbstractRFSVertex.h
│   │   │   ├── AbstractRFVVertex.fh
│   │   │   ├── AbstractRFVVertex.h
│   │   │   ├── AbstractSSSSVertex.fh
│   │   │   ├── AbstractSSSSVertex.h
│   │   │   ├── AbstractSSSVertex.fh
│   │   │   ├── AbstractSSSVertex.h
│   │   │   ├── AbstractSSTVertex.fh
│   │   │   ├── AbstractSSTVertex.h
│   │   │   ├── AbstractVSSVertex.fh
│   │   │   ├── AbstractVSSVertex.h
│   │   │   ├── AbstractVVSSVertex.fh
│   │   │   ├── AbstractVVSSVertex.h
│   │   │   ├── AbstractVVSVertex.fh
│   │   │   ├── AbstractVVSVertex.h
│   │   │   ├── AbstractVVTVertex.fh
│   │   │   ├── AbstractVVTVertex.h
│   │   │   ├── AbstractVVVTVertex.fh
│   │   │   ├── AbstractVVVTVertex.h
│   │   │   ├── AbstractVVVVertex.fh
│   │   │   ├── AbstractVVVVertex.h
│   │   │   ├── AbstractVVVVVertex.fh
│   │   │   ├── AbstractVVVVVertex.h
│   │   │   ├── Scalar
│   │   │   │   ├── FFSVertex.fh
│   │   │   │   ├── FFSVertex.h
│   │   │   │   ├── GeneralVVSVertex.fh
│   │   │   │   ├── GeneralVVSVertex.h
│   │   │   │   ├── RFSVertex.fh
│   │   │   │   ├── RFSVertex.h
│   │   │   │   ├── SSSSVertex.fh
│   │   │   │   ├── SSSSVertex.h
│   │   │   │   ├── SSSVertex.fh
│   │   │   │   ├── SSSVertex.h
│   │   │   │   ├── VSSVertex.fh
│   │   │   │   ├── VSSVertex.h
│   │   │   │   ├── VVSSVertex.fh
│   │   │   │   ├── VVSSVertex.h
│   │   │   │   ├── VVSVertex.fh
│   │   │   │   └── VVSVertex.h
│   │   │   ├── Tensor
│   │   │   │   ├── FFTVertex.fh
│   │   │   │   ├── FFTVertex.h
│   │   │   │   ├── FFVTVertex.fh
│   │   │   │   ├── FFVTVertex.h
│   │   │   │   ├── SSTVertex.fh
│   │   │   │   ├── SSTVertex.h
│   │   │   │   ├── VVTVertex.fh
│   │   │   │   ├── VVTVertex.h
│   │   │   │   ├── VVVTVertex.fh
│   │   │   │   └── VVVTVertex.h
│   │   │   ├── Vector
│   │   │   │   ├── FFVVertex.fh
│   │   │   │   ├── FFVVertex.h
│   │   │   │   ├── GeneralFFVVertex.fh
│   │   │   │   ├── GeneralFFVVertex.h
│   │   │   │   ├── RFVVertex.fh
│   │   │   │   ├── RFVVertex.h
│   │   │   │   ├── VVVVertex.fh
│   │   │   │   ├── VVVVertex.h
│   │   │   │   ├── VVVVVertex.fh
│   │   │   │   └── VVVVVertex.h
│   │   │   ├── VertexBase.fh
│   │   │   └── VertexBase.h
│   │   └── WaveFunction
│   │   ├── RSSpinorBarWaveFunction.h
│   │   ├── RSSpinorWaveFunction.h
│   │   ├── ScalarWaveFunction.h
│   │   ├── SpinorBarWaveFunction.h
│   │   ├── SpinorWaveFunction.h
│   │   ├── TensorWaveFunction.h
│   │   ├── VectorWaveFunction.h
│   │   └── WaveFunctionBase.h
│   ├── Interface
│   │   ├── ClassDocumentation.fh
│   │   ├── ClassDocumentation.h
│   │   ├── Command.fh
│   │   ├── Command.h
│   │   ├── Command.tcc
│   │   ├── Command.xh
│   │   ├── Deleted.h
│   │   ├── InterfaceBase.fh
│   │   ├── InterfaceBase.h
│   │   ├── InterfaceBase.xh
│   │   ├── InterfacedBase.h
│   │   ├── InterfacedBase.xh
│   │   ├── Interfaced.h
│   │   ├── Interface.h
│   │   ├── Parameter.fh
│   │   ├── Parameter.h
│   │   ├── Parameter.tcc
│   │   ├── Parameter.xh
│   │   ├── ParVector.fh
│   │   ├── ParVector.h
│   │   ├── ParVector.tcc
│   │   ├── ParVector.xh
│   │   ├── Reference.fh
│   │   ├── Reference.h
│   │   ├── Reference.tcc
│   │   ├── Reference.xh
│   │   ├── RefVector.fh
│   │   ├── RefVector.h
│   │   ├── RefVector.tcc
│   │   ├── RefVector.xh
│   │   ├── Switch.fh
│   │   ├── Switch.h
│   │   ├── Switch.tcc
│   │   └── Switch.xh
│   ├── LesHouches
│   │   ├── LesHouchesEventHandler.fh
│   │   ├── LesHouchesEventHandler.h
│   │   ├── LesHouchesFileReader.fh
│   │   ├── LesHouchesFileReader.h
│   │   ├── LesHouches.h
│   │   ├── LesHouchesReader.fh
│   │   ├── LesHouchesReader.h
│   │   ├── MadGraphOneCut.h
│   │   ├── MadGraphReader.h
│   │   └── MadGraphTwoCut.h
│   ├── MatrixElement
│   │   ├── Amplitude.h
│   │   ├── BlobDiagram.h
│   │   ├── BlobMEBase.h
│   │   ├── ColourLines.h
│   │   ├── ColourLines.xh
│   │   ├── DiagramBase.fh
│   │   ├── DiagramBase.h
│   │   ├── DiagramBase.xh
│   │   ├── ME2to2Base.h
│   │   ├── ME2to2QCD.h
│   │   ├── MEBase.fh
│   │   ├── MEBase.h
│   │   ├── MEee2gZ2qq.h
│   │   ├── MEGG2GG.h
│   │   ├── MEGG2QQ.h
│   │   ├── MEGroup.fh
│   │   ├── MEGroup.h
│   │   ├── MENCDIS.h
│   │   ├── MEQG2QG.h
│   │   ├── MEQQ2GG.h
│   │   ├── MEqq2qq1.h
│   │   ├── MEQQ2qq2.h
│   │   ├── MEQQ2QQ3.h
│   │   ├── MEQq2Qq4.h
│   │   ├── ReweightBase.h
│   │   ├── ReweightConstant.h
│   │   ├── ReweightMinPT.h
│   │   ├── Tree2toNDiagram.h
│   │   └── Tree2toNDiagram.xh
│   ├── PDF
│   │   ├── BeamParticleData.h
│   │   ├── BeamParticleData.xh
│   │   ├── BudnevPDF.h
│   │   ├── GRV94L.h
│   │   ├── GRV94M.h
│   │   ├── GRVBase.h
│   │   ├── LeptonLeptonPDF.h
│   │   ├── LHAPDF6.h
│   │   ├── NoPDF.h
│   │   ├── NoRemnants.h
│   │   ├── PartonBin.fh
│   │   ├── PartonBin.h
│   │   ├── PartonBinInstance.h
│   │   ├── PartonExtractor.fh
│   │   ├── PartonExtractor.h
│   │   ├── PartonExtractor.xh
│   │   ├── PDFBase.h
│   │   ├── PDFBase.xh
│   │   ├── PDFCuts.h
│   │   ├── PDF.fh
│   │   ├── PDF.h
│   │   ├── PolarizedBeamParticleData.fh
│   │   ├── PolarizedBeamParticleData.h
│   │   ├── RemnantHandler.h
│   │   ├── RemnantHandler.xh
│   │   ├── SoftRemnantHandler.h
│   │   ├── UnResolvedRemnant.h
│   │   └── WeizsackerWilliamsPDF.h
│   ├── PDT
│   │   ├── BreitWignerMass.h
│   │   ├── ColourPairDecayer.h
│   │   ├── CombinedMatcher.h
│   │   ├── ConstituentParticleData.h
│   │   ├── DalitzDecayer.h
│   │   ├── Decayer.fh
│   │   ├── Decayer.h
│   │   ├── DecayMode.fh
│   │   ├── DecayMode.h
│   │   ├── DecayMode.xh
│   │   ├── DummyDecayer.h
│   │   ├── EnumParticles.h
│   │   ├── FlatDecayer.h
│   │   ├── MassGenerator.fh
│   │   ├── MassGenerator.h
│   │   ├── MatcherBase.h
│   │   ├── Matcher.h
│   │   ├── Matcher.tcc
│   │   ├── MixedParticleData.fh
│   │   ├── MixedParticleData.h
│   │   ├── OmegaPhi3PiDecayer.h
│   │   ├── Onium3GDecayer.h
│   │   ├── ParticleData.h
│   │   ├── ParticleData.xh
│   │   ├── PDT.h
│   │   ├── PID.h
│   │   ├── QuarksToHadronsDecayer.h
│   │   ├── RemnantData.fh
│   │   ├── RemnantData.h
│   │   ├── RemnantDecayer.fh
│   │   ├── RemnantDecayer.h
│   │   ├── SimpleBaryonRemnantDecayer.h
│   │   ├── StandardMatchers.h
│   │   ├── Tau2HadronsDecayer.h
│   │   ├── V2PPDecayer.h
│   │   ├── WeakToHadronsDecayer.h
│   │   ├── WidthGenerator.fh
│   │   └── WidthGenerator.h
│   ├── Persistency
│   │   ├── InputDescription.h
│   │   ├── PersistentIStream.fh
│   │   ├── PersistentIStream.h
│   │   ├── PersistentIStream.xh
│   │   ├── PersistentOStream.fh
│   │   ├── PersistentOStream.h
│   │   └── PersistentOStream.xh
│   ├── Pointer
│   │   ├── Ptr.h
│   │   ├── PtrTraits.h
│   │   ├── RCPtr.fh
│   │   ├── RCPtr.h
│   │   └── ReferenceCounted.h
│   ├── Repository
│   │   ├── BaseRepository.h
│   │   ├── BaseRepository.tcc
│   │   ├── BaseRepository.xh
│   │   ├── CurrentGenerator.fh
│   │   ├── CurrentGenerator.h
│   │   ├── EventGenerator.fh
│   │   ├── EventGenerator.h
│   │   ├── EventGenerator.tcc
│   │   ├── EventGenerator.xh
│   │   ├── Main.h
│   │   ├── MultiEventGenerator.h
│   │   ├── RandomGenerator.fh
│   │   ├── RandomGenerator.h
│   │   ├── Repository.h
│   │   ├── StandardRandom.h
│   │   ├── Strategy.fh
│   │   ├── Strategy.h
│   │   ├── tests
│   │   │   ├── repositoryTestRandomGenerator.h
│   │   │   └── repositoryTestsGlobalFixture.h
│   │   ├── ThePEGStrategy.h
│   │   ├── UseRandom.fh
│   │   └── UseRandom.h
│   ├── StandardModel
│   │   ├── AlphaEMBase.h
│   │   ├── AlphaSBase.h
│   │   ├── CKMBase.h
│   │   ├── O1AlphaS.h
│   │   ├── RunningCoupling.h
│   │   ├── SimpleAlphaEM.h
│   │   ├── StandardCKM.h
│   │   ├── StandardModelBase.fh
│   │   └── StandardModelBase.h
│   ├── Utilities
│   │   ├── AnyReference.h
│   │   ├── CFile.h
│   │   ├── CFileLineReader.fh
│   │   ├── CFileLineReader.h
│   │   ├── ClassDescription.fh
│   │   ├── ClassDescription.h
│   │   ├── ClassTraits.h
│   │   ├── ColourOutput.h
│   │   ├── CompSelector.h
│   │   ├── Current.h
│   │   ├── Debug.h
│   │   ├── DebugItem.h
│   │   ├── DescribeClass.h
│   │   ├── DescriptionList.h
│   │   ├── Direction.h
│   │   ├── Direction.xh
│   │   ├── DynamicLoader.h
│   │   ├── EnumIO.h
│   │   ├── Exception.fh
│   │   ├── Exception.h
│   │   ├── HoldFlag.h
│   │   ├── Interval.fh
│   │   ├── Interval.h
│   │   ├── Interval.tcc
│   │   ├── Level.h
│   │   ├── LoopGuard.h
│   │   ├── Maths.h
│   │   ├── MaxCmp.h
│   │   ├── Named.h
│   │   ├── ObjectIndexer.h
│   │   ├── Rebinder.fh
│   │   ├── Rebinder.h
│   │   ├── Selector.h
│   │   ├── Selector.tcc
│   │   ├── SimplePhaseSpace.h
│   │   ├── SimplePhaseSpace.tcc
│   │   ├── SimplePhaseSpace.xh
│   │   ├── StringUtils.h
│   │   ├── Throw.h
│   │   ├── Triplet.h
│   │   ├── TypeInfo.h
│   │   ├── UnitIO.h
│   │   ├── UtilityBase.h
│   │   ├── UtilityBase.tcc
│   │   ├── VSelector.h
│   │   ├── VSelector.tcc
│   │   └── XSecStat.h
│   └── Vectors
│   ├── HepMCConverter.h
│   ├── HepMCConverter.tcc
│   ├── HepMCTraits.h
│   ├── Lorentz5Vector.fh
│   ├── Lorentz5Vector.h
│   ├── LorentzRotation.fh
│   ├── LorentzRotation.h
│   ├── LorentzVector.fh
│   ├── LorentzVector.h
│   ├── SpinHalfLorentzRotation.h
│   ├── SpinOneLorentzRotation.fh
│   ├── SpinOneLorentzRotation.h
│   ├── ThreeVector.fh
│   ├── ThreeVector.h
│   ├── Transverse.fh
│   └── Transverse.h
├── lib
│   └── ThePEG
│   ├── ACDCSampler.la
│   ├── ACDCSampler.so -> ACDCSampler.so.27.0.0
│   ├── ACDCSampler.so.27 -> ACDCSampler.so.27.0.0
│   ├── ACDCSampler.so.27.0.0
│   ├── BreitWignerMass.la
│   ├── BreitWignerMass.so -> BreitWignerMass.so.27.0.0
│   ├── BreitWignerMass.so.27 -> BreitWignerMass.so.27.0.0
│   ├── BreitWignerMass.so.27.0.0
│   ├── BudnevPDF.la
│   ├── BudnevPDF.so -> BudnevPDF.so.27.0.0
│   ├── BudnevPDF.so.27 -> BudnevPDF.so.27.0.0
│   ├── BudnevPDF.so.27.0.0
│   ├── ColourPairDecayer.la
│   ├── ColourPairDecayer.so -> ColourPairDecayer.so.27.0.0
│   ├── ColourPairDecayer.so.27 -> ColourPairDecayer.so.27.0.0
│   ├── ColourPairDecayer.so.27.0.0
│   ├── DalitzDecayer.la
│   ├── DalitzDecayer.so -> DalitzDecayer.so.27.0.0
│   ├── DalitzDecayer.so.27 -> DalitzDecayer.so.27.0.0
│   ├── DalitzDecayer.so.27.0.0
│   ├── DeltaMeasureCuts.la
│   ├── DeltaMeasureCuts.so -> DeltaMeasureCuts.so.27.0.0
│   ├── DeltaMeasureCuts.so.27 -> DeltaMeasureCuts.so.27.0.0
│   ├── DeltaMeasureCuts.so.27.0.0
│   ├── FastJetFinder.la
│   ├── FastJetFinder.so -> FastJetFinder.so.27.0.0
│   ├── FastJetFinder.so.27 -> FastJetFinder.so.27.0.0
│   ├── FastJetFinder.so.27.0.0
│   ├── FixedCMSLuminosity.la
│   ├── FixedCMSLuminosity.so -> FixedCMSLuminosity.so.27.0.0
│   ├── FixedCMSLuminosity.so.27 -> FixedCMSLuminosity.so.27.0.0
│   ├── FixedCMSLuminosity.so.27.0.0
│   ├── GaussianPtGenerator.la
│   ├── GaussianPtGenerator.so -> GaussianPtGenerator.so.27.0.0
│   ├── GaussianPtGenerator.so.27 -> GaussianPtGenerator.so.27.0.0
│   ├── GaussianPtGenerator.so.27.0.0
│   ├── GraphvizPlot.la
│   ├── GraphvizPlot.so -> GraphvizPlot.so.27.0.0
│   ├── GraphvizPlot.so.27 -> GraphvizPlot.so.27.0.0
│   ├── GraphvizPlot.so.27.0.0
│   ├── GRV94L.la
│   ├── GRV94L.so -> GRV94L.so.27.0.0
│   ├── GRV94L.so.27 -> GRV94L.so.27.0.0
│   ├── GRV94L.so.27.0.0
│   ├── GRV94M.la
│   ├── GRV94M.so -> GRV94M.so.27.0.0
│   ├── GRV94M.so.27 -> GRV94M.so.27.0.0
│   ├── GRV94M.so.27.0.0
│   ├── GRVBase.la
│   ├── GRVBase.so -> GRVBase.so.27.0.0
│   ├── GRVBase.so.27 -> GRVBase.so.27.0.0
│   ├── GRVBase.so.27.0.0
│   ├── HepMCAnalysis.la
│   ├── HepMCAnalysis.so -> HepMCAnalysis.so.27.0.0
│   ├── HepMCAnalysis.so.27 -> HepMCAnalysis.so.27.0.0
│   ├── HepMCAnalysis.so.27.0.0
│   ├── JetCuts.la
│   ├── JetCuts.so -> JetCuts.so.27.0.0
│   ├── JetCuts.so.27 -> JetCuts.so.27.0.0
│   ├── JetCuts.so.27.0.0
│   ├── KTClus.la
│   ├── KTClus.so -> KTClus.so.27.0.0
│   ├── KTClus.so.27 -> KTClus.so.27.0.0
│   ├── KTClus.so.27.0.0
│   ├── KTRapidityCut.la
│   ├── KTRapidityCut.so -> KTRapidityCut.so.27.0.0
│   ├── KTRapidityCut.so.27 -> KTRapidityCut.so.27.0.0
│   ├── KTRapidityCut.so.27.0.0
│   ├── LeptonLeptonPDF.la
│   ├── LeptonLeptonPDF.so -> LeptonLeptonPDF.so.27.0.0
│   ├── LeptonLeptonPDF.so.27 -> LeptonLeptonPDF.so.27.0.0
│   ├── LeptonLeptonPDF.so.27.0.0
│   ├── LesHouches.la
│   ├── LesHouches.so -> LesHouches.so.27.0.0
│   ├── LesHouches.so.27 -> LesHouches.so.27.0.0
│   ├── LesHouches.so.27.0.0
│   ├── libThePEG.la
│   ├── libThePEG.so -> libThePEG.so.27.0.0
│   ├── libThePEG.so.27 -> libThePEG.so.27.0.0
│   ├── libThePEG.so.27.0.0
│   ├── LWHFactory.la
│   ├── LWHFactory.so -> LWHFactory.so.27.0.0
│   ├── LWHFactory.so.27 -> LWHFactory.so.27.0.0
│   ├── LWHFactory.so.27.0.0
│   ├── MadGraphReader.la
│   ├── MadGraphReader.so -> MadGraphReader.so.27.0.0
│   ├── MadGraphReader.so.27 -> MadGraphReader.so.27.0.0
│   ├── MadGraphReader.so.27.0.0
│   ├── Makefile
│   ├── Makefile.common
│   ├── MEee2gZ2qq.la
│   ├── MEee2gZ2qq.so -> MEee2gZ2qq.so.27.0.0
│   ├── MEee2gZ2qq.so.27 -> MEee2gZ2qq.so.27.0.0
│   ├── MEee2gZ2qq.so.27.0.0
│   ├── MENCDIS.la
│   ├── MENCDIS.so -> MENCDIS.so.27.0.0
│   ├── MENCDIS.so.27 -> MENCDIS.so.27.0.0
│   ├── MENCDIS.so.27.0.0
│   ├── MEQCD.la
│   ├── MEQCD.so -> MEQCD.so.27.0.0
│   ├── MEQCD.so.27 -> MEQCD.so.27.0.0
│   ├── MEQCD.so.27.0.0
│   ├── MultiEventGenerator.la
│   ├── MultiEventGenerator.so -> MultiEventGenerator.so.27.0.0
│   ├── MultiEventGenerator.so.27 -> MultiEventGenerator.so.27.0.0
│   ├── MultiEventGenerator.so.27.0.0
│   ├── O1AlphaS.la
│   ├── O1AlphaS.so -> O1AlphaS.so.27.0.0
│   ├── O1AlphaS.so.27 -> O1AlphaS.so.27.0.0
│   ├── O1AlphaS.so.27.0.0
│   ├── OmegaPhi3PiDecayer.la
│   ├── OmegaPhi3PiDecayer.so -> OmegaPhi3PiDecayer.so.27.0.0
│   ├── OmegaPhi3PiDecayer.so.27 -> OmegaPhi3PiDecayer.so.27.0.0
│   ├── OmegaPhi3PiDecayer.so.27.0.0
│   ├── Onium3GDecayer.la
│   ├── Onium3GDecayer.so -> Onium3GDecayer.so.27.0.0
│   ├── Onium3GDecayer.so.27 -> Onium3GDecayer.so.27.0.0
│   ├── Onium3GDecayer.so.27.0.0
│   ├── ProgressLog.la
│   ├── ProgressLog.so -> ProgressLog.so.27.0.0
│   ├── ProgressLog.so.27 -> ProgressLog.so.27.0.0
│   ├── ProgressLog.so.27.0.0
│   ├── QuarksToHadronsDecayer.la
│   ├── QuarksToHadronsDecayer.so -> QuarksToHadronsDecayer.so.27.0.0
│   ├── QuarksToHadronsDecayer.so.27 -> QuarksToHadronsDecayer.so.27.0.0
│   ├── QuarksToHadronsDecayer.so.27.0.0
│   ├── ReweightConstant.la
│   ├── ReweightConstant.so -> ReweightConstant.so.27.0.0
│   ├── ReweightConstant.so.27 -> ReweightConstant.so.27.0.0
│   ├── ReweightConstant.so.27.0.0
│   ├── ReweightMinPT.la
│   ├── ReweightMinPT.so -> ReweightMinPT.so.27.0.0
│   ├── ReweightMinPT.so.27 -> ReweightMinPT.so.27.0.0
│   ├── ReweightMinPT.so.27.0.0
│   ├── runThePEG-2.1.3
│   ├── setupThePEG-2.1.3
│   ├── SimpleAlphaEM.la
│   ├── SimpleAlphaEM.so -> SimpleAlphaEM.so.27.0.0
│   ├── SimpleAlphaEM.so.27 -> SimpleAlphaEM.so.27.0.0
│   ├── SimpleAlphaEM.so.27.0.0
│   ├── SimpleDISCut.la
│   ├── SimpleDISCut.so -> SimpleDISCut.so.27.0.0
│   ├── SimpleDISCut.so.27 -> SimpleDISCut.so.27.0.0
│   ├── SimpleDISCut.so.27.0.0
│   ├── SimpleFlavour.la
│   ├── SimpleFlavour.so -> SimpleFlavour.so.27.0.0
│   ├── SimpleFlavour.so.27 -> SimpleFlavour.so.27.0.0
│   ├── SimpleFlavour.so.27.0.0
│   ├── SimpleKTCut.la
│   ├── SimpleKTCut.so -> SimpleKTCut.so.27.0.0
│   ├── SimpleKTCut.so.27 -> SimpleKTCut.so.27.0.0
│   ├── SimpleKTCut.so.27.0.0
│   ├── SimpleZGenerator.la
│   ├── SimpleZGenerator.so -> SimpleZGenerator.so.27.0.0
│   ├── SimpleZGenerator.so.27 -> SimpleZGenerator.so.27.0.0
│   ├── SimpleZGenerator.so.27.0.0
│   ├── StandardCKM.la
│   ├── StandardCKM.so -> StandardCKM.so.27.0.0
│   ├── StandardCKM.so.27 -> StandardCKM.so.27.0.0
│   ├── StandardCKM.so.27.0.0
│   ├── Tau2HadronsDecayer.la
│   ├── Tau2HadronsDecayer.so -> Tau2HadronsDecayer.so.27.0.0
│   ├── Tau2HadronsDecayer.so.27 -> Tau2HadronsDecayer.so.27.0.0
│   ├── Tau2HadronsDecayer.so.27.0.0
│   ├── TestLHAPDF.la
│   ├── TestLHAPDF.so -> TestLHAPDF.so.27.0.0
│   ├── TestLHAPDF.so.27 -> TestLHAPDF.so.27.0.0
│   ├── TestLHAPDF.so.27.0.0
│   ├── ThePEGDefaults-2.1.3.rpo
│   ├── ThePEGDefaults.rpo
│   ├── ThePEGLHAPDF.la
│   ├── ThePEGLHAPDF.so -> ThePEGLHAPDF.so.25.0.1
│   ├── ThePEGLHAPDF.so.25 -> ThePEGLHAPDF.so.25.0.1
│   ├── ThePEGLHAPDF.so.25.0.1
│   ├── ThePEGStrategy.la
│   ├── ThePEGStrategy.so -> ThePEGStrategy.so.27.0.0
│   ├── ThePEGStrategy.so.27 -> ThePEGStrategy.so.27.0.0
│   ├── ThePEGStrategy.so.27.0.0
│   ├── UnResolvedRemnant.la
│   ├── UnResolvedRemnant.so -> UnResolvedRemnant.so.27.0.0
│   ├── UnResolvedRemnant.so.27 -> UnResolvedRemnant.so.27.0.0
│   ├── UnResolvedRemnant.so.27.0.0
│   ├── V2LeptonsCut.la
│   ├── V2LeptonsCut.so -> V2LeptonsCut.so.27.0.0
│   ├── V2LeptonsCut.so.27 -> V2LeptonsCut.so.27.0.0
│   ├── V2LeptonsCut.so.27.0.0
│   ├── V2PPDecayer.la
│   ├── V2PPDecayer.so -> V2PPDecayer.so.27.0.0
│   ├── V2PPDecayer.so.27 -> V2PPDecayer.so.27.0.0
│   ├── V2PPDecayer.so.27.0.0
│   ├── WeakToHadronsDecayer.la
│   ├── WeakToHadronsDecayer.so -> WeakToHadronsDecayer.so.27.0.0
│   ├── WeakToHadronsDecayer.so.27 -> WeakToHadronsDecayer.so.27.0.0
│   ├── WeakToHadronsDecayer.so.27.0.0
│   ├── WeizsackerWilliamsPDF.la
│   ├── WeizsackerWilliamsPDF.so -> WeizsackerWilliamsPDF.so.27.0.0
│   ├── WeizsackerWilliamsPDF.so.27 -> WeizsackerWilliamsPDF.so.27.0.0
│   ├── WeizsackerWilliamsPDF.so.27.0.0
│   ├── XSecCheck.la
│   ├── XSecCheck.so -> XSecCheck.so.27.0.0
│   ├── XSecCheck.so.27 -> XSecCheck.so.27.0.0
│   └── XSecCheck.so.27.0.0
└── share
└── ThePEG
├── debugItems.txt
├── Doc
│   ├── MakeDocs.in
│   ├── refman.conf
│   ├── refman.h
│   └── repository.hlp
├── MultiLEP.in
├── PDFsets.index
├── SimpleLEP.in
├── TestLHAPDF.in
├── ThePEGDefaults.in
├── ThePEG.el
└── ThePEGParticles.in
33 directories, 710 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment