All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DigiHitExtended Class Reference

#include <DigiHitExtended.h>

Public Member Functions

 DigiHitExtended ()
 
 ~DigiHitExtended ()
 
void setAmpl (float ampl)
 
void setCellID (int cellid)
 
void setPosition (float *pos)
 
void addSimHit (SimCalorimeterHit *simhit)
 
float getAmpl ()
 
int getCellID ()
 
float * getPosition ()
 
SimCalorimeterHitVecgetSimHitVector ()
 

Private Attributes

SimCalorimeterHitVec _simHitVec {}
 
int _cellid {}
 
float _pos [3] {}
 
float _ampl {}
 

Detailed Description

Definition at line 18 of file DigiHitExtended.h.

Constructor & Destructor Documentation

DigiHitExtended::DigiHitExtended ( )

Definition at line 4 of file DigiHitExtended.cc.

DigiHitExtended::~DigiHitExtended ( )

Definition at line 10 of file DigiHitExtended.cc.

Member Function Documentation

void DigiHitExtended::addSimHit ( SimCalorimeterHit *  simhit)

Definition at line 14 of file DigiHitExtended.cc.

float DigiHitExtended::getAmpl ( )

Definition at line 41 of file DigiHitExtended.cc.

int DigiHitExtended::getCellID ( )

Definition at line 45 of file DigiHitExtended.cc.

float * DigiHitExtended::getPosition ( )

Definition at line 49 of file DigiHitExtended.cc.

SimCalorimeterHitVec & DigiHitExtended::getSimHitVector ( )

Definition at line 20 of file DigiHitExtended.cc.

void DigiHitExtended::setAmpl ( float  ampl)

Definition at line 25 of file DigiHitExtended.cc.

void DigiHitExtended::setCellID ( int  cellid)

Definition at line 30 of file DigiHitExtended.cc.

void DigiHitExtended::setPosition ( float *  pos)

Definition at line 35 of file DigiHitExtended.cc.

Member Data Documentation

float DigiHitExtended::_ampl {}
private

Definition at line 42 of file DigiHitExtended.h.

int DigiHitExtended::_cellid {}
private

Definition at line 40 of file DigiHitExtended.h.

float DigiHitExtended::_pos[3] {}
private

Definition at line 41 of file DigiHitExtended.h.

SimCalorimeterHitVec DigiHitExtended::_simHitVec {}
private

Definition at line 38 of file DigiHitExtended.h.


The documentation for this class was generated from the following files: