#include <CaloSD.h>
Classes | |
struct | Detector |
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 |
bool | isItFineCalo (const G4VTouchable *touch) |
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 double | EnergyCorrected (const G4Step &step, const G4Track *) |
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 *) |
void | hitBookkeepingFineCalo (const G4Step *step, const G4Track *currentTrack, CaloG4Hit *hit) |
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) |
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... | |
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 | |
int | cleanIndex |
double | correctT |
bool | corrTOFBeam |
bool | doFineCalo_ |
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 edm::EventSetup & | es, | ||
const SensitiveDetectorCatalog & | clg, | ||
edm::ParameterSet const & | p, | ||
const SimTrackManager * | manager, | ||
float | timeSlice = 1. , |
||
bool | ignoreTkID = false |
||
) |
Definition at line 35 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(), GeV, mps_fire::i, ignoreTrackID, incidentEnergy, isParameterized, dqmdumpme::k, kmaxIon, kmaxNeutron, kmaxProton, personalPlayback::level, meanResponse, MeV, Skims_PA_cff::name, nCheckedHits, AlCaHLTBitMon_ParallelJobs::p, posGlobal, previousID, primAncestor, primIDSaved, slave, suppressHeavy, timeSlice, tmaxHit, totalHits, and useMap.
|
protected |
Definition at line 416 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 988 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 800 of file CaloSD.cc.
References cleanIndex, previousID, primIDSaved, CaloHitID::reset(), and slave.
Referenced by update().
|
protected |
Definition at line 568 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), currentID, CaloHitID::depth(), doFineCalo_, edepositEM, edepositHAD, energyCut, entranceLocal, entrancePoint, f, CaloHitID::fineTrackID(), forceSave, TrackInformation::getIDonCaloSurface(), getNumberOfHits(), CaloG4Hit::getUnitID(), GeV, hitBookkeepingFineCalo(), 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(), 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 352 of file CaloSD.cc.
References cleanHitCollection(), and theHC.
|
protectedvirtual |
|
overridevirtual |
Implements SensitiveCaloDetector.
Definition at line 376 of file CaloSD.cc.
References slave.
|
protectedvirtual |
Reimplemented in HCalSD, HGCSD, AHCalSD, HFNoseSD, HGCalSD, and HGCScintSD.
Definition at line 865 of file CaloSD.cc.
References eminHit, eminHitD, protons_cff::time, and tmaxHit.
Referenced by cleanHitCollection().
|
protected |
Definition at line 685 of file CaloSD.cc.
References funct::abs(), c, ALCARECOTkAlJpsiMuMu_cff::charge, fastSimProducer_cff::density, and mps_merge::weight.
Referenced by TotemT2ScintSD::getEnergyDeposit(), HGCalTB16SD01::getEnergyDeposit(), HcalTB06BeamSD::getEnergyDeposit(), DreamSD::getEnergyDeposit(), HGCScintSD::getEnergyDeposit(), EcalTBH4BeamSD::getEnergyDeposit(), AHCalSD::getEnergyDeposit(), HcalTB02SD::getEnergyDeposit(), ECalSD::getEnergyDeposit(), and HCalSD::getEnergyDeposit().
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in HCalSD, CastorSD, ECalSD, HcalTB02SD, AHCalSD, HGCSD, HFNoseSD, HGCalSD, EcalTBH4BeamSD, HGCScintSD, DreamSD, HcalTB06BeamSD, ZdcSD, HGCalTB16SD01, and TotemT2ScintSD.
Definition at line 308 of file CaloSD.cc.
Referenced by ProcessHits().
|
protectedvirtual |
|
protected |
Definition at line 445 of file CaloSD.cc.
References theHC.
Referenced by createNewHit(), and HCalSD::getFromLibrary().
|
protected |
Definition at line 876 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 823 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), and TrackInformation::getIDonCaloSurface().
Referenced by ECalSD::getTrackID(), and ProcessHits().
|
protected |
Definition at line 461 of file CaloSD.cc.
References SensitiveDetector::cmsTrackInformation(), TrackWithHistory::crossedBoundary(), TrackInformation::crossedBoundary(), currentID, Exception, CaloHitID::fineTrackID(), TrackWithHistory::getIDAtBoundary(), TrackWithHistory::getMomentumAtBoundary(), TrackWithHistory::getPositionAtBoundary(), SimTrackManager::getTrackByID(), createfilelist::int, m_trackManager, TrackWithHistory::parentID(), printableDecayChain(), TrackWithHistory::save(), TrackWithHistory::saved(), CaloHitID::setFineTrackID(), CaloHitID::setTrackID(), TrackInformation::storeTrack(), CaloHitID::trackID(), and TrackWithHistory::trackID().
Referenced by createNewHit().
|
protected |
Definition at line 395 of file CaloSD.cc.
References checkHit(), currentHit, currentID, posGlobal, previousID, resetForNewPrimary(), CaloHitID::trackID(), and updateHit().
Referenced by ProcessHits().
|
inlineprotected |
Definition at line 105 of file CaloSD.h.
References ignoreReject.
Referenced by HGCalSD::setDetUnitId().
|
protectedvirtual |
|
override |
|
protectedvirtual |
bool CaloSD::isItFineCalo | ( | const G4VTouchable * | touch | ) |
Definition at line 314 of file CaloSD.cc.
References hgcalTestNeighbor_cfi::detector, fineDetectors_, cuy::ii, personalPlayback::level, convertSQLiteXML::ok, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by createNewHit().
|
staticprotected |
Definition at line 447 of file CaloSD.cc.
References mps_fire::i, and contentValuesCheck::ss.
Referenced by hitBookkeepingFineCalo().
|
override |
|
protected |
Definition at line 1104 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 110 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 243 of file CaloSD.cc.
References checkHit(), createNewHit(), currentHit, currentID, TauDecayModes::dec, LEDCalibrationChannels::depth, edepositEM, edepositHAD, EnergyCorrected(), entranceLocal, entrancePoint, getDepth(), getTrackID(), GeV, incidentEnergy, G4TrackToParticleID::isGammaElectronPositron(), posGlobal, previousID, setDetUnitId(), CaloHitID::setID(), protons_cff::time, HLT_FULL_cff::track, CaloHitID::trackID(), CaloHitID::unitID(), and updateHit().
|
overridevirtual |
Implements SensitiveDetector.
Definition at line 161 of file CaloSD.cc.
References createNewHit(), currentHit, currentID, TauDecayModes::dec, LEDCalibrationChannels::depth, edepositEM, edepositHAD, HCALHighEnergyHPDFilter_cfi::energy, getDepth(), getEnergyDeposit(), getFromLibrary(), getTrackID(), CaloG4Hit::getUnitID(), hitExists(), ignoreReject, G4TrackToParticleID::isGammaElectronPositron(), isParameterized, SensitiveDetector::NaNTrap(), previousID, setDetUnitId(), CaloHitID::setID(), protons_cff::time, and CaloHitID::unitID().
|
overridevirtual |
Reimplemented from SensitiveCaloDetector.
Definition at line 811 of file CaloSD.cc.
References fpCaloG4HitAllocator.
|
protected |
Definition at line 672 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 897 of file CaloSD.cc.
References correctT, corrTOFBeam, TauDecayModes::dec, doFineCalo_, Exception, CaloHitID::fineTrackID(), CaloG4Hit::getDepth(), CaloG4Hit::getEM(), CaloG4Hit::getHadr(), CaloG4Hit::getID(), CaloG4Hit::getTimeSlice(), CaloG4Hit::getTrackID(), CaloG4Hit::getUnitID(), GeV, SimTrackManager::giveMotherNeeded(), CaloHitID::hasFineTrackID(), m_trackManager, convertSQLiteXML::ok, slave, protons_cff::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 119 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 107 of file CaloSD.h.
References isParameterized, and heppy_batch::val.
Referenced by CastorSD::CastorSD(), HCalSD::HCalSD(), and ZdcSD::ZdcSD().
|
protected |
Definition at line 391 of file CaloSD.cc.
References DTRecHitClients_cfi::local.
|
protected |
Definition at line 387 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 841 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 108 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 885 of file CaloSD.cc.
References hitMap, previousID, theHC, CaloHitID::trackID(), and useMap.
Referenced by createNewHit().
|
overrideprotected |
Definition at line 743 of file CaloSD.cc.
References funct::abs(), 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().
|
overrideprotectedvirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfEvent * >.
Definition at line 709 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 707 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 965 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 717 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 661 of file CaloSD.cc.
References CaloG4Hit::addEnergyDeposit(), currentID, edepositEM, edepositHAD, and previousID.
Referenced by checkHit(), createNewHit(), hitExists(), processHit(), and ProcessHits().
|
private |
Definition at line 173 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and clearHits().
|
private |
Definition at line 180 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and saveHit().
|
private |
Definition at line 169 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), and saveHit().
|
protected |
Definition at line 143 of file CaloSD.h.
Referenced by checkHit(), ZdcSD::getFromLibrary(), hitExists(), processHit(), and ProcessHits().
|
protected |
Definition at line 139 of file CaloSD.h.
Referenced by CaloSD(), checkHit(), createNewHit(), ECalSD::curve_LY(), HCalSD::getFromHFLibrary(), ZdcSD::getFromLibrary(), CastorSD::getFromLibrary(), HCalSD::getFromParam(), HCalSD::getHitFibreBundle(), HCalSD::getHitPMT(), hitBookkeepingFineCalo(), hitExists(), HCalSD::hitForFibre(), processHit(), ProcessHits(), and updateHit().
|
private |
Definition at line 181 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), and saveHit().
|
protected |
Definition at line 137 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 137 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 141 of file CaloSD.h.
Referenced by CaloSD(), filterHit(), and HGCSD::HGCSD().
|
private |
Definition at line 179 of file CaloSD.h.
Referenced by CaloSD(), and filterHit().
|
protected |
Definition at line 141 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), HCalSD::getHitFibreBundle(), and HCalSD::getHitPMT().
|
protected |
Definition at line 134 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
protected |
Definition at line 133 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
private |
Definition at line 187 of file CaloSD.h.
Referenced by CaloSD(), and isItFineCalo().
|
protected |
Definition at line 148 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), and ECalSD::getTrackID().
|
private |
Definition at line 171 of file CaloSD.h.
Referenced by Initialize().
Definition at line 184 of file CaloSD.h.
Referenced by checkHit(), cleanHitCollection(), storeHit(), and update().
|
private |
Definition at line 167 of file CaloSD.h.
Referenced by ignoreRejection(), and ProcessHits().
|
protected |
Definition at line 136 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), ProcessHits(), and resetForNewPrimary().
|
private |
Definition at line 166 of file CaloSD.h.
Referenced by CaloSD(), ProcessHits(), and setParameterized().
|
protected |
Definition at line 146 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
protected |
Definition at line 146 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
protected |
Definition at line 146 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
private |
Definition at line 158 of file CaloSD.h.
Referenced by hitBookkeepingFineCalo(), saveHit(), and update().
|
private |
Definition at line 161 of file CaloSD.h.
Referenced by CaloSD(), and getResponseWt().
|
private |
Definition at line 176 of file CaloSD.h.
Referenced by CaloSD(), checkHit(), and setNumberCheckedHits().
|
protected |
Definition at line 135 of file CaloSD.h.
Referenced by CaloSD(), createNewHit(), ZdcSD::getFromLibrary(), hitExists(), and ProcessHits().
|
protected |
Definition at line 139 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), hitExists(), processHit(), ProcessHits(), setTrackID(), storeHit(), and updateHit().
|
private |
|
private |
Definition at line 175 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), and createNewHit().
|
private |
Definition at line 186 of file CaloSD.h.
Referenced by cleanHitCollection(), createNewHit(), and update().
|
private |
Definition at line 160 of file CaloSD.h.
Referenced by CaloSD(), clearHits(), fillHits(), saveHit(), and update().
|
protected |
Definition at line 145 of file CaloSD.h.
Referenced by CaloSD(), ECalSD::ECalSD(), ECalSD::getEnergyDeposit(), HCalSD::getEnergyDeposit(), and HCalSD::HCalSD().
|
private |
Definition at line 163 of file CaloSD.h.
Referenced by checkHit(), cleanHitCollection(), EndOfEvent(), getNumberOfHits(), Initialize(), PrintAll(), storeHit(), and update().
|
private |
Definition at line 185 of file CaloSD.h.
Referenced by createNewHit(), and update().
|
protected |
Definition at line 141 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 174 of file CaloSD.h.
Referenced by CaloSD(), cleanHitCollection(), createNewHit(), Initialize(), and update().
|
private |
Definition at line 168 of file CaloSD.h.
Referenced by CaloSD(), checkHit(), cleanHitCollection(), createNewHit(), setUseMap(), storeHit(), and update().