#include <CaloGVHit.h>
Public Member Functions | |
void | addEnergyDeposit (double em, double hd) |
void | addEnergyDeposit (const CaloGVHit &aHit) |
CaloGVHit () | |
CaloGVHit (const CaloGVHit &right) | |
uint16_t | getDepth () const |
double | getEM () const |
double | getEnergyDeposit () const |
int | getEventID () const |
double | getHadr () const |
CaloHitID | getID () const |
double | getTimeSlice () const |
int | getTimeSliceID () const |
int | getTrackID () const |
uint32_t | getUnitID () const |
const CaloGVHit & | operator= (const CaloGVHit &right) |
bool | operator== (const CaloGVHit &) |
void | setEM (double e) |
void | setEventID (int id) |
void | setHadr (double e) |
void | setID (uint32_t i, double d, int j, uint16_t k=0) |
void | setID (const CaloHitID &id) |
~CaloGVHit () | |
Private Attributes | |
double | elem_ |
int | eventID_ |
double | hadr_ |
CaloHitID | hitID_ |
Definition at line 30 of file CaloGVHit.h.
CaloGVHit::CaloGVHit | ( | ) |
CaloGVHit::~CaloGVHit | ( | ) |
Definition at line 12 of file CaloGVHit.cc.
CaloGVHit::CaloGVHit | ( | const CaloGVHit & | right | ) |
void CaloGVHit::addEnergyDeposit | ( | double | em, |
double | hd | ||
) |
Definition at line 29 of file CaloGVHit.cc.
Referenced by addEnergyDeposit(), CaloSteppingAction::fillHit(), and setID().
void CaloGVHit::addEnergyDeposit | ( | const CaloGVHit & | aHit | ) |
|
inline |
Definition at line 52 of file CaloGVHit.h.
References CaloHitID::depth(), and hitID_.
Referenced by CaloGVHitLess::operator()(), and CaloGVHitEqual::operator()().
|
inline |
Definition at line 39 of file CaloGVHit.h.
References elem_.
Referenced by addEnergyDeposit(), and operator<<().
|
inline |
Definition at line 61 of file CaloGVHit.h.
|
inline |
Definition at line 45 of file CaloGVHit.h.
References eventID_.
Referenced by CaloGVHitLess::operator()(), CaloGVHitEqual::operator()(), and operator<<().
|
inline |
Definition at line 42 of file CaloGVHit.h.
References hadr_.
Referenced by addEnergyDeposit(), and operator<<().
|
inline |
|
inline |
|
inline |
Definition at line 51 of file CaloGVHit.h.
References hitID_, and CaloHitID::timeSliceID().
Referenced by CaloGVHitLess::operator()(), and CaloGVHitEqual::operator()().
|
inline |
Definition at line 48 of file CaloGVHit.h.
References hitID_, and CaloHitID::trackID().
Referenced by CaloGVHitLess::operator()(), and CaloGVHitEqual::operator()().
|
inline |
Definition at line 49 of file CaloGVHit.h.
References hitID_, and CaloHitID::unitID().
Referenced by CaloGVHitLess::operator()(), and CaloGVHitEqual::operator()().
|
inline |
Definition at line 36 of file CaloGVHit.h.
|
inline |
|
inline |
Definition at line 46 of file CaloGVHit.h.
References eventID_, and triggerObjects_cff::id.
Referenced by CaloSteppingAction::fillHit().
|
inline |
|
inline |
Definition at line 55 of file CaloGVHit.h.
References hitID_, gen::k, and CaloHitID::setID().
Referenced by CaloSteppingAction::fillHit().
|
inline |
Definition at line 56 of file CaloGVHit.h.
References addEnergyDeposit(), hitID_, and triggerObjects_cff::id.
|
private |
Definition at line 65 of file CaloGVHit.h.
Referenced by addEnergyDeposit(), CaloGVHit(), getEM(), getEnergyDeposit(), operator=(), and setEM().
|
private |
Definition at line 64 of file CaloGVHit.h.
Referenced by CaloGVHit(), getEventID(), operator=(), and setEventID().
|
private |
Definition at line 66 of file CaloGVHit.h.
Referenced by addEnergyDeposit(), CaloGVHit(), getEnergyDeposit(), getHadr(), operator=(), and setHadr().
|
private |
Definition at line 67 of file CaloGVHit.h.
Referenced by CaloGVHit(), getDepth(), getID(), getTimeSlice(), getTimeSliceID(), getTrackID(), getUnitID(), operator=(), and setID().