|
|
Go to the documentation of this file.
26 theHBHEResponse(new
CaloHitResponse(theParameterMap, theHcalIntegratedShape)),
27 theHOResponse(new
CaloHitResponse(theParameterMap, theHcalIntegratedShape)),
28 theAmplifier(nullptr),
29 theCoderFactory(nullptr),
30 theElectronicsSim(nullptr),
31 theTimeSlewSim(nullptr),
32 theHBHEDigitizer(nullptr),
33 theHODigitizer(nullptr),
142 LogDebug(
"HcalSim") <<
"HcalTBDigiProducer::accumulate trying to get SimHit";
144 if (hcalHandle.isValid()) {
145 std::vector<PCaloHit>
hits = *hcalHandle.product();
146 LogDebug(
"HcalSim") <<
"HcalTBDigiProducer::accumulate Hits corrected";
157 e.getByLabel(hcalTag, hcalHandle);
169 e.getByLabel(hcalTag, hcalHandle);
178 LogDebug(
"HcalSim") <<
"HcalTBDigiProducer::produce Empty collection created";
181 edm::LogInfo(
"HcalSim") <<
"HcalTBDigiProducer: HBHE digis : " << hbheResult->size();
183 edm::LogInfo(
"HcalSim") <<
"HcalTBDigiProducer: HO digis : " << hoResult->size();
194 for (edm::PCaloHitContainer::const_iterator hitItr =
hits.begin(); hitItr !=
hits.end(); ++hitItr) {
201 edm::LogError(
"HcalSim") <<
"Bad HcalHit subdetector " << subdet;
229 edm::LogInfo(
"HcalSim") <<
"HcalTBDigiProducer update Geometry with " <<
hbheCells.size() <<
" cells in HB/HE and "
230 <<
hoCells.size() <<
" cells in HO";
233 LogDebug(
"HcalSim") <<
"HcalTBDigiProducer: Set DetID's for HB/HE";
235 LogDebug(
"HcalSim") <<
"HcalTBDigiProducer: Set DetID's for HO";
void add(const std::vector< PCaloHit > &hits, int bunchCrossing, CLHEP::HepRandomEngine *engine)
bool check(const edm::EventSetup &iSetup)
std::vector< DetId > hoCells
HcalElectronicsSim * theElectronicsSim
double phaseShift() const
virtual CLHEP::HepRandomEngine & getEngine(StreamID const &)=0
Use this engine in event methods.
std::vector< PCaloHit > theHBHEHits
edm::ESGetToken< HcalTimeSlew, HcalTimeSlewRecord > hcalTimeSlew_delay_token_
HcalTimeSlewSim * theTimeSlewSim
HcalTBSimParameterMap * theParameterMap
HOHitFilter theHOHitFilter
CaloHitResponse * theHBHEResponse
const HcalTimeSlew * hcalTimeSlew_delay_
std::vector< PCaloHit > theHOHits
const CaloGeometry * theGeometry
void setDetIds(const std::vector< DetId > &detIds)
void finalizeEvent(edm::Event &e, edm::EventSetup const &c) override
T getUntrackedParameter(std::string const &, T const &) const
Log< level::Info, false > LogInfo
edm::SortedCollection< HODataFrame > HODigiCollection
HcalTBDigiProducer(const edm::ParameterSet &ps, edm::ProducesCollector, edm::ConsumesCollector &iC)
void setDbService(const HcalDbService *service)
Main class for Parameters in different subdetectors.
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
void setPhaseShift(const double &thePhaseShift)
setting the phase shift for asynchronous trigger (e.g. test beams)
CaloTDigitizer< HODigitizerTraits > HODigitizer
void checkGeometry(const edm::EventSetup &eventSetup)
CaloTDigitizer< HBHEDigitizerTraits > HBHEDigitizer
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum)
CaloHitResponse * theHOResponse
void setTimeSlew(const HcalTimeSlew *timeSlew)
void setHitFilter(const CaloVHitFilter *filter)
CaloVShape * theHcalIntegratedShape
shaper for Hcal (not for HF)
Creates electronics signals from hits.
HcalCoderFactory * theCoderFactory
ProductRegistryHelper::BranchAliasSetterT< ProductType > produces()
HODigitizer * theHODigitizer
Log< level::Error, false > LogError
static PFTauRenderPlugin instance
bool getData(T &iHolder) const
void setTimeSlewSim(HcalTimeSlewSim *timeSlewSim)
std::vector< DetId > hbheCells
CaloVShape * theHcalShape
~HcalTBDigiProducer() override
std::vector< DetId > getValidDetIds() const
Get the list of all valid detector ids.
void accumulate(edm::Event const &e, edm::EventSetup const &c) override
edm::ESWatcher< CaloGeometryRecord > geometryWatcher_
std::vector< PCaloHit > PCaloHitContainer
void setPhaseShift(const DetId &detId)
T getParameter(std::string const &) const
void run(MixCollection< PCaloHit > &, DigiCollection &)
turns hits into digis
void sortHits(const edm::PCaloHitContainer &hits)
fills the vectors for each subdetector
edm::ESGetToken< HcalDbService, HcalDbRecord > conditionsToken_
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > geometryToken_
const CaloSimParameters & simParameters(const DetId &id) const override
void accumulateCaloHits(edm::Handle< std::vector< PCaloHit >> const &hits, int bunchCrossing)
edm::SortedCollection< HBHEDataFrame > HBHEDigiCollection
std::string ecalTBInfoLabel
CLHEP::HepRandomEngine * randomEngine_
HcalAmplifier * theAmplifier
HcalSimParameterMap * paraMap
void setGeometry(const CaloGeometry *geometry)
geometry needed for time-of-flight
void initializeEvent(edm::Event const &e, edm::EventSetup const &c) override
HBHEHitFilter theHBHEHitFilter
HBHEDigitizer * theHBHEDigitizer
void setDbService(const HcalDbService *service)
the Producer will probably update this every event