#include <SimDataFormats/HcalTestBeam/interface/PHcalTB04Info.h>
Public Member Functions | |
void | clear () |
int | crystal () const |
IntVector | detectorHit () const |
float | digEcE () const |
FloatVector | digEEcal () const |
FloatVector | digEHcal () const |
float | digEtotal () const |
float | digHcE () const |
FloatVector | energyHit () const |
float | eta () const |
IntVector | etaIndexHit () const |
int | evNum () const |
IntVector | idsEcal () const |
IntVector | idsHcal () const |
float | initE () const |
IntVector | layerHit () const |
int | nHit () const |
int | partID () const |
PHcalTB04Info () | |
float | phi () const |
IntVector | phiIndexHit () const |
int | primary () const |
void | saveHit (int det, int lay, int eta, int phi, double e, double t) |
void | setEdep (double simtot, double sime, double simh, double digtot, double dige, double digh) |
void | setEdepEcal (std::vector< double > esim, std::vector< double > edig) |
void | setEdepHcal (std::vector< double > esim, std::vector< double > edig) |
void | setIDs (std::vector< int >, std::vector< int >) |
void | setLongProf (std::vector< double > es, std::vector< double > eq) |
void | setPrimary (int primary, int id, double energy, double eta, double phi) |
void | setTrnsProf (std::vector< double > es1, std::vector< double > eq1, std::vector< double > es2, std::vector< double > eq2) |
void | setVtxPrim (int evNum, int type, double x, double y, double z, double u, double v, double w, double px, double py, double pz) |
void | setVtxSec (int id, int pdg, double px, double py, double pz, double ek) |
float | simEcE () const |
FloatVector | simEEcal () const |
FloatVector | simEHcal () const |
float | simEtotal () const |
float | simHcE () const |
FloatVector | timeHit () const |
int | tower () const |
IntVector | vtxPartID () const |
float | vtxPrimPx () const |
float | vtxPrimPy () const |
float | vtxPrimPz () const |
float | vtxPrimR () const |
float | vtxPrimU () const |
float | vtxPrimV () const |
float | vtxPrimW () const |
float | vtxPrimX () const |
float | vtxPrimY () const |
float | vtxPrimZ () const |
int | vtxSec () const |
FloatVector | vtxSecEk () const |
FloatVector | vtxSecPx () const |
FloatVector | vtxSecPy () const |
FloatVector | vtxSecPz () const |
IntVector | vtxTrkID () const |
int | vtxType () const |
virtual | ~PHcalTB04Info () |
Private Types | |
typedef std::vector< float > | FloatVector |
typedef std::vector< int > | IntVector |
Private Attributes | |
IntVector | detHit |
float | digEEc |
float | digEHc |
float | digEtot |
float | eBeam |
FloatVector | edige |
FloatVector | edigh |
FloatVector | eHit |
FloatVector | esime |
FloatVector | esimh |
float | etaBeam |
IntVector | etaHit |
int | hit |
int | idBeam |
IntVector | idEcal |
IntVector | idHcal |
FloatVector | latdigEta |
FloatVector | latdigPhi |
FloatVector | latsimEta |
FloatVector | latsimPhi |
IntVector | layHit |
FloatVector | longdig |
FloatVector | longsim |
int | nCrystal |
int | nPrimary |
int | nTower |
float | phiBeam |
IntVector | phiHit |
float | simEEc |
float | simEHc |
float | simEtot |
FloatVector | tHit |
int | v1EvNum |
int | v1Nsec |
float | v1Px |
float | v1Py |
float | v1Pz |
float | v1R |
FloatVector | v1secEk |
IntVector | v1secPartID |
FloatVector | v1secPx |
FloatVector | v1secPy |
FloatVector | v1secPz |
IntVector | v1secTrackID |
int | v1Type |
float | v1U |
float | v1V |
float | v1W |
float | v1X |
float | v1Y |
float | v1Z |
Friends | |
class | HcalTB04Analysis |
Description: Histogram handling class for analysis
Usage: Simulation information for test beam studies of 2004 Test Beam Contains beam information, hits and digitised results
Definition at line 34 of file PHcalTB04Info.h.
typedef std::vector<float> PHcalTB04Info::FloatVector [private] |
Definition at line 36 of file PHcalTB04Info.h.
typedef std::vector<int> PHcalTB04Info::IntVector [private] |
Definition at line 37 of file PHcalTB04Info.h.
PHcalTB04Info::PHcalTB04Info | ( | ) |
PHcalTB04Info::~PHcalTB04Info | ( | ) | [virtual] |
Definition at line 41 of file PHcalTB04Info.cc.
{ }
void PHcalTB04Info::clear | ( | void | ) |
int PHcalTB04Info::crystal | ( | ) | const [inline] |
IntVector PHcalTB04Info::detectorHit | ( | ) | const [inline] |
float PHcalTB04Info::digEcE | ( | ) | const [inline] |
FloatVector PHcalTB04Info::digEEcal | ( | ) | const [inline] |
FloatVector PHcalTB04Info::digEHcal | ( | ) | const [inline] |
float PHcalTB04Info::digEtotal | ( | ) | const [inline] |
float PHcalTB04Info::digHcE | ( | ) | const [inline] |
FloatVector PHcalTB04Info::energyHit | ( | ) | const [inline] |
float PHcalTB04Info::eta | ( | void | ) | const [inline] |
IntVector PHcalTB04Info::etaIndexHit | ( | ) | const [inline] |
int PHcalTB04Info::evNum | ( | ) | const [inline] |
Definition at line 73 of file PHcalTB04Info.h.
References v1EvNum.
Referenced by setVtxPrim().
{return v1EvNum;}
IntVector PHcalTB04Info::idsEcal | ( | ) | const [inline] |
IntVector PHcalTB04Info::idsHcal | ( | ) | const [inline] |
float PHcalTB04Info::initE | ( | ) | const [inline] |
IntVector PHcalTB04Info::layerHit | ( | ) | const [inline] |
int PHcalTB04Info::nHit | ( | ) | const [inline] |
int PHcalTB04Info::partID | ( | ) | const [inline] |
float PHcalTB04Info::phi | ( | void | ) | const [inline] |
IntVector PHcalTB04Info::phiIndexHit | ( | ) | const [inline] |
int PHcalTB04Info::primary | ( | ) | const [inline] |
Definition at line 45 of file PHcalTB04Info.h.
References nPrimary.
Referenced by setPrimary().
{return nPrimary;}
void PHcalTB04Info::saveHit | ( | int | det, |
int | lay, | ||
int | eta, | ||
int | phi, | ||
double | e, | ||
double | t | ||
) |
Definition at line 191 of file PHcalTB04Info.cc.
References detHit, eHit, etaHit, hit, layHit, LogDebug, phiHit, and tHit.
Referenced by HcalTB04Analysis::fillEvent().
{ int nh = hit; hit++; detHit.push_back(det); layHit.push_back(lay); etaHit.push_back(eta); phiHit.push_back(phi); eHit.push_back((float)(e)); tHit.push_back((float)(t)); LogDebug("SimHCalData") << "PHcalTB04Info::saveHit " << hit << " Det " << detHit[nh] << " layer " << layHit[nh] << " Eta " << etaHit[nh] << " Phi " << phiHit[nh] << " E " << eHit[nh] << " t " << tHit[nh]; }
void PHcalTB04Info::setEdep | ( | double | simtot, |
double | sime, | ||
double | simh, | ||
double | digtot, | ||
double | dige, | ||
double | digh | ||
) |
Definition at line 114 of file PHcalTB04Info.cc.
References digEEc, digEHc, digEtot, LogDebug, simEEc, simEHc, and simEtot.
Referenced by HcalTB04Analysis::fillEvent().
{ simEtot = (float)simtot; simEEc = (float)sime; simEHc = (float)simh; digEtot = (float)digtot; digEEc = (float)dige; digEHc = (float)digh; LogDebug("SimHCalData") << "PHcalTB04Info::setEdep: simEtot " << simEtot << " simEEc " << simEEc << " simEHc " << simEHc << " digEtot " << digEtot << " digEEc " << digEEc << " digEHc " << digEHc; }
void PHcalTB04Info::setEdepEcal | ( | std::vector< double > | esim, |
std::vector< double > | edig | ||
) |
Definition at line 127 of file PHcalTB04Info.cc.
References edige, esime, i, LogDebug, and nCrystal.
{ for (int i=0; i<nCrystal; i++) { float edep = 0; if (i<int(esim.size())) esime.push_back(esim[i]); else esime.push_back(edep); if (i<int(eqie.size())) edige.push_back(eqie[i]); else edige.push_back(edep); LogDebug("SimHCalData") << "PHcalTB04Info::setEdepEcal [" << i << "] Esim = " << esime[i] << " Edig = " << edige[i]; } }
void PHcalTB04Info::setEdepHcal | ( | std::vector< double > | esim, |
std::vector< double > | edig | ||
) |
Definition at line 141 of file PHcalTB04Info.cc.
References edigh, esimh, i, LogDebug, and nTower.
Referenced by HcalTB04Analysis::fillEvent().
{ for (int i=0; i<nTower; i++) { float edep = 0; if (i<int(esim.size())) esimh.push_back(esim[i]); else esimh.push_back(edep); if (i<int(eqie.size())) edigh.push_back(eqie[i]); else edigh.push_back(edep); LogDebug("SimHCalData") << "PHcalTB04Info::setEdepHcal [" << i << "] Esim = " << esimh[i] << " Edig = " << edigh[i]; } }
void PHcalTB04Info::setIDs | ( | std::vector< int > | ide, |
std::vector< int > | idh | ||
) |
Definition at line 75 of file PHcalTB04Info.cc.
References edige, edigh, esime, esimh, i, idEcal, idHcal, LogDebug, nCrystal, and nTower.
Referenced by HcalTB04Analysis::fillEvent().
{ nCrystal = ide.size(); if (nCrystal > 0) { idEcal.reserve(nCrystal); esime.reserve(nCrystal); edige.reserve(nCrystal); } LogDebug("SimHCalData") << "PHcalTB04Info:: Called with " << nCrystal << " crystals"; for (int i=0; i<nCrystal; i++) { idEcal.push_back(ide[i]); LogDebug("SimHCalData") << "\tIndex for " << i << " = 0x" << std::hex << idEcal[i] << std::dec; } nTower = idh.size(); if (nTower > 0) { idHcal.reserve(nTower); esimh.reserve(nTower); edigh.reserve(nTower); } LogDebug("SimHCalData") << "PHcalTB04Info:: Called with " << nTower << " HCal towers"; for (int i=0; i<nTower; i++) { idHcal.push_back(idh[i]); LogDebug("SimHCalData") << "\tIndex for " << i << " = 0x" << std::hex << idHcal[i] << std::dec; } }
void PHcalTB04Info::setLongProf | ( | std::vector< double > | es, |
std::vector< double > | eq | ||
) |
Definition at line 176 of file PHcalTB04Info.cc.
References i, LogDebug, longdig, and longsim.
Referenced by HcalTB04Analysis::fillEvent().
{ int siz = (int)(es.size()); if (siz > 0) { longsim.reserve(siz); longdig.reserve(siz); for (int i=0; i<siz; i++) { longsim.push_back((float)(es[i])); longdig.push_back((float)(eq[i])); LogDebug("SimHCalData") << "PHcalTB04Info::setLongProf [" << i << "] longsim = " << longsim[i] << " longdig = " << longdig[i]; } } }
void PHcalTB04Info::setPrimary | ( | int | primary, |
int | id, | ||
double | energy, | ||
double | eta, | ||
double | phi | ||
) |
Definition at line 103 of file PHcalTB04Info.cc.
References eBeam, etaBeam, idBeam, LogDebug, nPrimary, phiBeam, and primary().
Referenced by HcalTB04Analysis::fillEvent().
void PHcalTB04Info::setTrnsProf | ( | std::vector< double > | es1, |
std::vector< double > | eq1, | ||
std::vector< double > | es2, | ||
std::vector< double > | eq2 | ||
) |
Definition at line 155 of file PHcalTB04Info.cc.
References i, latdigEta, latdigPhi, latsimEta, latsimPhi, and LogDebug.
Referenced by HcalTB04Analysis::fillEvent().
{ int siz = (int)(es1.size()); if (siz > 0) { latsimEta.reserve(siz); latdigEta.reserve(siz); latsimPhi.reserve(siz); latdigPhi.reserve(siz); for (int i=0; i<siz; i++) { latsimEta.push_back((float)(es1[i])); latdigEta.push_back((float)(eq1[i])); latsimPhi.push_back((float)(es2[i])); latdigPhi.push_back((float)(eq2[i])); LogDebug("SimHCalData") << "PHcalTB04Info::setTrnsProf [" << i << "] latsimEta = " << latsimEta[i] << " latdigEta = " << latdigEta[i] << " latsimPhi = " << latsimPhi[i] << " latdigPhi = " << latdigPhi[i]; } } }
void PHcalTB04Info::setVtxPrim | ( | int | evNum, |
int | type, | ||
double | x, | ||
double | y, | ||
double | z, | ||
double | u, | ||
double | v, | ||
double | w, | ||
double | px, | ||
double | py, | ||
double | pz | ||
) |
Definition at line 205 of file PHcalTB04Info.cc.
References evNum(), LogDebug, csvReporter::r, mathSSE::sqrt(), v1EvNum, v1Px, v1Py, v1Pz, v1R, v1Type, v1U, v1V, v1W, v1X, v1Y, and v1Z.
Referenced by HcalTB04Analysis::fillEvent().
{ v1EvNum = evNum; v1Type = type; double r= sqrt(x*x+y*y+z*z); v1X = (float)(x); v1Y = (float)(y); v1Z = (float)(z); v1R = (float)(r); v1Px = (float)(px); v1Py = (float)(py); v1Pz = (float)(pz); v1U = (float)(u); v1V = (float)(v); v1W = (float)(w); LogDebug("SimHCalData") << "PHcalTB04Info::setVtxPrim: EvNum " << v1EvNum << " Type " << v1Type << " X/Y/Z/R " << v1X << "/" << v1Y << "/" << v1Z << "/" << v1R << " Px/Py/Pz " << v1Px << "/" << v1Py << "/" << v1Pz << " U/V/W " << v1U << "/" << v1V << "/" << v1W; }
void PHcalTB04Info::setVtxSec | ( | int | id, |
int | pdg, | ||
double | px, | ||
double | py, | ||
double | pz, | ||
double | ek | ||
) |
Definition at line 225 of file PHcalTB04Info.cc.
References LogDebug, v1Nsec, v1secEk, v1secPartID, v1secPx, v1secPy, v1secPz, and v1secTrackID.
Referenced by HcalTB04Analysis::fillEvent().
{ int ns = v1Nsec; v1Nsec++; v1secTrackID.push_back(id); v1secPartID.push_back(pdg); v1secPx.push_back((float)(px)); v1secPy.push_back((float)(py)); v1secPz.push_back((float)(pz)); v1secEk.push_back((float)(ek)); LogDebug("SimHCalData") << "PHcalTB04Info::setVtxSec " << v1Nsec << " ID " << v1secTrackID[ns] << " PDG Code " << v1secPartID[ns] << " Px/Py/Pz/Ek " << v1secPx[ns] << "/" << v1secPy[ns] << "/" << v1secPz[ns] << "/" << v1secEk[ns]; }
float PHcalTB04Info::simEcE | ( | ) | const [inline] |
FloatVector PHcalTB04Info::simEEcal | ( | ) | const [inline] |
FloatVector PHcalTB04Info::simEHcal | ( | ) | const [inline] |
float PHcalTB04Info::simEtotal | ( | ) | const [inline] |
float PHcalTB04Info::simHcE | ( | ) | const [inline] |
FloatVector PHcalTB04Info::timeHit | ( | ) | const [inline] |
int PHcalTB04Info::tower | ( | ) | const [inline] |
IntVector PHcalTB04Info::vtxPartID | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimPx | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimPy | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimPz | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimR | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimU | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimV | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimW | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimX | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimY | ( | ) | const [inline] |
float PHcalTB04Info::vtxPrimZ | ( | ) | const [inline] |
int PHcalTB04Info::vtxSec | ( | ) | const [inline] |
FloatVector PHcalTB04Info::vtxSecEk | ( | ) | const [inline] |
FloatVector PHcalTB04Info::vtxSecPx | ( | ) | const [inline] |
FloatVector PHcalTB04Info::vtxSecPy | ( | ) | const [inline] |
FloatVector PHcalTB04Info::vtxSecPz | ( | ) | const [inline] |
IntVector PHcalTB04Info::vtxTrkID | ( | ) | const [inline] |
int PHcalTB04Info::vtxType | ( | ) | const [inline] |
friend class HcalTB04Analysis [friend] |
Definition at line 38 of file PHcalTB04Info.h.
IntVector PHcalTB04Info::detHit [private] |
Definition at line 141 of file PHcalTB04Info.h.
Referenced by detectorHit(), and saveHit().
float PHcalTB04Info::digEEc [private] |
Definition at line 126 of file PHcalTB04Info.h.
float PHcalTB04Info::digEHc [private] |
Definition at line 126 of file PHcalTB04Info.h.
float PHcalTB04Info::digEtot [private] |
Definition at line 126 of file PHcalTB04Info.h.
Referenced by clear(), digEtotal(), and setEdep().
float PHcalTB04Info::eBeam [private] |
Definition at line 122 of file PHcalTB04Info.h.
Referenced by clear(), initE(), and setPrimary().
FloatVector PHcalTB04Info::edige [private] |
Definition at line 127 of file PHcalTB04Info.h.
Referenced by digEEcal(), setEdepEcal(), and setIDs().
FloatVector PHcalTB04Info::edigh [private] |
Definition at line 128 of file PHcalTB04Info.h.
Referenced by digEHcal(), setEdepHcal(), and setIDs().
FloatVector PHcalTB04Info::eHit [private] |
Definition at line 142 of file PHcalTB04Info.h.
Referenced by energyHit(), and saveHit().
FloatVector PHcalTB04Info::esime [private] |
Definition at line 127 of file PHcalTB04Info.h.
Referenced by setEdepEcal(), setIDs(), and simEEcal().
FloatVector PHcalTB04Info::esimh [private] |
Definition at line 128 of file PHcalTB04Info.h.
Referenced by setEdepHcal(), setIDs(), and simEHcal().
float PHcalTB04Info::etaBeam [private] |
Definition at line 122 of file PHcalTB04Info.h.
Referenced by clear(), eta(), and setPrimary().
IntVector PHcalTB04Info::etaHit [private] |
Definition at line 141 of file PHcalTB04Info.h.
Referenced by etaIndexHit(), and saveHit().
int PHcalTB04Info::hit [private] |
Definition at line 140 of file PHcalTB04Info.h.
int PHcalTB04Info::idBeam [private] |
Definition at line 121 of file PHcalTB04Info.h.
Referenced by clear(), partID(), and setPrimary().
IntVector PHcalTB04Info::idEcal [private] |
Definition at line 135 of file PHcalTB04Info.h.
IntVector PHcalTB04Info::idHcal [private] |
Definition at line 137 of file PHcalTB04Info.h.
FloatVector PHcalTB04Info::latdigEta [private] |
Definition at line 129 of file PHcalTB04Info.h.
Referenced by setTrnsProf().
FloatVector PHcalTB04Info::latdigPhi [private] |
Definition at line 130 of file PHcalTB04Info.h.
Referenced by setTrnsProf().
FloatVector PHcalTB04Info::latsimEta [private] |
Definition at line 129 of file PHcalTB04Info.h.
Referenced by setTrnsProf().
FloatVector PHcalTB04Info::latsimPhi [private] |
Definition at line 130 of file PHcalTB04Info.h.
Referenced by setTrnsProf().
IntVector PHcalTB04Info::layHit [private] |
Definition at line 141 of file PHcalTB04Info.h.
Referenced by layerHit(), and saveHit().
FloatVector PHcalTB04Info::longdig [private] |
Definition at line 131 of file PHcalTB04Info.h.
Referenced by setLongProf().
FloatVector PHcalTB04Info::longsim [private] |
Definition at line 131 of file PHcalTB04Info.h.
Referenced by setLongProf().
int PHcalTB04Info::nCrystal [private] |
Definition at line 134 of file PHcalTB04Info.h.
Referenced by clear(), crystal(), setEdepEcal(), and setIDs().
int PHcalTB04Info::nPrimary [private] |
Definition at line 121 of file PHcalTB04Info.h.
Referenced by clear(), primary(), and setPrimary().
int PHcalTB04Info::nTower [private] |
Definition at line 136 of file PHcalTB04Info.h.
Referenced by clear(), setEdepHcal(), setIDs(), and tower().
float PHcalTB04Info::phiBeam [private] |
Definition at line 122 of file PHcalTB04Info.h.
Referenced by clear(), phi(), and setPrimary().
IntVector PHcalTB04Info::phiHit [private] |
Definition at line 141 of file PHcalTB04Info.h.
Referenced by phiIndexHit(), and saveHit().
float PHcalTB04Info::simEEc [private] |
Definition at line 125 of file PHcalTB04Info.h.
float PHcalTB04Info::simEHc [private] |
Definition at line 125 of file PHcalTB04Info.h.
float PHcalTB04Info::simEtot [private] |
Definition at line 125 of file PHcalTB04Info.h.
Referenced by clear(), setEdep(), and simEtotal().
FloatVector PHcalTB04Info::tHit [private] |
Definition at line 142 of file PHcalTB04Info.h.
int PHcalTB04Info::v1EvNum [private] |
Definition at line 145 of file PHcalTB04Info.h.
Referenced by clear(), evNum(), and setVtxPrim().
int PHcalTB04Info::v1Nsec [private] |
Definition at line 145 of file PHcalTB04Info.h.
Referenced by clear(), setVtxSec(), and vtxSec().
float PHcalTB04Info::v1Px [private] |
Definition at line 148 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimPx().
float PHcalTB04Info::v1Py [private] |
Definition at line 148 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimPy().
float PHcalTB04Info::v1Pz [private] |
Definition at line 148 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimPz().
float PHcalTB04Info::v1R [private] |
Definition at line 147 of file PHcalTB04Info.h.
Referenced by setVtxPrim(), and vtxPrimR().
FloatVector PHcalTB04Info::v1secEk [private] |
Definition at line 149 of file PHcalTB04Info.h.
Referenced by setVtxSec(), and vtxSecEk().
IntVector PHcalTB04Info::v1secPartID [private] |
Definition at line 146 of file PHcalTB04Info.h.
Referenced by setVtxSec(), and vtxPartID().
FloatVector PHcalTB04Info::v1secPx [private] |
Definition at line 149 of file PHcalTB04Info.h.
Referenced by setVtxSec(), and vtxSecPx().
FloatVector PHcalTB04Info::v1secPy [private] |
Definition at line 149 of file PHcalTB04Info.h.
Referenced by setVtxSec(), and vtxSecPy().
FloatVector PHcalTB04Info::v1secPz [private] |
Definition at line 149 of file PHcalTB04Info.h.
Referenced by setVtxSec(), and vtxSecPz().
IntVector PHcalTB04Info::v1secTrackID [private] |
Definition at line 146 of file PHcalTB04Info.h.
Referenced by setVtxSec(), and vtxTrkID().
int PHcalTB04Info::v1Type [private] |
Definition at line 145 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxType().
float PHcalTB04Info::v1U [private] |
Definition at line 147 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimU().
float PHcalTB04Info::v1V [private] |
Definition at line 147 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimV().
float PHcalTB04Info::v1W [private] |
Definition at line 147 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimW().
float PHcalTB04Info::v1X [private] |
Definition at line 147 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimX().
float PHcalTB04Info::v1Y [private] |
Definition at line 147 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimY().
float PHcalTB04Info::v1Z [private] |
Definition at line 147 of file PHcalTB04Info.h.
Referenced by clear(), setVtxPrim(), and vtxPrimZ().