#include <CaloSD.h>
Public Member Functions | |
CaloSD (const std::string &aSDname, const edm::EventSetup &es, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false) | |
void | clear () override |
void | clearHits () override |
void | DrawAll () override |
void | EndOfEvent (G4HCofThisEvent *eventHC) override |
void | fillHits (edm::PCaloHitContainer &, const std::string &) override |
void | Initialize (G4HCofThisEvent *HCE) override |
void | PrintAll () override |
bool | ProcessHits (G4GFlashSpot *aSpot, G4TouchableHistory *) override |
G4bool | ProcessHits (G4Step *step, G4TouchableHistory *) override |
void | reset () override |
uint32_t | setDetUnitId (const G4Step *step) override=0 |
~CaloSD () override | |
Public Member Functions inherited from SensitiveCaloDetector | |
SensitiveCaloDetector (const std::string &iname, const edm::EventSetup &es, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p) | |
Public Member Functions inherited from SensitiveDetector | |
void | EndOfEvent (G4HCofThisEvent *eventHC) override |
const std::vector< std::string > & | getNames () const |
void | Initialize (G4HCofThisEvent *eventHC) override |
bool | isCaloSD () const |
SensitiveDetector (const std::string &iname, const edm::EventSetup &es, const SensitiveDetectorCatalog &, edm::ParameterSet const &p, bool calo) | |
~SensitiveDetector () override | |
Public Member Functions inherited from Observer< const BeginOfRun * > | |
Observer () | |
void | slotForUpdate (const BeginOfRun * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfEvent * > | |
Observer () | |
void | slotForUpdate (const BeginOfEvent * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfTrack * > | |
Observer () | |
void | slotForUpdate (const BeginOfTrack * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfTrack * > | |
Observer () | |
void | slotForUpdate (const EndOfTrack * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfEvent * > | |
Observer () | |
void | slotForUpdate (const EndOfEvent * iT) |
virtual | ~Observer () |
Protected Member Functions | |
bool | checkHit () |
CaloG4Hit * | createNewHit (const G4Step *, const G4Track *) |
virtual void | endEvent () |
virtual bool | filterHit (CaloG4Hit *, double) |
double | getAttenuation (const G4Step *aStep, double birk1, double birk2, double birk3) const |
virtual uint16_t | getDepth (const G4Step *) |
virtual double | getEnergyDeposit (const G4Step *step) |
virtual bool | getFromLibrary (const G4Step *step) |
int | getNumberOfHits () |
double | getResponseWt (const G4Track *) |
virtual int | getTrackID (const G4Track *) |
bool | hitExists (const G4Step *) |
virtual void | initEvent (const BeginOfEvent *) |
virtual void | initRun () |
void | processHit (const G4Step *step) |
void | resetForNewPrimary (const G4Step *) |
void | setNumberCheckedHits (int val) |
void | setParameterized (bool val) |
G4ThreeVector | setToGlobal (const G4ThreeVector &, const G4VTouchable *) const |
G4ThreeVector | setToLocal (const G4ThreeVector &, const G4VTouchable *) const |
virtual int | setTrackID (const G4Step *) |
void | setUseMap (bool val) |
void | update (const ::EndOfEvent *) override |
void | update (const BeginOfEvent *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfRun *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfTrack *trk) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfTrack *trk) override |
This routine will be called when the appropriate signal arrives. More... | |
void | updateHit (CaloG4Hit *) |
Protected Member Functions inherited from SensitiveDetector | |
TrackInformation * | cmsTrackInformation (const G4Track *aTrack) |
Local3DPoint | ConvertToLocal3DPoint (const G4ThreeVector &point) const |
Local3DPoint | FinalStepPosition (const G4Step *step, coordinates) const |
Local3DPoint | InitialStepPosition (const G4Step *step, coordinates) const |
Local3DPoint | LocalPostStepPosition (const G4Step *step) const |
Local3DPoint | LocalPreStepPosition (const G4Step *step) const |
void | NaNTrap (const G4Step *step) const |
void | setNames (const std::vector< std::string > &) |
Protected Member Functions inherited from Observer< const EndOfEvent * > | |
virtual void | update (const EndOfEvent *)=0 |
This routine will be called when the appropriate signal arrives. More... | |
Protected Attributes | |
CaloG4Hit * | currentHit |
CaloHitID | currentID |
float | edepositEM |
float | edepositHAD |
double | eminHit |
double | energyCut |
G4ThreeVector | entranceLocal |
G4ThreeVector | entrancePoint |
bool | forceSave |
float | incidentEnergy |
double | kmaxIon |
double | kmaxNeutron |
double | kmaxProton |
G4ThreeVector | posGlobal |
CaloHitID | previousID |
bool | suppressHeavy |
double | tmaxHit |
Private Member Functions | |
void | cleanHitCollection () |
bool | saveHit (CaloG4Hit *) |
void | storeHit (CaloG4Hit *) |
Private Attributes | |
int | cleanIndex |
double | correctT |
bool | corrTOFBeam |
double | eminHitD |
int | hcID |
std::map< CaloHitID, CaloG4Hit * > | hitMap |
bool | ignoreTrackID |
bool | isParameterized |
const SimTrackManager * | m_trackManager |
std::unique_ptr< CaloMeanResponse > | meanResponse |
int | nCheckedHits |
int | primAncestor |
int | primIDSaved |
std::vector< std::unique_ptr< CaloG4Hit > > | reusehit |
std::unique_ptr< CaloSlaveSD > | slave |
CaloG4HitCollection * | theHC |
float | timeSlice |
std::map< int, TrackWithHistory * > | tkMap |
int | totalHits |
bool | useFineCaloID_ |
bool | useMap |
Additional Inherited Members | |
Protected Types inherited from SensitiveDetector | |
enum | coordinates { WorldCoordinates, LocalCoordinates } |
CaloSD::CaloSD | ( | const std::string & | aSDname, |
const edm::EventSetup & | es, | ||
const SensitiveDetectorCatalog & | clg, | ||
edm::ParameterSet const & | p, | ||
const SimTrackManager * | manager, | ||
float | timeSlice = 1. , |
||
bool | ignoreTkID = false |
||
) |
Definition at line 27 of file CaloSD.cc.
References cleanIndex, correctT, corrTOFBeam, currentID, edepositEM, edepositHAD, eminHit, eminHitD, energyCut, entranceLocal, entrancePoint, forceSave, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), GeV, ignoreTrackID, incidentEnergy, isParameterized, dqmdumpme::k, kmaxIon, kmaxNeutron, kmaxProton, meanResponse, MeV, Skims_PA_cff::name, nCheckedHits, AlCaHLTBitMon_ParallelJobs::p, posGlobal, previousID, primAncestor, primIDSaved, slave, suppressHeavy, timeSlice, tmaxHit, totalHits, useFineCaloID_, and useMap.
|
protected |
Definition at line 314 of file CaloSD.cc.
References currentHit, currentID, newFWLiteAna::found, hitMap, dqmiolumiharvest::j, SiStripPI::max, nCheckedHits, nhits, theHC, updateHit(), and useMap.
Referenced by hitExists(), processHit(), and ProcessHits().
|
private |
Definition at line 707 of file CaloSD.cc.
References cleanIndex, correctT, corrTOFBeam, cond::serialization::equal(), filterHit(), CaloG4Hit::getTimeSlice(), hitMap, mps_fire::i, cuy::ii, dqmiolumiharvest::j, hltrates_dqm_sourceclient-live_cfg::offset, AlCaHLTBitMon_ParallelJobs::p, reusehit, theHC, ntuplemaker::time, totalHits, and useMap.
Referenced by EndOfEvent(), and update().
|
overridevirtual |
Implements SensitiveDetector.
Definition at line 550 of file CaloSD.cc.
References cleanIndex, previousID, primIDSaved, CaloHitID::reset(), and slave.
Referenced by update().
|
protected |
Definition at line 345 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), currentID, CaloHitID::depth(), edepositEM, edepositHAD, energyCut, entranceLocal, entrancePoint, f, forceSave, getNumberOfHits(), GeV, incidentEnergy, TrackWithHistory::momentum(), posGlobal, primIDSaved, TrackInformation::putInHistory(), reusehit, TrackWithHistory::save(), CaloG4Hit::setEM(), CaloG4Hit::setEntry(), CaloG4Hit::setEntryLocal(), CaloG4Hit::setHadr(), CaloG4Hit::setID(), CaloG4Hit::setIncidentEnergy(), CaloG4Hit::setPosition(), mathSSE::sqrt(), storeHit(), TrackInformation::storeTrack(), CaloHitID::timeSliceID(), tkMap, totalHits, CaloHitID::trackID(), CaloHitID::unitID(), updateHit(), and useMap.
Referenced by processHit(), and ProcessHits().
|
protectedvirtual |
|
override |
Definition at line 263 of file CaloSD.cc.
References cleanHitCollection(), and theHC.
|
overridevirtual |
|
protectedvirtual |
Reimplemented in HCalSD, HGCSD, AHCalSD, HFNoseSD, HGCalSD, and HGCScintSD.
Definition at line 616 of file CaloSD.cc.
References eminHit, eminHitD, ntuplemaker::time, and tmaxHit.
Referenced by cleanHitCollection().
|
protected |
Definition at line 435 of file CaloSD.cc.
References funct::abs(), HltBtagPostValidation_cff::c, ALCARECOTkAlJpsiMuMu_cff::charge, fastSimProducer_cff::density, and mps_merge::weight.
Referenced by TotemT2ScintSD::getEnergyDeposit(), DreamSD::getEnergyDeposit(), HGCalTB16SD01::getEnergyDeposit(), HcalTB06BeamSD::getEnergyDeposit(), HGCScintSD::getEnergyDeposit(), EcalTBH4BeamSD::getEnergyDeposit(), AHCalSD::getEnergyDeposit(), HcalTB02SD::getEnergyDeposit(), ECalSD::getEnergyDeposit(), and HCalSD::getEnergyDeposit().
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in HCalSD, ECalSD, CastorSD, HcalTB02SD, AHCalSD, HGCSD, HFNoseSD, HGCalSD, EcalTBH4BeamSD, HGCScintSD, HcalTB06BeamSD, ZdcSD, HGCalTB16SD01, DreamSD, and TotemT2ScintSD.
Definition at line 241 of file CaloSD.cc.
Referenced by ProcessHits().
|
protectedvirtual |
|
protected |
Definition at line 343 of file CaloSD.cc.
References theHC.
Referenced by createNewHit(), and HCalSD::getFromLibrary().
|
protected |
Definition at line 627 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), TrackInformation::genParticleP(), TrackInformation::genParticlePID(), and meanResponse.
Referenced by HGCScintSD::getEnergyDeposit(), HFNoseSD::getEnergyDeposit(), HGCalSD::getEnergyDeposit(), HGCSD::getEnergyDeposit(), ECalSD::getEnergyDeposit(), and HCalSD::getEnergyDeposit().
|
protectedvirtual |
Reimplemented in ECalSD.
Definition at line 573 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), forceSave, TrackInformation::getIDfineCalo(), TrackInformation::getIDonCaloSurface(), and useFineCaloID_.
Referenced by ECalSD::getTrackID(), and ProcessHits().
|
protected |
Definition at line 299 of file CaloSD.cc.
References checkHit(), currentHit, currentID, posGlobal, previousID, resetForNewPrimary(), CaloHitID::trackID(), and updateHit().
Referenced by ProcessHits().
|
protectedvirtual |
|
override |
|
protectedvirtual |
|
override |
|
inlineprotected |
Definition at line 103 of file CaloSD.h.
References checkHit(), createNewHit(), currentHit, currentID, previousID, and updateHit().
Referenced by HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getFromParam(), HCalSD::getHitFibreBundle(), HCalSD::getHitPMT(), and HCalSD::hitForFibre().
|
override |
Definition at line 184 of file CaloSD.cc.
References checkHit(), createNewHit(), currentHit, currentID, TauDecayModes::dec, LEDCalibrationChannels::depth, edepositEM, edepositHAD, entranceLocal, entrancePoint, getDepth(), getTrackID(), GeV, incidentEnergy, G4TrackToParticleID::isGammaElectronPositron(), posGlobal, previousID, setDetUnitId(), CaloHitID::setID(), ntuplemaker::time, HLT_2018_cff::track, CaloHitID::trackID(), CaloHitID::unitID(), and updateHit().
|
overridevirtual |
Implements SensitiveDetector.
Definition at line 107 of file CaloSD.cc.
References createNewHit(), currentHit, currentID, TauDecayModes::dec, LEDCalibrationChannels::depth, edepositEM, edepositHAD, HCALHighEnergyHPDFilter_cfi::energy, getDepth(), getEnergyDeposit(), getFromLibrary(), getTrackID(), hitExists(), G4TrackToParticleID::isGammaElectronPositron(), isParameterized, SensitiveDetector::NaNTrap(), previousID, setDetUnitId(), CaloHitID::setID(), ntuplemaker::time, and CaloHitID::unitID().
|
overridevirtual |
Reimplemented from SensitiveCaloDetector.
Definition at line 561 of file CaloSD.cc.
References fpCaloG4HitAllocator.
|
protected |
Definition at line 422 of file CaloSD.cc.
References entranceLocal, entrancePoint, GeV, incidentEnergy, and setToLocal().
Referenced by HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getHitFibreBundle(), HCalSD::getHitPMT(), hitExists(), and setTrackID().
|
private |
Definition at line 648 of file CaloSD.cc.
References correctT, corrTOFBeam, TauDecayModes::dec, CaloG4Hit::getDepth(), CaloG4Hit::getEM(), CaloG4Hit::getHadr(), CaloG4Hit::getTimeSlice(), CaloG4Hit::getTrackID(), CaloG4Hit::getUnitID(), GeV, SimTrackManager::giveMotherNeeded(), m_trackManager, convertSQLiteXML::ok, slave, ntuplemaker::time, and SimTrackManager::trackExists().
Referenced by update().
|
overridepure virtual |
Implements SensitiveDetector.
Implemented in HCalSD, CastorSD, HcalTB02SD, AHCalSD, HGCSD, HFNoseSD, HGCalSD, HGCScintSD, EcalTBH4BeamSD, HcalTB06BeamSD, ZdcSD, HGCalTB16SD01, TotemT2ScintSD, ECalSD, and DreamSD.
Referenced by ProcessHits().
|
inlineprotected |
Definition at line 112 of file CaloSD.h.
References nCheckedHits, and heppy_batch::val.
Referenced by HFNoseSD::HFNoseSD(), HGCalSD::HGCalSD(), HGCScintSD::HGCScintSD(), and HGCSD::HGCSD().
|
inlineprotected |
Definition at line 100 of file CaloSD.h.
References isParameterized, and heppy_batch::val.
Referenced by CastorSD::CastorSD(), HCalSD::HCalSD(), and ZdcSD::ZdcSD().
|
protected |
Definition at line 295 of file CaloSD.cc.
References DTRecHitClients_cfi::local.
|
protected |
Definition at line 291 of file CaloSD.cc.
Referenced by DreamSD::curve_LY(), HcalTB02SD::curve_LY(), ECalSD::getDepth(), ECalSD::getRadiationLength(), resetForNewPrimary(), and HcalTB06BeamSD::setDetUnitId().
|
protectedvirtual |
Definition at line 592 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), TrackInformation::getIDfineCalo(), TrackInformation::getIDonCaloSurface(), previousID, resetForNewPrimary(), CaloHitID::trackID(), and useFineCaloID_.
Referenced by HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getFromParam(), and HCalSD::hitForFibre().
|
inlineprotected |
Definition at line 101 of file CaloSD.h.
References useMap, and heppy_batch::val.
Referenced by HFNoseSD::HFNoseSD(), HGCalSD::HGCalSD(), HGCScintSD::HGCScintSD(), and HGCSD::HGCSD().
|
private |
Definition at line 636 of file CaloSD.cc.
References hitMap, previousID, theHC, CaloHitID::trackID(), and useMap.
Referenced by createNewHit().
|
overrideprotected |
Definition at line 493 of file CaloSD.cc.
References funct::abs(), KineDebug3::count(), endEvent(), edm::roottree::getEntry(), hitMap, mps_fire::i, reusehit, saveHit(), slave, mathSSE::sqrt(), edm::swap(), theHC, tkMap, totalHits, groupFilesInBlocks::tt, useMap, x, and z.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overrideprotectedvirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfEvent * >.
Definition at line 459 of file CaloSD.cc.
References clearHits(), and initEvent().
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overrideprotectedvirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun * >.
Definition at line 457 of file CaloSD.cc.
References initRun().
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overrideprotectedvirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack * >.
Definition at line 684 of file CaloSD.cc.
References cleanHitCollection(), SensitiveDetector::cmsTrackInformation(), TrackInformation::isPrimary(), primAncestor, and theHC.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overrideprotectedvirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack * >.
Definition at line 467 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), TrackInformation::getIDonCaloSurface(), createfilelist::int, m_trackManager, tkMap, SimTrackManager::trackContainer(), and TrackWithHistory::trackID().
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
protected |
Definition at line 411 of file CaloSD.cc.
References CaloG4Hit::addEnergyDeposit(), currentID, edepositEM, edepositHAD, and previousID.
Referenced by checkHit(), createNewHit(), hitExists(), processHit(), and ProcessHits().
|
private |
Definition at line 157 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and clearHits().
|
private |
Definition at line 164 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and saveHit().
|
private |
Definition at line 153 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and saveHit().
|
protected |
Definition at line 135 of file CaloSD.h.
Referenced by checkHit(), ZdcSD::getFromLibrary(), hitExists(), processHit(), and ProcessHits().
|
protected |
Definition at line 131 of file CaloSD.h.
Referenced by CaloSD(), checkHit(), createNewHit(), ECalSD::curve_LY(), HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getFromParam(), HCalSD::getHitFibreBundle(), HCalSD::getHitPMT(), hitExists(), HCalSD::hitForFibre(), processHit(), ProcessHits(), and updateHit().
|
protected |
Definition at line 129 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getFromParam(), HCalSD::getHitFibreBundle(), HCalSD::getHitPMT(), HCalSD::hitForFibre(), ProcessHits(), and updateHit().
|
protected |
Definition at line 129 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getFromParam(), HCalSD::getHitFibreBundle(), HCalSD::getHitPMT(), HCalSD::hitForFibre(), ProcessHits(), and updateHit().
|
protected |
Definition at line 133 of file CaloSD.h.
Referenced by CaloSD(), filterHit(), and HGCSD::HGCSD().
|
private |
Definition at line 163 of file CaloSD.h.
Referenced by CaloSD(), and filterHit().
|
protected |
Definition at line 133 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), HCalSD::getHitFibreBundle(), and HCalSD::getHitPMT().
|
protected |
Definition at line 126 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
protected |
Definition at line 125 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
protected |
Definition at line 140 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ECalSD::getTrackID(), and getTrackID().
|
private |
Definition at line 155 of file CaloSD.h.
Referenced by Initialize().
Definition at line 167 of file CaloSD.h.
Referenced by checkHit(), cleanHitCollection(), storeHit(), and update().
|
protected |
Definition at line 128 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
private |
Definition at line 151 of file CaloSD.h.
Referenced by CaloSD(), ProcessHits(), and setParameterized().
|
protected |
Definition at line 138 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
protected |
Definition at line 138 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
protected |
Definition at line 138 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
private |
|
private |
Definition at line 146 of file CaloSD.h.
Referenced by CaloSD(), and getResponseWt().
|
private |
Definition at line 160 of file CaloSD.h.
Referenced by CaloSD(), checkHit(), and setNumberCheckedHits().
|
protected |
Definition at line 127 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), hitExists(), and ProcessHits().
|
protected |
Definition at line 131 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), hitExists(), processHit(), ProcessHits(), setTrackID(), storeHit(), and updateHit().
|
private |
|
private |
Definition at line 159 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), and createNewHit().
|
private |
Definition at line 169 of file CaloSD.h.
Referenced by cleanHitCollection(), createNewHit(), and update().
|
private |
Definition at line 145 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), fillHits(), saveHit(), and update().
|
protected |
Definition at line 137 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
private |
Definition at line 148 of file CaloSD.h.
Referenced by checkHit(), cleanHitCollection(), EndOfEvent(), getNumberOfHits(), Initialize(), PrintAll(), storeHit(), and update().
|
private |
Definition at line 168 of file CaloSD.h.
Referenced by createNewHit(), and update().
|
protected |
Definition at line 133 of file CaloSD.h.
Referenced by CaloSD(), HGCScintSD::filterHit(), HFNoseSD::filterHit(), HGCalSD::filterHit(), AHCalSD::filterHit(), HGCSD::filterHit(), HCalSD::filterHit(), and filterHit().
|
private |
Definition at line 158 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), createNewHit(), Initialize(), and update().
|
private |
Definition at line 165 of file CaloSD.h.
Referenced by CaloSD(), getTrackID(), and setTrackID().
|
private |
Definition at line 152 of file CaloSD.h.
Referenced by CaloSD(), checkHit(), cleanHitCollection(), createNewHit(), setUseMap(), storeHit(), and update().