CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
CSCStripElectronicsSim Class Reference

#include <CSCStripElectronicsSim.h>

Inheritance diagram for CSCStripElectronicsSim:
CSCBaseElectronicsSim

Public Member Functions

void createDigi (int istrip, const CSCAnalogSignal &signal, std::vector< CSCStripDigi > &result, CLHEP::HepRandomEngine *)
 
 CSCStripElectronicsSim (const edm::ParameterSet &p)
 configurable parameters More...
 
void fillDigis (CSCStripDigiCollection &digis, CSCComparatorDigiCollection &comparators, CLHEP::HepRandomEngine *)
 
void fillMissingLayer (const CSCLayer *layer, const CSCComparatorDigiCollection &comparators, CSCStripDigiCollection &digis, CLHEP::HepRandomEngine *)
 
CSCAnalogSignal makeNoiseSignal (int element, CLHEP::HepRandomEngine *) override
 
void setStripConditions (CSCStripConditions *cond)
 
 ~CSCStripElectronicsSim () override
 
- Public Member Functions inherited from CSCBaseElectronicsSim
const DigiSimLinksdigiSimLinks () const
 
void setLayerId (const CSCDetId &id)
 for standalone apps who don't calculate it from the geometry More...
 
void simulate (const CSCLayer *layer, const std::vector< CSCDetectorHit > &inputHits, CLHEP::HepRandomEngine *)
 
virtual ~CSCBaseElectronicsSim ()
 

Private Member Functions

void addCrosstalk (CLHEP::HepRandomEngine *)
 
void addCrosstalk (const CSCAnalogSignal &signal, int thisStrip, int otherStrip, CLHEP::HepRandomEngine *)
 
float calculateAmpResponse (float t) const override
 
std::list< int > channelsToRead (const std::list< int > &keyStrips, int window) const
 
float comparatorReading (const CSCAnalogSignal &signal, float time, CLHEP::HepRandomEngine *) const
 calculates the comparator reading, including saturation and offsets More...
 
void doSaturation (CSCStripDigi &digi)
 
void fillStripDigis (const std::list< int > &keyStrips, CSCStripDigiCollection &digis, CLHEP::HepRandomEngine *)
 
std::list< int > getKeyStrips (const std::vector< CSCComparatorDigi > &comparators) const
 finds the key strips from these comparators More...
 
std::list< int > getKeyStripsFromMC () const
 get ths strips that have detector hits More...
 
void getReadoutRange (int inputStrip, int &minStrip, int &maxStrip)
 
void initParameters () override
 initialization for each layer More...
 
int readoutElement (int strip) const override
 
void runComparator (std::vector< CSCComparatorDigi > &result, CLHEP::HepRandomEngine *)
 
void selfTest () const
 

Private Attributes

bool doCrosstalk_
 
bool doSuppression_
 
int nScaBins_
 
int sca_peak_bin
 
float sca_time_bin_size
 
CSCStripAmpResponse theAmpResponse
 
float theAverageTimeOfFlight
 
int theComparatorClockJump
 
float theComparatorDeadTime
 
float theComparatorNoise
 
float theComparatorRMSOffset
 
double theComparatorSamplingTime
 
float theComparatorSaturation
 
float theComparatorThreshold
 
double theComparatorTimeBinOffset
 
double theComparatorTimeOffset
 
float theComparatorWait
 
CSCCrosstalkGeneratortheCrosstalkGenerator
 
float theDaqDeadTime
 
std::vector< double > theSCATimingOffsets
 
CSCStripConditionstheStripConditions
 
float theTimingOffset
 

Additional Inherited Members

- Public Types inherited from CSCBaseElectronicsSim
typedef std::map< int, CSCAnalogSignal, std::less< int > > CSCSignalMap
 
typedef edm::DetSet< StripDigiSimLinkDigiSimLinks
 
- Protected Types inherited from CSCBaseElectronicsSim
enum  { NONE, CONSERVATIVE, RADICAL }
 
typedef std::multimap< int, CSCDetectorHit, std::less< int > > DetectorHitMap
 
- Protected Member Functions inherited from CSCBaseElectronicsSim
CSCAnalogSignaladd (const CSCAnalogSignal &, CLHEP::HepRandomEngine *)
 
virtual void addLinks (int channelIndex)
 
void addNoise (CLHEP::HepRandomEngine *)
 
CSCAnalogSignal amplifySignal (const CSCDetectorHit &)
 
double averageTimeOfFlight (const DetId &detId) const
 the average time-of-flight from the interaction point to the given detector More...
 
virtual int channelIndex (int channel) const
 lets users map channels to different indices for links More...
 
void combineAnalogSignals (const std::vector< CSCAnalogSignal > &)
 
 CSCBaseElectronicsSim (const edm::ParameterSet &p)
 
void fillAmpResponse ()
 
CSCAnalogSignalfind (int element, CLHEP::HepRandomEngine *)
 
CSCDetId layerId () const
 the CSCDetId corresponding to the current layer More...
 
void setLayer (const CSCLayer *layer)
 
void setNoise (float rmsNoise, float noiseSigmaThreshold)
 
void setSignalTimeRange (double startTime, double stopTime)
 
virtual float signalDelay (int element, float pos) const
 
- Protected Attributes inherited from CSCBaseElectronicsSim
bool doNoise_
 
int nElements
 
CSCAnalogSignal theAmpResponse
 
float theBunchSpacing
 
std::vector< double > theBunchTimingOffsets
 
DetectorHitMap theDetectorHitMap
 
DigiSimLinks theDigiSimLinks
 
const CSCLayertheLayer
 
const CSCLayerGeometrytheLayerGeometry
 
CSCDetId theLayerId
 
bool theNoiseWasAdded
 
int theNumberOfSamples
 
int theOffsetOfBxZero
 
float thePeakTimeSigma
 
float theSamplingTime
 
int theShapingTime
 
CSCSignalMap theSignalMap
 
std::vector< double > theSignalPropagationSpeed
 
float theSignalStartTime
 
float theSignalStopTime
 
const CSCChamberSpecstheSpecs
 
std::vector< double > theTimingCalibrationError
 

Detailed Description

Model the readout electronics chain for EMU CSC strips

Author
Rick Wilkinson

Definition at line 28 of file CSCStripElectronicsSim.h.

Constructor & Destructor Documentation

CSCStripElectronicsSim::CSCStripElectronicsSim ( const edm::ParameterSet p)
explicit

configurable parameters

Definition at line 23 of file CSCStripElectronicsSim.cc.

References doCrosstalk_, CSCBaseElectronicsSim::fillAmpResponse(), and theCrosstalkGenerator.

30  theComparatorWait(50.),
32  theDaqDeadTime(200.),
33  theTimingOffset(0.),
34  nScaBins_(p.getParameter<int>("nScaBins")),
35  doSuppression_(p.getParameter<bool>("doSuppression")),
36  doCrosstalk_(p.getParameter<bool>("doCrosstalk")),
37  theStripConditions(nullptr),
38  theCrosstalkGenerator(nullptr),
40  sca_time_bin_size(50.),
41  sca_peak_bin(p.getParameter<int>("scaPeakBin")),
42  theComparatorTimeBinOffset(p.getParameter<double>("comparatorTimeBinOffset")),
43  theComparatorTimeOffset(p.getParameter<double>("comparatorTimeOffset")),
44  theComparatorSamplingTime(p.getParameter<double>("comparatorSamplingTime")),
45  theSCATimingOffsets(p.getParameter<std::vector<double> >("scaTimingOffsets"))
46 {
47 
48  if(doCrosstalk_) {
50  }
51 
53 }
CSCBaseElectronicsSim(const edm::ParameterSet &p)
T getParameter(std::string const &) const
CSCStripConditions * theStripConditions
std::vector< double > theSCATimingOffsets
CSCCrosstalkGenerator * theCrosstalkGenerator
CSCStripAmpResponse theAmpResponse
CSCStripElectronicsSim::~CSCStripElectronicsSim ( )
override

Definition at line 56 of file CSCStripElectronicsSim.cc.

References doCrosstalk_, and theCrosstalkGenerator.

56  {
57  if(doCrosstalk_) {
58  delete theCrosstalkGenerator;
59  }
60 }
CSCCrosstalkGenerator * theCrosstalkGenerator

Member Function Documentation

void CSCStripElectronicsSim::addCrosstalk ( CLHEP::HepRandomEngine *  engine)
private

Definition at line 372 of file CSCStripElectronicsSim.cc.

References CSCBaseElectronicsSim::nElements, SortSignalsByTotal(), and CSCBaseElectronicsSim::theSignalMap.

Referenced by fillDigis().

372  {
373  // this is needed so we can add a noise signal to the map
374  // without messing up any iterators
375  std::vector<CSCAnalogSignal> realSignals;
376  realSignals.reserve(theSignalMap.size());
377  CSCSignalMap::iterator mapI = theSignalMap.begin(), mapEnd = theSignalMap.end();
378  for( ; mapI != mapEnd; ++mapI) {
379  realSignals.push_back((*mapI).second);
380  }
381  sort(realSignals.begin(), realSignals.end(), SortSignalsByTotal);
382  std::vector<CSCAnalogSignal>::iterator realSignalItr = realSignals.begin(),
383  realSignalsEnd = realSignals.end();
384  for( ; realSignalItr != realSignalsEnd; ++realSignalItr)
385  {
386  int thisStrip = (*realSignalItr).getElement();
387  // add it to each neighbor
388  if(thisStrip > 1) {
389  int otherStrip = thisStrip - 1;
390  addCrosstalk(*realSignalItr, thisStrip, otherStrip, engine);
391  }
392  if(thisStrip < nElements) {
393  int otherStrip = thisStrip + 1;
394  addCrosstalk(*realSignalItr, thisStrip, otherStrip, engine);
395  }
396  }
397 }
bool SortSignalsByTotal(const CSCAnalogSignal &s1, const CSCAnalogSignal &s2)
void addCrosstalk(CLHEP::HepRandomEngine *)
void CSCStripElectronicsSim::addCrosstalk ( const CSCAnalogSignal signal,
int  thisStrip,
int  otherStrip,
CLHEP::HepRandomEngine *  engine 
)
private

Definition at line 400 of file CSCStripElectronicsSim.cc.

References CSCStripConditions::crosstalk(), CSCBaseElectronicsSim::find(), CSCCrosstalkGenerator::getCrosstalk(), CSCBaseElectronicsSim::layerId(), TrapezoidalPlaneBounds::length(), readoutElement(), CSCCrosstalkGenerator::setParameters(), CSCAnalogSignal::superimpose(), theCrosstalkGenerator, CSCBaseElectronicsSim::theLayerGeometry, and theStripConditions.

403 {
404  float capacitiveCrosstalk, resistiveCrosstalk;
405  bool leftRight = (otherStrip > thisStrip);
406  theStripConditions->crosstalk(layerId(), thisStrip,
407  theLayerGeometry->length(), leftRight,
408  capacitiveCrosstalk, resistiveCrosstalk);
409  theCrosstalkGenerator->setParameters(capacitiveCrosstalk, 0., resistiveCrosstalk);
410  CSCAnalogSignal crosstalkSignal( theCrosstalkGenerator->getCrosstalk(signal) );
411  find(readoutElement(otherStrip), engine).superimpose(crosstalkSignal);
412 
413  // Now subtract the crosstalk signal from the original signal
414  crosstalkSignal *= -1.;
415  find(thisStrip, engine).superimpose(crosstalkSignal);
416 
417 }
int readoutElement(int strip) const override
const CSCLayerGeometry * theLayerGeometry
float length() const override
CSCStripConditions * theStripConditions
CSCCrosstalkGenerator * theCrosstalkGenerator
void superimpose(const CSCAnalogSignal &signal2)
void setParameters(float crosstalk, float delay, float resistiveFraction)
CSCAnalogSignal getCrosstalk(const CSCAnalogSignal &inputSignal) const
CSCDetId layerId() const
the CSCDetId corresponding to the current layer
CSCAnalogSignal & find(int element, CLHEP::HepRandomEngine *)
virtual void crosstalk(const CSCDetId &detId, int channel, double stripLength, bool leftRight, float &capacitive, float &resistive) const =0
float CSCStripElectronicsSim::calculateAmpResponse ( float  t) const
overrideprivatevirtual

Implements CSCBaseElectronicsSim.

Definition at line 87 of file CSCStripElectronicsSim.cc.

References CSCStripAmpResponse::calculateAmpResponse(), and theAmpResponse.

88 {
90 }
float calculateAmpResponse(float t) const
CSCStripAmpResponse theAmpResponse
std::list< int > CSCStripElectronicsSim::channelsToRead ( const std::list< int > &  keyStrips,
int  window 
) const
private

finds what strips to read. Will either take 5 strips around the keystrip, or the whole CFEB, based on doSuppression_

Definition at line 264 of file CSCStripElectronicsSim.cc.

References doSuppression_, mps_fire::i, CSCBaseElectronicsSim::nElements, readoutElement(), mps_fire::result, and svgfig::window().

Referenced by fillStripDigis(), and selfTest().

265 {
266  std::list<int> result;
267  std::list<int>::const_iterator keyStripItr = keyStrips.begin();
268  if(doSuppression_)
269  {
270  for( ; keyStripItr != keyStrips.end(); ++keyStripItr)
271  {
272  // pick the five strips around the comparator
273  for(int istrip = (*keyStripItr)-window; istrip <= (*keyStripItr)+window; ++istrip)
274  {
275  if(istrip>0 && istrip<= nElements)
276  {
277  result.push_back(readoutElement(istrip));
278  }
279  }
280  }
281  result.sort();
282  result.unique();
283  }
284  else
285  {
286  // read the whole CFEB, 16 strips
287  std::list<int> cfebsToRead;
288  for( ; keyStripItr != keyStrips.end(); ++keyStripItr)
289  {
290  int cfeb = (readoutElement(*keyStripItr)-1)/16;
291  cfebsToRead.push_back(cfeb);
292  int remainder = (readoutElement(*keyStripItr)-1)%16;
293  // if we're within 3 strips of an edge, take neighboring CFEB, too
294  if(remainder < window && cfeb != 0)
295  {
296  cfebsToRead.push_back(cfeb-1);
297  }
298  // the 'readouElement' makes it so that ME1/1 has just one CFEB
299  int maxCFEBs = readoutElement(nElements)/16 - 1;
300  if(remainder >= 16-window && cfeb != maxCFEBs)
301  {
302  cfebsToRead.push_back(cfeb+1);
303  }
304  }
305  cfebsToRead.sort();
306  cfebsToRead.unique();
307 
308  // now convert the CFEBS to strips
309  for(std::list<int>::const_iterator cfebItr = cfebsToRead.begin();
310  cfebItr != cfebsToRead.end(); ++cfebItr)
311  {
312  for(int i = 1; i <= 16; ++i)
313  {
314  result.push_back((*cfebItr)*16 + i);
315  }
316  }
317  }
318  return result;
319 }
int readoutElement(int strip) const override
def window(xmin, xmax, ymin, ymax, x=0, y=0, width=100, height=100, xlogbase=None, ylogbase=None, minusInfinity=-1000, flipx=False, flipy=True)
Definition: svgfig.py:642
float CSCStripElectronicsSim::comparatorReading ( const CSCAnalogSignal signal,
float  time,
CLHEP::HepRandomEngine *  engine 
) const
private

calculates the comparator reading, including saturation and offsets

Definition at line 109 of file CSCStripElectronicsSim.cc.

References CSCAnalogSignal::getValue(), min(), theComparatorRMSOffset, and theComparatorSaturation.

Referenced by runComparator().

111  {
113  + theComparatorRMSOffset * CLHEP::RandGaussQ::shoot(engine);
114 }
T min(T a, T b)
Definition: MathUtil.h:58
float getValue(float t) const
void CSCStripElectronicsSim::createDigi ( int  istrip,
const CSCAnalogSignal signal,
std::vector< CSCStripDigi > &  result,
CLHEP::HepRandomEngine *  engine 
)

Definition at line 420 of file CSCStripElectronicsSim.cc.

References CSCBaseElectronicsSim::addLinks(), CSCChamberSpecs::chamberType(), CSCBaseElectronicsSim::channelIndex(), doSaturation(), muonCSCDigis_cfi::gain, CSCAnalogSignal::getValue(), CSCBaseElectronicsSim::layerId(), LogTrace, nScaBins_, muonCSCDigis_cfi::pedestal, CSCStripConditions::pedestal(), sca_time_bin_size, CSCStripConditions::smearedGain(), lumiQTWidget::t, cscNeutronWriter_cfi::t0, theAverageTimeOfFlight, theSCATimingOffsets, CSCBaseElectronicsSim::theSignalStartTime, CSCBaseElectronicsSim::theSpecs, theStripConditions, CSCBaseElectronicsSim::theTimingCalibrationError, and hcalSimParameters_cfi::timeSmearing.

Referenced by fillStripDigis().

422 {
423  // fill in the sca information
424  std::vector<int> scaCounts(nScaBins_);
425 
426  float pedestal = theStripConditions->pedestal(layerId(), channel);
427  float gain = theStripConditions->smearedGain(layerId(), channel, engine);
428  int chamberType = theSpecs->chamberType();
429  float timeSmearing = CLHEP::RandGaussQ::shoot(engine) * theTimingCalibrationError[chamberType];
430  // undo the correction for TOF, instead, using some nominal
431  // value from ME2/1
432  float t0 = theSignalStartTime+theSCATimingOffsets[chamberType] + timeSmearing
433  + 29. - theAverageTimeOfFlight;
434  for(int scaBin = 0; scaBin < nScaBins_; ++scaBin) {
435  float t = t0 + scaBin*sca_time_bin_size;
436  scaCounts[scaBin] = static_cast< int >
437  ( pedestal + signal.getValue(t) * gain );
438  }
439  CSCStripDigi newDigi(channel, scaCounts);
440 
441  // do saturation of 12-bit ADC
442  doSaturation(newDigi);
443 
444  result.push_back(newDigi);
445  addLinks(channelIndex(channel));
446  LogTrace("CSCStripElectronicsSim") << newDigi;
447 }
const CSCChamberSpecs * theSpecs
CSCStripConditions * theStripConditions
std::vector< double > theSCATimingOffsets
void doSaturation(CSCStripDigi &digi)
#define LogTrace(id)
virtual void addLinks(int channelIndex)
int chamberType() const
virtual float pedestal(const CSCDetId &detId, int channel) const =0
in ADC counts
CSCDetId layerId() const
the CSCDetId corresponding to the current layer
float getValue(float t) const
virtual float smearedGain(const CSCDetId &detId, int channel, CLHEP::HepRandomEngine *) const
virtual int channelIndex(int channel) const
lets users map channels to different indices for links
std::vector< double > theTimingCalibrationError
void CSCStripElectronicsSim::doSaturation ( CSCStripDigi digi)
private

Definition at line 450 of file CSCStripElectronicsSim.cc.

References CSCStripDigi::getADCCounts(), min(), and CSCStripDigi::setADCCounts().

Referenced by createDigi().

451 {
452  std::vector<int> scaCounts(digi.getADCCounts());
453  for(unsigned scaBin = 0; scaBin < scaCounts.size(); ++scaBin) {
454  scaCounts[scaBin] = std::min(scaCounts[scaBin], 4095);
455  }
456  digi.setADCCounts(scaCounts);
457 }
std::vector< int > const & getADCCounts() const
Get ADC readings.
Definition: CSCStripDigi.h:54
void setADCCounts(const std::vector< int > &ADCCounts)
Definition: CSCStripDigi.cc:23
T min(T a, T b)
Definition: MathUtil.h:58
void CSCStripElectronicsSim::fillDigis ( CSCStripDigiCollection digis,
CSCComparatorDigiCollection comparators,
CLHEP::HepRandomEngine *  engine 
)

Definition at line 330 of file CSCStripElectronicsSim.cc.

References addCrosstalk(), doCrosstalk_, fillStripDigis(), getKeyStripsFromMC(), CSCBaseElectronicsSim::layerId(), and runComparator().

Referenced by CSCDigitizer::doAction().

333 {
334  if(doCrosstalk_) {
335  addCrosstalk(engine);
336  }
337 
338  std::vector<CSCComparatorDigi> comparatorOutputs;
339  runComparator(comparatorOutputs, engine);
340  // copy these to the result
341  if(!comparatorOutputs.empty())
342  {
343  CSCComparatorDigiCollection::Range range(comparatorOutputs.begin(),
344  comparatorOutputs.end());
345  comparators.put(range, layerId());
346  }
347 
348  //std::list<int> keyStrips = getKeyStrips(comparatorOutputs);
349  std::list<int> keyStrips = getKeyStripsFromMC();
350  fillStripDigis(keyStrips, digis, engine);
351 }
std::list< int > getKeyStripsFromMC() const
get ths strips that have detector hits
void addCrosstalk(CLHEP::HepRandomEngine *)
void runComparator(std::vector< CSCComparatorDigi > &result, CLHEP::HepRandomEngine *)
CSCDetId layerId() const
the CSCDetId corresponding to the current layer
std::pair< const_iterator, const_iterator > Range
void fillStripDigis(const std::list< int > &keyStrips, CSCStripDigiCollection &digis, CLHEP::HepRandomEngine *)
void CSCStripElectronicsSim::fillMissingLayer ( const CSCLayer layer,
const CSCComparatorDigiCollection comparators,
CSCStripDigiCollection digis,
CLHEP::HepRandomEngine *  engine 
)

Definition at line 460 of file CSCStripElectronicsSim.cc.

References CSCDetId::chamberId(), fillStripDigis(), getKeyStrips(), CSCBaseElectronicsSim::setLayer(), CSCBaseElectronicsSim::theLayerId, and CSCBaseElectronicsSim::theSignalMap.

Referenced by CSCDigitizer::doAction().

464 {
465  theSignalMap.clear();
466  setLayer(layer);
467  CSCDetId chamberId(theLayerId.chamberId());
468  // find all comparator key strips in this chamber
469  std::list<int> chamberKeyStrips;
470  for(CSCComparatorDigiCollection::DigiRangeIterator comparatorItr = comparators.begin();
471  comparatorItr != comparators.end(); ++comparatorItr)
472  {
473  // could be more efficient
474  if(CSCDetId((*comparatorItr).first).chamberId() == chamberId)
475  {
476  std::vector<CSCComparatorDigi> layerComparators((*comparatorItr).second.first, (*comparatorItr).second.second);
477  std::list<int> layerKeyStrips = getKeyStrips(layerComparators);
478  chamberKeyStrips.insert(chamberKeyStrips.end(), layerKeyStrips.begin(), layerKeyStrips.end());
479  }
480  }
481  chamberKeyStrips.sort();
482  chamberKeyStrips.unique();
483  fillStripDigis(chamberKeyStrips, digis, engine);
484 }
void setLayer(const CSCLayer *layer)
CSCDetId chamberId() const
Definition: CSCDetId.h:53
std::list< int > getKeyStrips(const std::vector< CSCComparatorDigi > &comparators) const
finds the key strips from these comparators
void fillStripDigis(const std::list< int > &keyStrips, CSCStripDigiCollection &digis, CLHEP::HepRandomEngine *)
void CSCStripElectronicsSim::fillStripDigis ( const std::list< int > &  keyStrips,
CSCStripDigiCollection digis,
CLHEP::HepRandomEngine *  engine 
)
private

Definition at line 354 of file CSCStripElectronicsSim.cc.

References channelsToRead(), createDigi(), CSCBaseElectronicsSim::find(), and CSCBaseElectronicsSim::layerId().

Referenced by fillDigis(), and fillMissingLayer().

357 {
358  std::list<int> stripsToDo = channelsToRead(keyStrips, 3);
359  std::vector<CSCStripDigi> stripDigis;
360  stripDigis.reserve(stripsToDo.size());
361  for(std::list<int>::const_iterator stripItr = stripsToDo.begin();
362  stripItr != stripsToDo.end(); ++stripItr)
363  {
364  createDigi( *stripItr, find(*stripItr, engine), stripDigis, engine);
365  }
366 
367  CSCStripDigiCollection::Range stripRange(stripDigis.begin(), stripDigis.end());
368  digis.put(stripRange, layerId());
369 }
std::list< int > channelsToRead(const std::list< int > &keyStrips, int window) const
CSCDetId layerId() const
the CSCDetId corresponding to the current layer
CSCAnalogSignal & find(int element, CLHEP::HepRandomEngine *)
std::pair< const_iterator, const_iterator > Range
void createDigi(int istrip, const CSCAnalogSignal &signal, std::vector< CSCStripDigi > &result, CLHEP::HepRandomEngine *)
std::list< int > CSCStripElectronicsSim::getKeyStrips ( const std::vector< CSCComparatorDigi > &  comparators) const
private

finds the key strips from these comparators

Definition at line 229 of file CSCStripElectronicsSim.cc.

References funct::abs(), mps_fire::result, and CSCBaseElectronicsSim::theOffsetOfBxZero.

Referenced by fillMissingLayer().

230 {
231  std::list<int> result;
232  for(std::vector<CSCComparatorDigi>::const_iterator compItr = comparators.begin();
233  compItr != comparators.end(); ++compItr)
234  {
235  if(std::abs(compItr->getTimeBin()-theOffsetOfBxZero) <= 2)
236  {
237  result.push_back(compItr->getStrip());
238  }
239  }
240  // need sort for unique to work.
241  result.sort();
242  result.unique();
243  return result;
244 }
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
std::list< int > CSCStripElectronicsSim::getKeyStripsFromMC ( ) const
private

get ths strips that have detector hits

Definition at line 248 of file CSCStripElectronicsSim.cc.

References plotBeamSpotDB::first, mps_fire::result, CSCBaseElectronicsSim::theDetectorHitMap, and create_public_lumi_plots::transform.

Referenced by fillDigis().

249 {
250  // assumes the detector hit map is filled
251  std::list<int> result;
253  // back_inserter(result), boost::bind(&DetectorHitMap::value_type::first,_1));
254  // suggested code from Chris Jones
255  back_inserter(result), std::bind(&DetectorHitMap::value_type::first,std::placeholders::_1));
256  // back_inserter(result), [](DetectorHitMap::value_type const& iValue) { return iValue.first; } );
257  result.sort();
258  result.unique();
259  return result;
260 }
void CSCStripElectronicsSim::getReadoutRange ( int  inputStrip,
int &  minStrip,
int &  maxStrip 
)
private
void CSCStripElectronicsSim::initParameters ( )
overrideprivatevirtual

initialization for each layer

Implements CSCBaseElectronicsSim.

Definition at line 62 of file CSCStripElectronicsSim.cc.

References CSCChamberSpecs::chamberType(), PV3DBase< T, PVType, FrameType >::mag(), CSCBaseElectronicsSim::nElements, nScaBins_, CSCLayerGeometry::numberOfStrips(), GloballyPositioned< T >::position(), sca_peak_bin, sca_time_bin_size, GeomDet::surface(), theAverageTimeOfFlight, CSCBaseElectronicsSim::theBunchTimingOffsets, theComparatorThreshold, CSCBaseElectronicsSim::theLayer, CSCBaseElectronicsSim::theLayerGeometry, CSCBaseElectronicsSim::theNumberOfSamples, CSCBaseElectronicsSim::theSamplingTime, CSCBaseElectronicsSim::theShapingTime, CSCBaseElectronicsSim::theSignalStartTime, CSCBaseElectronicsSim::theSignalStopTime, CSCBaseElectronicsSim::theSpecs, and theTimingOffset.

62  {
65  //selfTest();
66 
67  //calculate the offset to the peak
68  float averageDistance = theLayer->surface().position().mag();
69  theAverageTimeOfFlight = averageDistance * cm / c_light; // Units of c_light: mm/ns
70  int chamberType = theSpecs->chamberType();
72  + theBunchTimingOffsets[chamberType];
73 //TODO make sure config gets overridden
77  theNumberOfSamples = nScaBins_*static_cast<int>(sca_time_bin_size/theSamplingTime);
78 
79 }
std::vector< double > theBunchTimingOffsets
const CSCChamberSpecs * theSpecs
const CSCLayerGeometry * theLayerGeometry
int numberOfStrips() const
const Plane & surface() const
The nominal surface of the GeomDet.
Definition: GeomDet.h:42
T mag() const
Definition: PV3DBase.h:67
int chamberType() const
const PositionType & position() const
CSCAnalogSignal CSCStripElectronicsSim::makeNoiseSignal ( int  element,
CLHEP::HepRandomEngine *  engine 
)
overridevirtual

Reimplemented from CSCBaseElectronicsSim.

Definition at line 93 of file CSCStripElectronicsSim.cc.

References CSCBaseElectronicsSim::doNoise_, CSCAnalogSignal::getValue(), CSCBaseElectronicsSim::layerId(), CSCStripConditions::noisify(), nScaBins_, sca_time_bin_size, CSCBaseElectronicsSim::theNumberOfSamples, CSCBaseElectronicsSim::theSamplingTime, CSCBaseElectronicsSim::theSignalStartTime, and theStripConditions.

93  {
94  std::vector<float> noiseBins(nScaBins_);
95  CSCAnalogSignal tmpSignal(element, sca_time_bin_size, noiseBins);
96  if(doNoise_) {
97  theStripConditions->noisify(layerId(), tmpSignal, engine);
98  }
99  // now rebin it
100  std::vector<float> binValues(theNumberOfSamples);
101  for(int ibin=0; ibin < theNumberOfSamples; ++ibin) {
102  binValues[ibin] = tmpSignal.getValue(ibin*theSamplingTime);
103  }
104  CSCAnalogSignal finalSignal(element, theSamplingTime, binValues, 0., theSignalStartTime);
105  return finalSignal;
106 }
CSCStripConditions * theStripConditions
void noisify(const CSCDetId &detId, CSCAnalogSignal &signal, CLHEP::HepRandomEngine *)
superimposes noise, in fC, on the signal
CSCDetId layerId() const
the CSCDetId corresponding to the current layer
int CSCStripElectronicsSim::readoutElement ( int  strip) const
overrideprivatevirtual
void CSCStripElectronicsSim::runComparator ( std::vector< CSCComparatorDigi > &  result,
CLHEP::HepRandomEngine *  engine 
)
private

Definition at line 118 of file CSCStripElectronicsSim.cc.

References comparatorReading(), CSCBaseElectronicsSim::find(), CSCAnalogSignal::getValue(), CSCBaseElectronicsSim::nElements, convertSQLitetoXML_cfg::output, readoutElement(), digitizers_cfi::strip, CSCBaseElectronicsSim::theBunchSpacing, theComparatorDeadTime, theComparatorSamplingTime, theComparatorThreshold, theComparatorTimeBinOffset, theComparatorTimeOffset, theComparatorWait, CSCBaseElectronicsSim::theOffsetOfBxZero, CSCBaseElectronicsSim::theSignalMap, CSCBaseElectronicsSim::theSignalStartTime, CSCBaseElectronicsSim::theSignalStopTime, theTimingOffset, and ntuplemaker::time.

Referenced by fillDigis().

118  {
119  // first, make a list of all the comparators we actually
120  // need to run
121  std::list<int> comparatorsWithSignal;
122  CSCSignalMap::iterator signalMapItr;
123  for(signalMapItr = theSignalMap.begin();
124  signalMapItr != theSignalMap.end(); ++signalMapItr) {
125  // Elements in signal map count from 1
126  // 1,2->0, 3,4->1, 5,6->2, ...
127  comparatorsWithSignal.push_back( ((*signalMapItr).first-1)/2 );
128  }
129  // no need to sort
130  comparatorsWithSignal.unique();
131  for(std::list<int>::iterator listItr = comparatorsWithSignal.begin();
132  listItr != comparatorsWithSignal.end(); ++listItr) {
133  int iComparator = *listItr;
134  // find signal1 and signal2
135  // iComparator counts from 0
136  // icomp =0->1,2, =1->3,4, =2->5,6, ...
137  const CSCAnalogSignal & signal1 = find(readoutElement(iComparator*2 + 1), engine);
138  const CSCAnalogSignal & signal2 = find(readoutElement(iComparator*2 + 2), engine);
142  {
143  if(comparatorReading(signal1, time, engine) > theComparatorThreshold
144  || comparatorReading(signal2, time, engine) > theComparatorThreshold) {
145  // wait a bit, so we can run the comparator at the signal peak
146  float comparatorTime = time;
148 
149  float height1 = comparatorReading(signal1, time, engine);
150  float height2 = comparatorReading(signal2, time, engine);
151  int output = 0;
152  int strip = 0;
153  // distrip logic; comparator output is for pairs of strips:
154  // hit bin dec
155  // x--- 100 4
156  // -x-- 101 5
157  // --x- 110 6
158  // ---x 111 7
159  // just to prevent a copy
160  const CSCAnalogSignal * mainSignal = nullptr;
161  // pick the higher of the two strips in the pair
162  if(height1 > height2) {
163  mainSignal = &signal1;
164  float leftStrip = 0.;
165  if(iComparator > 0) {
166  leftStrip = comparatorReading(find(readoutElement(iComparator*2), engine), time, engine);
167  }
168  // if this strip is higher than either of its neighbors, make a comparator digi
169  if(leftStrip < height1 && height1 > theComparatorThreshold) {
170  output = (leftStrip < height2);
171  strip = iComparator*2 + 1;
172  }
173  } else {
174  mainSignal = &signal2;
175  float rightStrip = 0.;
176  if(iComparator*2+3 <= nElements) {
177  rightStrip = comparatorReading(find(readoutElement(iComparator*2+3), engine), time, engine);
178  }
179  if(rightStrip < height2 && height2 > theComparatorThreshold) {
180  output = (height1 < rightStrip);
181  strip = iComparator*2 + 2;
182  }
183  }
184  if(strip != 0) {
185 
186  float bxFloat = (comparatorTime-theTimingOffset)/theBunchSpacing
188 
189 
190  // Comparator digi as of Nov-2006 adapted to real data: time word has 16 bits with set bit
191  // flagging appropriate bunch crossing, and bx 0 corresponding to 9th bit i.e.
192 
193  // 1st bit set (bit 0) <-> bx -9
194  // 2nd 1 <-> bx -8
195  // ... ... ....
196  // 8th 9 <-> bx 0
197  // 9th 10 <-> bx +1
198  // ... ... ....
199  // 16th 15 <-> bx +6
200 
201  // Parameter theOffsetOfBxZero = 9 @@WARNING! This offset may be changed (hardware)!
202 
203  int timeWord = 0; // and this will remain if too early or late
204  if ( (bxFloat>= 0) && (bxFloat<16) )
205  timeWord = (1 << static_cast<int>(bxFloat) ); // set appropriate bit
206 
207  CSCComparatorDigi newDigi(strip, output, timeWord);
208  result.push_back(newDigi);
209  }
210 
211  // wait for the comparator to reset
213  // really should be zero, but strip signal doesn't go negative yet
214  float resetThreshold = 1;
215  while(time < theSignalStopTime
216  && mainSignal->getValue(time) > resetThreshold) {
218  }
219 
220  } // if over threshold
221  } // loop over time samples
222  } // loop over comparators
223  // sort by time
224  sort(result.begin(), result.end());
225 }
int readoutElement(int strip) const override
float comparatorReading(const CSCAnalogSignal &signal, float time, CLHEP::HepRandomEngine *) const
calculates the comparator reading, including saturation and offsets
CSCAnalogSignal & find(int element, CLHEP::HepRandomEngine *)
float getValue(float t) const
void CSCStripElectronicsSim::selfTest ( ) const
private

Definition at line 487 of file CSCStripElectronicsSim.cc.

References channelsToRead(), doSuppression_, CSCBaseElectronicsSim::nElements, and readoutElement().

488 {
489  // make sure the zero suppression algorithms work
490  std::list<int> keyStrips, stripsRead;
491  //
492  bool isGanged = (readoutElement(nElements) == 16);
493  keyStrips.push_back(readoutElement(19));
494  keyStrips.push_back(readoutElement(30));
495  keyStrips.push_back(readoutElement(32));
496  stripsRead = channelsToRead(keyStrips, 3);
497  if(doSuppression_)
498  {
499  unsigned int expectedSize = isGanged ? 10 : 12;
500  assert(stripsRead.size() == expectedSize);
501  assert(stripsRead.front() == readoutElement(17));
502  }
503  else
504  {
505  unsigned int expectedSize = isGanged ? 16 : 48;
506  assert(stripsRead.size() == expectedSize);
507  assert(stripsRead.front() == 1);
508  }
509 }
int readoutElement(int strip) const override
std::list< int > channelsToRead(const std::list< int > &keyStrips, int window) const
void CSCStripElectronicsSim::setStripConditions ( CSCStripConditions cond)
inline

Definition at line 43 of file CSCStripElectronicsSim.h.

References mps_fire::result, digitizers_cfi::strip, and lumiQTWidget::t.

Referenced by CSCDigitizer::setStripConditions().

43 {theStripConditions = cond;}
CSCStripConditions * theStripConditions

Member Data Documentation

bool CSCStripElectronicsSim::doCrosstalk_
private
bool CSCStripElectronicsSim::doSuppression_
private

Definition at line 107 of file CSCStripElectronicsSim.h.

Referenced by channelsToRead(), and selfTest().

int CSCStripElectronicsSim::nScaBins_
private

Definition at line 106 of file CSCStripElectronicsSim.h.

Referenced by createDigi(), initParameters(), and makeNoiseSignal().

int CSCStripElectronicsSim::sca_peak_bin
private

Definition at line 117 of file CSCStripElectronicsSim.h.

Referenced by initParameters().

float CSCStripElectronicsSim::sca_time_bin_size
private

Definition at line 114 of file CSCStripElectronicsSim.h.

Referenced by createDigi(), initParameters(), and makeNoiseSignal().

CSCStripAmpResponse CSCStripElectronicsSim::theAmpResponse
private

Definition at line 56 of file CSCStripElectronicsSim.h.

Referenced by calculateAmpResponse().

float CSCStripElectronicsSim::theAverageTimeOfFlight
private

Definition at line 127 of file CSCStripElectronicsSim.h.

Referenced by createDigi(), and initParameters().

int CSCStripElectronicsSim::theComparatorClockJump
private

Definition at line 112 of file CSCStripElectronicsSim.h.

float CSCStripElectronicsSim::theComparatorDeadTime
private

Definition at line 101 of file CSCStripElectronicsSim.h.

Referenced by runComparator().

float CSCStripElectronicsSim::theComparatorNoise
private

Definition at line 95 of file CSCStripElectronicsSim.h.

float CSCStripElectronicsSim::theComparatorRMSOffset
private

Definition at line 96 of file CSCStripElectronicsSim.h.

Referenced by comparatorReading().

double CSCStripElectronicsSim::theComparatorSamplingTime
private

Definition at line 122 of file CSCStripElectronicsSim.h.

Referenced by runComparator().

float CSCStripElectronicsSim::theComparatorSaturation
private

Definition at line 98 of file CSCStripElectronicsSim.h.

Referenced by comparatorReading().

float CSCStripElectronicsSim::theComparatorThreshold
private

Definition at line 94 of file CSCStripElectronicsSim.h.

Referenced by initParameters(), and runComparator().

double CSCStripElectronicsSim::theComparatorTimeBinOffset
private

Definition at line 119 of file CSCStripElectronicsSim.h.

Referenced by runComparator().

double CSCStripElectronicsSim::theComparatorTimeOffset
private

Definition at line 121 of file CSCStripElectronicsSim.h.

Referenced by runComparator().

float CSCStripElectronicsSim::theComparatorWait
private

Definition at line 100 of file CSCStripElectronicsSim.h.

Referenced by runComparator().

CSCCrosstalkGenerator* CSCStripElectronicsSim::theCrosstalkGenerator
private
float CSCStripElectronicsSim::theDaqDeadTime
private

Definition at line 102 of file CSCStripElectronicsSim.h.

std::vector<double> CSCStripElectronicsSim::theSCATimingOffsets
private

Definition at line 124 of file CSCStripElectronicsSim.h.

Referenced by createDigi().

CSCStripConditions* CSCStripElectronicsSim::theStripConditions
private

Definition at line 109 of file CSCStripElectronicsSim.h.

Referenced by addCrosstalk(), createDigi(), and makeNoiseSignal().

float CSCStripElectronicsSim::theTimingOffset
private

Definition at line 104 of file CSCStripElectronicsSim.h.

Referenced by initParameters(), and runComparator().