#include <SimG4CMS/Forward/interface/TotemTestHistoClass.h>
Classes | |
struct | Hit |
Public Member Functions | |
void | fillHit (int uID, int pType, int tID, int pID, float eLoss, float pAbs, float vX, float vY, float vZ, float x, float y, float z) |
int | getEVT () const |
std::vector< Hit > | getHits () const |
int | getNHit () const |
void | setEVT (int v) |
TotemTestHistoClass () | |
virtual | ~TotemTestHistoClass () |
Private Attributes | |
int | evt |
std::vector< Hit > | hit |
int | hits |
Description: Content of the Root file for Totem Tests
Usage: Used in testing Totem simulation
Definition at line 26 of file TotemTestHistoClass.h.
|
explicit |
Definition at line 25 of file TotemTestHistoClass.cc.
|
virtual |
Definition at line 27 of file TotemTestHistoClass.cc.
void TotemTestHistoClass::fillHit | ( | int | uID, |
int | pType, | ||
int | tID, | ||
int | pID, | ||
float | eLoss, | ||
float | pAbs, | ||
float | vX, | ||
float | vY, | ||
float | vZ, | ||
float | x, | ||
float | y, | ||
float | z | ||
) |
Definition at line 29 of file TotemTestHistoClass.cc.
References simKBmtfDigis_cfi::eLoss, h, hits, LogDebug, TopDecayID::tID, x, y, and z.
Referenced by TotemTestGem::fillEvent().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 53 of file TotemTestHistoClass.h.
References evt, and findQualityFiles::v.
Referenced by TotemTestGem::fillEvent().
|
private |
Definition at line 69 of file TotemTestHistoClass.h.
|
private |
Definition at line 70 of file TotemTestHistoClass.h.
Referenced by getHits().
|
private |
Definition at line 69 of file TotemTestHistoClass.h.