362 if (simulateAPVInThisEvent) {
365 const auto it = std::find_if(
368 nTruePU = it->getTrueNumInteractions();
370 edm::LogWarning(
"PreMixingSiStripWorker") <<
"Could not find PileupSummaryInfo for current bunch crossing";
371 nTruePU =
std::begin(ps)->getTrueNumInteractions();
375 std::map<int, std::bitset<6>> DeadAPVList;
399 uint32_t detID = IDet->first;
407 OneDetectorMap::const_iterator iLocal = LocalMap.begin();
408 for (; iLocal != LocalMap.end(); ++iLocal) {
409 uint16_t currentStrip = iLocal->strip();
410 float signal =
float(iLocal->adc());
411 if (iLocal->adc() == 1022)
413 if (iLocal->adc() == 1023)
418 float ReSignal = signal * signal / 9.0;
420 RawDigi NewRawDigi = std::make_pair(currentStrip, ReSignal);
422 LocalRawMap.push_back(NewRawDigi);
431 int NumberOfBxBetweenHIPandEvent = 1
e3;
436 bool HasAtleastOneAffectedAPV =
false;
437 while (!HasAtleastOneAffectedAPV) {
438 for (
int bx = floor(300.0 / 25.0);
bx > 0;
bx--) {
439 float temp = CLHEP::RandFlat::shoot(engine) < 0.5 ? 1 : 0;
440 if (temp == 1 &&
bx < NumberOfBxBetweenHIPandEvent) {
441 NumberOfBxBetweenHIPandEvent =
bx;
442 HasAtleastOneAffectedAPV =
true;
447 APVMap::const_iterator iAPVchk;
448 uint32_t formerID = 0;
450 std::bitset<6> NewAPVBits;
453 currentID = iAPV->first;
455 if (currentID == formerID) {
456 for (
int ibit = 0; ibit < 6; ++ibit) {
457 NewAPVBits[ibit] = NewAPVBits[ibit] || (iAPV->second)[ibit];
460 DeadAPVList[currentID] = NewAPVBits;
462 formerID = currentID;
463 NewAPVBits = iAPV->second;
468 DeadAPVList[currentID] = NewAPVBits;
477 std::vector<edm::DetSet<SiStripDigi>> vSiStripDigi;
487 uint32_t detID = IDet->first;
495 int formerStrip = -1;
501 OneDetectorRawMap::const_iterator iLocalchk;
502 OneDetectorRawMap::const_iterator iLocal = LocalMap.begin();
503 for (; iLocal != LocalMap.end(); ++iLocal) {
504 currentStrip = iLocal->first;
506 if (currentStrip == formerStrip) {
508 ADCSum += iLocal->second;
510 if (formerStrip != -1) {
511 Signals.insert(std::make_pair(formerStrip, ADCSum));
514 formerStrip = currentStrip;
515 ADCSum = iLocal->second;
519 if ((++iLocalchk) == LocalMap.end()) {
520 Signals.insert(std::make_pair(formerStrip, ADCSum));
524 signals_.insert(std::make_pair(detID, Signals));
532 if (sgd !=
nullptr) {
543 std::vector<float> detAmpl(numStrips, 0.);
545 for (
const auto& amp : *theSignal) {
546 detAmpl[amp.first] = amp.second;
554 if (badChannels[
strip])
558 if (simulateAPVInThisEvent) {
563 float detSet_z = fabs(globalPos.
z());
564 float detSet_r = globalPos.
perp();
569 if (detAmpl[
strip] > 0) {
574 double baselineV = 0;
576 baselineV = apvSimulationParametersHandle->
sampleTIB(tTopo->
tibLayer(detID), detSet_z, nTruePU, engine);
578 baselineV = apvSimulationParametersHandle->
sampleTOB(tTopo->
tobLayer(detID), detSet_z, nTruePU, engine);
580 baselineV = apvSimulationParametersHandle->
sampleTID(tTopo->
tidWheel(detID), detSet_r, nTruePU, engine);
582 baselineV = apvSimulationParametersHandle->
sampleTEC(tTopo->
tecWheel(detID), detSet_r, nTruePU, engine);
588 double outputChargeInADC = 0;
591 double baselineQ = -1.0 * rate *
log(2 * maxResponse / (baselineV + maxResponse) - 1);
594 double newStripCharge = baselineQ + stripCharge;
597 double signalV = 2 * maxResponse / (1 +
exp(-1.0 * newStripCharge / rate)) - maxResponse;
598 double gain = signalV - baselineV;
606 detAmpl[
strip] = outputChargeInADC;
612 std::bitset<6>& bs = DeadAPVList[detID];
618 1 - NumberOfBxBetweenHIPandEvent / floor(300.0 / 25.0);
619 float randomX = CLHEP::RandFlat::shoot(engine);
620 float scalingValue = (randomX - Shift) * 10.0 / 7.0 - 3.0 / 7.0;
623 if (!badChannels[
strip] && bs[
strip / 128] == 1) {
624 detAmpl[
strip] *= scalingValue > 0 ? scalingValue : 0.0;
653 size_t firstChannelWithSignal = 0;
654 size_t lastChannelWithSignal = numStrips;
657 std::vector<float> noiseRMSv;
659 noiseRMSv.insert(noiseRMSv.begin(), numStrips, 0.);
661 if (!badChannels[
strip]) {
662 float gainValue = gainHandle->
getStripGain(strip, detGainRange);
668 int RefStrip =
int(numStrips / 2.);
669 while (RefStrip < numStrips &&
670 badChannels[RefStrip]) {
673 if (RefStrip < numStrips) {
674 float RefgainValue = gainHandle->
getStripGain(RefStrip, detGainRange);
678 detAmpl, firstChannelWithSignal, lastChannelWithSignal, numStrips, RefnoiseRMS, engine);
684 theSiDigitalConverter->convert(detAmpl, gainHandle, detID), digis, detID, noiseHandle, thresholdHandle);
689 vSiStripDigi.push_back(SSD);
696 edm::LogInfo(
"PreMixingSiStripWorker") <<
"total # Merged strips: " << vSiStripDigi.size();
GlobalPoint toGlobal(const Point2DBase< Scalar, LocalTag > lp) const
std::map< unsigned int, std::vector< bool > > allBadChannels
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
float sampleTIB(layerid layer, float z, float pu, CLHEP::HepRandomEngine *engine) const
unsigned int tibLayer(const DetId &id) const
std::unique_ptr< SiTrivialDigitalConverter > theSiDigitalConverter
const DetContainer & detUnits() const override
Returm a vector of all GeomDet.
float sampleTID(layerid wheel, float r, float pu, CLHEP::HepRandomEngine *engine) const
edm::ESHandle< TrackerGeometry > pDD
constexpr uint32_t rawId() const
get the raw id
unsigned int tidWheel(const DetId &id) const
SiGlobalIndex SiHitStorage_
const int getBunchCrossing() const
virtual const StripTopology & specificTopology() const
Returns a reference to the strip proxy topology.
virtual CLHEP::HepRandomEngine & getEngine(StreamID const &)=0
Use this engine in event methods.
const Plane & surface() const
The nominal surface of the GeomDet.
float sampleTOB(layerid layer, float z, float pu, CLHEP::HepRandomEngine *engine) const
const double fracOfEventsToSimAPV_
static float getNoise(uint16_t strip, const Range &range)
Container::value_type value_type
virtual LocalPoint localPosition(float strip) const =0
static float getStripGain(const uint16_t &strip, const SiStripApvGain::Range &range)
std::vector< SiStripDigi > OneDetectorMap
std::string SiStripDigiCollectionDM_
bool includeAPVSimulation_
const SignalMapType * getSignal(uint32_t detID) const
std::unique_ptr< SiGaussianTailNoiseAdder > theSiNoiseAdder
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
std::pair< ContainerIterator, ContainerIterator > Range
DetId geographicalId() const
The label of this GeomDet.
bool APVSaturationFromHIP_
std::unique_ptr< SiStripFedZeroSuppression > theSiZeroSuppress
const double apv_fCPerElectron_
SiGlobalRawIndex SiRawDigis_
APVMap theAffectedAPVmap_
std::pair< uint16_t, Amplitude > RawDigi
const Range getRange(const uint32_t detID) const
StreamID streamID() const
const double apv_maxResponse_
std::vector< RawDigi > OneDetectorRawMap
std::pair< ContainerIterator, ContainerIterator > Range
unsigned int tecWheel(const DetId &id) const
float sampleTEC(layerid wheel, float r, float pu, CLHEP::HepRandomEngine *engine) const
std::map< int, Amplitude > SignalMapType
unsigned int tobLayer(const DetId &id) const
const SiStripApvGain::Range getRange(uint32_t detID) const
SiDigitalConverter::DigitalVecType DigitalVecType
Point3DBase< float, LocalTag > Local3DPoint