#include <CaloSD.h>
Classes | |
struct | Detector |
Public Member Functions | |
CaloSD (const std::string &aSDname, 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 |
bool | isItFineCalo (const G4VTouchable *touch) |
void | PrintAll () override |
G4bool | ProcessHits (G4Step *step, G4TouchableHistory *) override |
bool | ProcessHits (G4GFlashSpot *aSpot, 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 SensitiveDetectorCatalog &clg) | |
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 SensitiveDetectorCatalog &, 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 double | EnergyCorrected (const G4Step &step, const G4Track *) |
virtual bool | filterHit (CaloG4Hit *, double) |
unsigned int | findBoundaryCrossingParent (const G4Track *track, bool markParentAsSaveable=true) |
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 *) |
void | ignoreRejection () |
virtual void | initEvent (const BeginOfEvent *) |
virtual void | initRun () |
void | printDetectorLevels (const G4VTouchable *) const |
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) |
std::string | shortreprID (const CaloHitID &ID) |
std::string | shortreprID (const CaloG4Hit *hit) |
void | update (const BeginOfRun *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfEvent *) 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 | update (const ::EndOfEvent *) override |
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... | |
Static Protected Member Functions | |
static std::string | printableDecayChain (const std::vector< unsigned int > &decayChain) |
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 | |
std::unordered_map< unsigned int, unsigned int > | boundaryCrossingParentMap_ |
int | cleanIndex |
double | correctT |
bool | corrTOFBeam |
bool | doFineCalo_ |
bool | doFineCaloThisStep_ |
double | eMinFine_ |
double | eminHitD |
std::vector< Detector > | fineDetectors_ |
int | hcID |
std::map< CaloHitID, CaloG4Hit * > | hitMap |
bool | ignoreReject |
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 | useMap |
Additional Inherited Members | |
Protected Types inherited from SensitiveDetector | |
enum | coordinates { WorldCoordinates, LocalCoordinates } |
CaloSD::CaloSD | ( | const std::string & | aSDname, |
const SensitiveDetectorCatalog & | clg, | ||
edm::ParameterSet const & | p, | ||
const SimTrackManager * | manager, | ||
float | timeSlice = 1. , |
||
bool | ignoreTkID = false |
||
) |
Definition at line 33 of file CaloSD.cc.
References cleanIndex, correctT, corrTOFBeam, currentID, hgcalTestNeighbor_cfi::detector, doFineCalo_, edepositEM, edepositHAD, eMinFine_, eminHit, eminHitD, energyCut, entranceLocal, entrancePoint, fineDetectors_, forceSave, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), mps_fire::i, ignoreTrackID, incidentEnergy, isParameterized, dqmdumpme::k, kmaxIon, kmaxNeutron, kmaxProton, personalPlayback::level, meanResponse, Skims_PA_cff::name, nCheckedHits, AlCaHLTBitMon_ParallelJobs::p, posGlobal, previousID, primAncestor, primIDSaved, slave, suppressHeavy, timeSlice, tmaxHit, totalHits, and useMap.
|
protected |
Definition at line 423 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 956 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, jetUpdater_cfi::sort, theHC, protons_cff::time, totalHits, and useMap.
Referenced by EndOfEvent(), and update().
|
overridevirtual |
Implements SensitiveDetector.
Definition at line 773 of file CaloSD.cc.
References cleanIndex, previousID, primIDSaved, CaloHitID::reset(), and slave.
Referenced by update().
|
protected |
Definition at line 555 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), currentID, CaloHitID::depth(), doFineCaloThisStep_, edepositEM, edepositHAD, energyCut, entranceLocal, entrancePoint, f, forceSave, getNumberOfHits(), incidentEnergy, isItFineCalo(), TrackWithHistory::momentum(), posGlobal, primIDSaved, TrackInformation::putInHistory(), reusehit, TrackWithHistory::save(), CaloG4Hit::setEM(), CaloG4Hit::setEntry(), CaloG4Hit::setEntryLocal(), CaloG4Hit::setHadr(), CaloG4Hit::setID(), CaloG4Hit::setIncidentEnergy(), CaloG4Hit::setPosition(), shortreprID(), 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 359 of file CaloSD.cc.
References cleanHitCollection(), and theHC.
|
protectedvirtual |
|
overridevirtual |
Implements SensitiveCaloDetector.
Definition at line 383 of file CaloSD.cc.
References slave.
|
protectedvirtual |
Reimplemented in HCalSD, HGCSD, HFNoseSD, HGCalSD, HGCScintSD, and AHCalSD.
Definition at line 838 of file CaloSD.cc.
References eminHit, eminHitD, protons_cff::time, and tmaxHit.
Referenced by cleanHitCollection().
|
protected |
Definition at line 483 of file CaloSD.cc.
References boundaryCrossingParentMap_, SensitiveDetector::cmsTrackInformation(), TrackInformation::crossedBoundary(), Exception, SimTrackManager::getTrackByID(), triggerObjects_cff::id, m_trackManager, TrackWithHistory::parentID(), cosmicMuonLinks_cfi::parentTrack, printableDecayChain(), TrackInformation::storeTrack(), and HLT_2022v12_cff::track.
Referenced by ProcessHits().
|
protected |
Definition at line 657 of file CaloSD.cc.
References funct::abs(), c, ALCARECOTkAlJpsiMuMu_cff::charge, fastSimProducer_cff::density, and mps_merge::weight.
Referenced by TotemT2ScintSD::getEnergyDeposit(), AHCalSD::getEnergyDeposit(), HGCalTB16SD01::getEnergyDeposit(), HcalTB06BeamSD::getEnergyDeposit(), HGCScintSD::getEnergyDeposit(), EcalTBH4BeamSD::getEnergyDeposit(), DreamSD::getEnergyDeposit(), ECalSD::getEnergyDeposit(), HcalTB02SD::getEnergyDeposit(), and HCalSD::getEnergyDeposit().
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in HCalSD, ECalSD, HcalTB02SD, CastorSD, DreamSD, HGCSD, HFNoseSD, HGCalSD, EcalTBH4BeamSD, HGCScintSD, HcalTB06BeamSD, ZdcSD, HGCalTB16SD01, AHCalSD, and TotemT2ScintSD.
Definition at line 315 of file CaloSD.cc.
Referenced by ProcessHits().
|
protectedvirtual |
|
protected |
Definition at line 452 of file CaloSD.cc.
References theHC.
Referenced by createNewHit(), and HCalSD::getFromLibrary().
|
protected |
Definition at line 849 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), TrackInformation::genParticleP(), TrackInformation::genParticlePID(), and meanResponse.
Referenced by ECalSD::EnergyCorrected(), HGCScintSD::getEnergyDeposit(), HFNoseSD::getEnergyDeposit(), HGCalSD::getEnergyDeposit(), HGCSD::getEnergyDeposit(), ECalSD::getEnergyDeposit(), and HCalSD::getEnergyDeposit().
|
protectedvirtual |
Reimplemented in ECalSD.
Definition at line 796 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), and TrackInformation::getIDonCaloSurface().
Referenced by ECalSD::getTrackID(), and ProcessHits().
|
protected |
Definition at line 402 of file CaloSD.cc.
References checkHit(), currentHit, currentID, posGlobal, previousID, resetForNewPrimary(), CaloHitID::trackID(), and updateHit().
Referenced by ProcessHits().
|
inlineprotected |
Definition at line 108 of file CaloSD.h.
References ignoreReject.
Referenced by HGCalSD::setDetUnitId().
|
protectedvirtual |
|
override |
Definition at line 341 of file CaloSD.cc.
References bysipixelclustmulteventfilter_cfi::collectionName, hcID, theHC, and totalHits.
|
protectedvirtual |
bool CaloSD::isItFineCalo | ( | const G4VTouchable * | touch | ) |
Definition at line 321 of file CaloSD.cc.
References hgcalTestNeighbor_cfi::detector, fineDetectors_, cuy::ii, personalPlayback::level, convertSQLiteXML::ok, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by createNewHit(), and ProcessHits().
|
staticprotected |
Definition at line 458 of file CaloSD.cc.
References mps_fire::i, and contentValuesCheck::ss.
Referenced by findBoundaryCrossingParent().
|
protected |
Definition at line 1072 of file CaloSD.cc.
References mps_fire::i, cuy::ii, personalPlayback::level, Skims_PA_cff::name, MetAnalyzer::pv(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by HGCScintSD::setDetUnitId(), and HGCalSD::setDetUnitId().
|
inlineprotected |
Definition at line 113 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().
|
overridevirtual |
Implements SensitiveDetector.
Definition at line 160 of file CaloSD.cc.
References createNewHit(), currentHit, currentID, TauDecayModes::dec, LEDCalibrationChannels::depth, doFineCalo_, doFineCaloThisStep_, edepositEM, edepositHAD, HCALHighEnergyHPDFilter_cfi::energy, findBoundaryCrossingParent(), getDepth(), getEnergyDeposit(), getFromLibrary(), getTrackID(), hitExists(), ignoreReject, G4TrackToParticleID::isGammaElectronPositron(), isItFineCalo(), isParameterized, CaloHitID::markAsFinecaloTrackID(), SensitiveDetector::NaNTrap(), previousID, setDetUnitId(), CaloHitID::setID(), shortreprID(), protons_cff::time, and CaloHitID::unitID().
|
override |
Definition at line 250 of file CaloSD.cc.
References checkHit(), createNewHit(), currentHit, currentID, TauDecayModes::dec, LEDCalibrationChannels::depth, edepositEM, edepositHAD, EnergyCorrected(), entranceLocal, entrancePoint, getDepth(), getTrackID(), incidentEnergy, G4TrackToParticleID::isGammaElectronPositron(), posGlobal, previousID, setDetUnitId(), CaloHitID::setID(), protons_cff::time, HLT_2022v12_cff::track, CaloHitID::trackID(), CaloHitID::unitID(), and updateHit().
|
overridevirtual |
Reimplemented from SensitiveCaloDetector.
Definition at line 784 of file CaloSD.cc.
References fpCaloG4HitAllocator.
|
protected |
Definition at line 644 of file CaloSD.cc.
References entranceLocal, entrancePoint, incidentEnergy, and setToLocal().
Referenced by HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getHitFibreBundle(), HCalSD::getHitPMT(), hitExists(), and setTrackID().
|
private |
Definition at line 870 of file CaloSD.cc.
References correctT, corrTOFBeam, TauDecayModes::dec, doFineCalo_, Exception, CaloG4Hit::getDepth(), CaloG4Hit::getEM(), CaloG4Hit::getHadr(), CaloG4Hit::getTimeSlice(), CaloG4Hit::getTrackID(), CaloG4Hit::getUnitID(), SimTrackManager::giveMotherNeeded(), CaloG4Hit::isFinecaloTrackID(), m_trackManager, convertSQLiteXML::ok, shortreprID(), slave, protons_cff::time, and SimTrackManager::trackExists().
Referenced by update().
|
overridepure virtual |
Implements SensitiveDetector.
Implemented in HCalSD, ECalSD, HcalTB02SD, CastorSD, DreamSD, HGCSD, HFNoseSD, HGCalSD, HGCScintSD, EcalTBH4BeamSD, HcalTB06BeamSD, ZdcSD, HGCalTB16SD01, AHCalSD, and TotemT2ScintSD.
Referenced by ProcessHits().
|
inlineprotected |
Definition at line 122 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 110 of file CaloSD.h.
References isParameterized, and heppy_batch::val.
Referenced by CastorSD::CastorSD(), HCalSD::HCalSD(), and ZdcSD::ZdcSD().
|
protected |
|
protected |
Definition at line 394 of file CaloSD.cc.
Referenced by DreamSD::curve_LY(), HcalTB02SD::curve_LY(), ECalSD::EnergyCorrected(), ECalSD::getDepth(), ECalSD::getRadiationLength(), resetForNewPrimary(), and HcalTB06BeamSD::setDetUnitId().
|
protectedvirtual |
Definition at line 814 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), TrackInformation::getIDonCaloSurface(), previousID, resetForNewPrimary(), and CaloHitID::trackID().
Referenced by HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getFromParam(), and HCalSD::hitForFibre().
|
inlineprotected |
Definition at line 111 of file CaloSD.h.
References useMap, and heppy_batch::val.
Referenced by HFNoseSD::HFNoseSD(), HGCalSD::HGCalSD(), HGCScintSD::HGCScintSD(), and HGCSD::HGCSD().
|
protected |
Definition at line 469 of file CaloSD.cc.
References contentValuesCheck::ss.
Referenced by createNewHit(), ProcessHits(), saveHit(), and shortreprID().
|
protected |
Definition at line 478 of file CaloSD.cc.
References shortreprID().
|
private |
Definition at line 858 of file CaloSD.cc.
References hitMap, previousID, theHC, CaloHitID::trackID(), and useMap.
Referenced by createNewHit().
|
overrideprotectedvirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun *>.
Definition at line 679 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 BeginOfEvent *>.
Definition at line 681 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 BeginOfTrack *>.
Definition at line 933 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 689 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().
|
overrideprotected |
Definition at line 715 of file CaloSD.cc.
References funct::abs(), boundaryCrossingParentMap_, submitPVResolutionJobs::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().
|
protected |
Definition at line 633 of file CaloSD.cc.
References CaloG4Hit::addEnergyDeposit(), currentID, edepositEM, edepositHAD, and previousID.
Referenced by checkHit(), createNewHit(), hitExists(), processHit(), and ProcessHits().
|
private |
Definition at line 189 of file CaloSD.h.
Referenced by findBoundaryCrossingParent(), and update().
|
private |
Definition at line 176 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and clearHits().
|
private |
Definition at line 183 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and saveHit().
|
private |
Definition at line 172 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and saveHit().
|
protected |
Definition at line 146 of file CaloSD.h.
Referenced by checkHit(), ZdcSD::getFromLibrary(), hitExists(), processHit(), and ProcessHits().
|
protected |
Definition at line 142 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().
|
private |
Definition at line 184 of file CaloSD.h.
Referenced by CaloSD(), ProcessHits(), and saveHit().
|
private |
Definition at line 192 of file CaloSD.h.
Referenced by createNewHit(), and ProcessHits().
|
protected |
Definition at line 140 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 140 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 144 of file CaloSD.h.
Referenced by CaloSD(), filterHit(), and HGCSD::HGCSD().
|
private |
Definition at line 182 of file CaloSD.h.
Referenced by CaloSD(), and filterHit().
|
protected |
Definition at line 144 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), HCalSD::getHitFibreBundle(), and HCalSD::getHitPMT().
|
protected |
Definition at line 137 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
protected |
Definition at line 136 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
private |
Definition at line 191 of file CaloSD.h.
Referenced by CaloSD(), and isItFineCalo().
|
protected |
Definition at line 151 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), and ECalSD::getTrackID().
|
private |
Definition at line 174 of file CaloSD.h.
Referenced by Initialize().
Definition at line 187 of file CaloSD.h.
Referenced by checkHit(), cleanHitCollection(), storeHit(), and update().
|
private |
Definition at line 170 of file CaloSD.h.
Referenced by ignoreRejection(), and ProcessHits().
|
protected |
Definition at line 139 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
private |
Definition at line 169 of file CaloSD.h.
Referenced by CaloSD(), ProcessHits(), and setParameterized().
|
protected |
Definition at line 149 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
protected |
Definition at line 149 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
protected |
Definition at line 149 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
private |
Definition at line 161 of file CaloSD.h.
Referenced by findBoundaryCrossingParent(), saveHit(), and update().
|
private |
Definition at line 164 of file CaloSD.h.
Referenced by CaloSD(), and getResponseWt().
|
private |
Definition at line 179 of file CaloSD.h.
Referenced by CaloSD(), checkHit(), and setNumberCheckedHits().
|
protected |
Definition at line 138 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), hitExists(), and ProcessHits().
|
protected |
Definition at line 142 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), hitExists(), processHit(), ProcessHits(), setTrackID(), storeHit(), and updateHit().
|
private |
|
private |
Definition at line 178 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), and createNewHit().
|
private |
Definition at line 190 of file CaloSD.h.
Referenced by cleanHitCollection(), createNewHit(), and update().
|
private |
Definition at line 163 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), fillHits(), saveHit(), and update().
|
protected |
Definition at line 148 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
private |
Definition at line 166 of file CaloSD.h.
Referenced by checkHit(), cleanHitCollection(), EndOfEvent(), getNumberOfHits(), Initialize(), PrintAll(), storeHit(), and update().
|
private |
Definition at line 188 of file CaloSD.h.
Referenced by createNewHit(), and update().
|
protected |
Definition at line 144 of file CaloSD.h.
Referenced by CaloSD(), AHCalSD::filterHit(), HGCScintSD::filterHit(), HFNoseSD::filterHit(), HGCalSD::filterHit(), HGCSD::filterHit(), HCalSD::filterHit(), and filterHit().
|
private |
Definition at line 177 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), createNewHit(), Initialize(), and update().
|
private |
Definition at line 171 of file CaloSD.h.
Referenced by CaloSD(), checkHit(), cleanHitCollection(), createNewHit(), setUseMap(), storeHit(), and update().