Package

org.dianahep.histogrammar.tutorial

cmsdata

Permalink

package cmsdata

Visibility
  1. Public
  2. All

Type Members

  1. case class Electron(px: Double, py: Double, pz: Double, E: Double, q: Int, iso: Double) extends LorentzVector with Product with Serializable

    Permalink
  2. case class Event(jets: Seq[Jet], muons: Seq[Muon], electrons: Seq[Electron], photons: Seq[Photon], met: MET, numPrimaryVertices: Long) extends Product with Serializable

    Permalink
  3. case class EventIterator(location: String = ...) extends Iterator[Event] with Product with Serializable

    Permalink
  4. case class Jet(px: Double, py: Double, pz: Double, E: Double, btag: Double) extends LorentzVector with Product with Serializable

    Permalink
  5. trait LorentzVector extends Serializable

    Permalink
  6. case class MET(px: Double, py: Double) extends Product with Serializable

    Permalink
  7. case class Muon(px: Double, py: Double, pz: Double, E: Double, q: Int, iso: Double) extends LorentzVector with Product with Serializable

    Permalink
  8. case class Photon(px: Double, py: Double, pz: Double, E: Double, iso: Double) extends LorentzVector with Product with Serializable

    Permalink

Ungrouped