CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
ME0SimpleModel Class Reference

#include <ME0SimpleModel.h>

Inheritance diagram for ME0SimpleModel:
ME0DigiModel

Public Member Functions

int getSimHitBx (const PSimHit *, CLHEP::HepRandomEngine *)
 
 ME0SimpleModel (const edm::ParameterSet &)
 
void setup () override
 
std::vector< std::pair< int,
int > > 
simulateClustering (const ME0EtaPartition *, const PSimHit *, const int, CLHEP::HepRandomEngine *) override
 
void simulateNoise (const ME0EtaPartition *, CLHEP::HepRandomEngine *) override
 
void simulateSignal (const ME0EtaPartition *, const edm::PSimHitContainer &, CLHEP::HepRandomEngine *) override
 
 ~ME0SimpleModel () override
 
- Public Member Functions inherited from ME0DigiModel
void fillDigis (int rollDetId, ME0DigiCollection &)
 
const ME0GeometrygetGeometry ()
 
const ME0DigiSimLinksme0DigiSimLinks () const
 
void setGeometry (const ME0Geometry *geom)
 
const StripDigiSimLinksstripDigiSimLinks () const
 
virtual ~ME0DigiModel ()
 

Private Attributes

double averageEfficiency_
 
double averageNoiseRate_
 
double averageShapingTime_
 
int bxwidth_
 
bool digitizeOnlyMuons_
 
bool doBkgNoise_
 
bool doNoiseCLS_
 
bool fixedRollRadius_
 
double instLumi_
 
int maxBunch_
 
double ME0ElecBkgParam0_
 
double ME0ElecBkgParam1_
 
double ME0ElecBkgParam2_
 
double ME0ElecBkgParam3_
 
double ME0NeuBkgParam0_
 
double ME0NeuBkgParam1_
 
double ME0NeuBkgParam2_
 
double ME0NeuBkgParam3_
 
int minBunch_
 
double rateFact_
 
double referenceInstLumi_
 
double signalPropagationSpeed_
 
bool simulateElectronBkg_
 
bool simulateIntrinsicNoise_
 
double timeJitter_
 
double timeResolution_
 

Additional Inherited Members

- Public Types inherited from ME0DigiModel
typedef edm::DetSet
< ME0DigiSimLink
ME0DigiSimLinks
 
typedef edm::DetSet
< StripDigiSimLink
StripDigiSimLinks
 
- Protected Types inherited from ME0DigiModel
typedef std::multimap
< std::pair< unsigned int, int >
, const PSimHit *, std::less
< std::pair< unsigned int, int > > > 
DetectorHitMap
 
- Protected Member Functions inherited from ME0DigiModel
void addLinks (unsigned int strip, int bx)
 creates links from Digi to SimTrack More...
 
void addLinksWithPartId (unsigned int strip, int bx)
 
 ME0DigiModel (const edm::ParameterSet &)
 
- Protected Attributes inherited from ME0DigiModel
DetectorHitMap detectorHitMap_
 
const ME0Geometrygeometry_
 
StripDigiSimLinks stripDigiSimLinks_
 
std::set< std::pair< int, int > > strips_
 
ME0DigiSimLinks theME0DigiSimLinks_
 

Detailed Description

Class for the ME0 strip response simulation based on a very simple model

Author
Sven Dildick by Roumyana Hadjiiska

Definition at line 22 of file ME0SimpleModel.h.

Constructor & Destructor Documentation

ME0SimpleModel::ME0SimpleModel ( const edm::ParameterSet config)

Definition at line 17 of file ME0SimpleModel.cc.

18  : ME0DigiModel(config),
19  averageEfficiency_(config.getParameter<double>("averageEfficiency")),
20  averageShapingTime_(config.getParameter<double>("averageShapingTime")),
21  timeResolution_(config.getParameter<double>("timeResolution")),
22  timeJitter_(config.getParameter<double>("timeJitter")),
23  averageNoiseRate_(config.getParameter<double>("averageNoiseRate")),
24  signalPropagationSpeed_(config.getParameter<double>("signalPropagationSpeed")),
25  bxwidth_(config.getParameter<int>("bxwidth")),
26  minBunch_(config.getParameter<int>("minBunch")),
27  maxBunch_(config.getParameter<int>("maxBunch")),
28  digitizeOnlyMuons_(config.getParameter<bool>("digitizeOnlyMuons")),
29  doBkgNoise_(config.getParameter<bool>("doBkgNoise")),
30  doNoiseCLS_(config.getParameter<bool>("doNoiseCLS")),
31  fixedRollRadius_(config.getParameter<bool>("fixedRollRadius")),
32  simulateElectronBkg_(config.getParameter<bool>("simulateElectronBkg")),
33  instLumi_(config.getParameter<double>("instLumi")),
34  rateFact_(config.getParameter<double>("rateFact")),
35  referenceInstLumi_(config.getParameter<double>("referenceInstLumi")),
36  ME0ElecBkgParam0_(config.getParameter<double>("ME0ElecBkgParam0")),
37  ME0ElecBkgParam1_(config.getParameter<double>("ME0ElecBkgParam1")),
38  ME0ElecBkgParam2_(config.getParameter<double>("ME0ElecBkgParam2")),
39  ME0ElecBkgParam3_(config.getParameter<double>("ME0ElecBkgParam3")),
40  ME0NeuBkgParam0_(config.getParameter<double>("ME0NeuBkgParam0")),
41  ME0NeuBkgParam1_(config.getParameter<double>("ME0NeuBkgParam1")),
42  ME0NeuBkgParam2_(config.getParameter<double>("ME0NeuBkgParam2")),
43  ME0NeuBkgParam3_(config.getParameter<double>("ME0NeuBkgParam3")) {}
double averageShapingTime_
double ME0NeuBkgParam2_
double averageEfficiency_
bool simulateElectronBkg_
double averageNoiseRate_
double ME0ElecBkgParam0_
double referenceInstLumi_
double ME0NeuBkgParam0_
double ME0ElecBkgParam2_
double ME0NeuBkgParam3_
double signalPropagationSpeed_
double ME0ElecBkgParam3_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
ME0DigiModel(const edm::ParameterSet &)
Definition: ME0DigiModel.h:60
double ME0ElecBkgParam1_
double ME0NeuBkgParam1_
double timeResolution_
ME0SimpleModel::~ME0SimpleModel ( )
override

Definition at line 45 of file ME0SimpleModel.cc.

45 {}

Member Function Documentation

int ME0SimpleModel::getSimHitBx ( const PSimHit simhit,
CLHEP::HepRandomEngine *  engine 
)

Definition at line 92 of file ME0SimpleModel.cc.

References averageShapingTime_, makePileupJSON::bx, bxwidth_, debug, PSimHit::detUnitId(), ME0Geometry::etaPartition(), Exception, ME0DigiModel::geometry_, gpuClustering::id, PSimHit::localPosition(), LogDebug, signalPropagationSpeed_, mathSSE::sqrt(), timeJitter_, PSimHit::timeOfFlight(), timeResolution_, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().

Referenced by simulateSignal().

92  {
93  int bx = -999;
94  const LocalPoint& simHitPos(simhit->localPosition());
95  const float tof(simhit->timeOfFlight());
96  // random Gaussian time correction due to electronics jitter
97  float randomJitterTime = CLHEP::RandGaussQ::shoot(engine, 0., timeJitter_);
98  const ME0DetId& id(simhit->detUnitId());
99  const ME0EtaPartition* roll(geometry_->etaPartition(id));
100  if (!roll) {
101  throw cms::Exception("Geometry") << "ME0SimpleModel::getSimHitBx() - ME0 simhit id does not match any ME0 roll id: "
102  << id << "\n";
103  return 999;
104  }
105  if (roll->id().region() == 0) {
106  throw cms::Exception("Geometry")
107  << "ME0SimpleModel::getSimHitBx() - this ME0 id is from barrel, which cannot happen: " << roll->id() << "\n";
108  }
109  const int nstrips = roll->nstrips();
110  float middleStrip = nstrips / 2.;
111  const LocalPoint& middleOfRoll = roll->centreOfStrip(middleStrip);
112  const GlobalPoint& globMiddleRol = roll->toGlobal(middleOfRoll);
113  double muRadius = sqrt(globMiddleRol.x() * globMiddleRol.x() + globMiddleRol.y() * globMiddleRol.y() +
114  globMiddleRol.z() * globMiddleRol.z());
115  double timeCalibrationOffset_ = (muRadius * CLHEP::ns * CLHEP::cm) / (CLHEP::c_light); //[cm/ns]
116  const TrapezoidalStripTopology* top(dynamic_cast<const TrapezoidalStripTopology*>(&(roll->topology())));
117  const float halfStripLength(0.5 * top->stripLength());
118  const float distanceFromEdge(halfStripLength - simHitPos.y());
119 
120  // signal propagation speed in material in [cm/ns]
121  double signalPropagationSpeedTrue = signalPropagationSpeed_ * CLHEP::c_light / (CLHEP::ns * CLHEP::cm);
122  // average time for the signal to propagate from the SimHit to the top of a strip
123  const float averagePropagationTime(distanceFromEdge / signalPropagationSpeedTrue);
124  // random Gaussian time correction due to the finite timing resolution of the detector
125  float randomResolutionTime = CLHEP::RandGaussQ::shoot(engine, 0., timeResolution_);
126  const float simhitTime(tof + averageShapingTime_ + randomResolutionTime + averagePropagationTime + randomJitterTime);
127  float referenceTime = 0.;
128  referenceTime = timeCalibrationOffset_ + halfStripLength / signalPropagationSpeedTrue + averageShapingTime_;
129  const float timeDifference(simhitTime - referenceTime);
130  // assign the bunch crossing
131  bx = static_cast<int>(std::round((timeDifference) / bxwidth_));
132 
133  // check time
134  const bool debug(false);
135  if (debug) {
136  LogDebug("ME0SimpleModel") << "checktime "
137  << "bx = " << bx << "\tdeltaT = " << timeDifference << "\tsimT = " << simhitTime
138  << "\trefT = " << referenceTime << "\ttof = " << tof
139  << "\tavePropT = " << averagePropagationTime
140  << "\taveRefPropT = " << halfStripLength / signalPropagationSpeedTrue << std::endl;
141  }
142  return bx;
143 }
double averageShapingTime_
uint16_t *__restrict__ id
T y() const
Definition: PV3DBase.h:60
const ME0EtaPartition * etaPartition(ME0DetId id) const
Return a etaPartition given its id.
Definition: ME0Geometry.cc:35
const ME0Geometry * geometry_
Definition: ME0DigiModel.h:62
float timeOfFlight() const
Definition: PSimHit.h:73
Local3DPoint localPosition() const
Definition: PSimHit.h:52
T sqrt(T t)
Definition: SSEVec.h:19
T z() const
Definition: PV3DBase.h:61
#define debug
Definition: HDRShower.cc:19
double signalPropagationSpeed_
T x() const
Definition: PV3DBase.h:59
unsigned int detUnitId() const
Definition: PSimHit.h:97
double timeResolution_
#define LogDebug(id)
void ME0SimpleModel::setup ( )
overridevirtual

Implements ME0DigiModel.

Definition at line 47 of file ME0SimpleModel.cc.

47 { return; }
std::vector< std::pair< int, int > > ME0SimpleModel::simulateClustering ( const ME0EtaPartition roll,
const PSimHit simHit,
const int  bx,
CLHEP::HepRandomEngine *  engine 
)
overridevirtual

Implements ME0DigiModel.

Definition at line 232 of file ME0SimpleModel.cc.

References averageEfficiency_, ME0EtaPartition::centreOfStrip(), Topology::channel(), PSimHit::localPosition(), ME0EtaPartition::nstrips(), ME0EtaPartition::specificTopology(), GeomDet::toGlobal(), and PV3DBase< T, PVType, FrameType >::x().

Referenced by simulateSignal().

235  {
236  const StripTopology& topology = roll->specificTopology();
237  const LocalPoint& hit_position(simHit->localPosition());
238  const int nstrips(roll->nstrips());
239  int centralStrip = 0;
240  if (!(topology.channel(hit_position) + 1 > nstrips))
241  centralStrip = topology.channel(hit_position) + 1;
242  else
243  centralStrip = topology.channel(hit_position);
244  const GlobalPoint& pointSimHit = roll->toGlobal(hit_position);
245  const GlobalPoint& pointDigiHit = roll->toGlobal(roll->centreOfStrip(centralStrip));
246  double deltaX = pointSimHit.x() - pointDigiHit.x();
247 
248  // Add central digi to cluster vector
249  std::vector<std::pair<int, int> > cluster;
250  cluster.clear();
251  cluster.emplace_back(centralStrip, bx);
252 
253  //simulate cross talk
254  int clusterSize((CLHEP::RandFlat::shoot(engine)) <= 0.53 ? 1 : 2);
255  if (clusterSize == 2) {
256  if (deltaX <= 0) {
257  if (CLHEP::RandFlat::shoot(engine) < averageEfficiency_ && (centralStrip - 1 > 0))
258  cluster.emplace_back(centralStrip - 1, bx);
259  } else {
260  if (CLHEP::RandFlat::shoot(engine) < averageEfficiency_ && (centralStrip + 1 <= nstrips))
261  cluster.emplace_back(centralStrip + 1, bx);
262  }
263  }
264  return cluster;
265 }
const StripTopology & specificTopology() const
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
Definition: GeomDet.h:49
double averageEfficiency_
LocalPoint centreOfStrip(int strip) const
Local3DPoint localPosition() const
Definition: PSimHit.h:52
virtual int channel(const LocalPoint &p) const =0
int nstrips() const
Return the chamber this roll belongs to.
T x() const
Definition: PV3DBase.h:59
void ME0SimpleModel::simulateNoise ( const ME0EtaPartition roll,
CLHEP::HepRandomEngine *  engine 
)
overridevirtual

Implements ME0DigiModel.

Definition at line 145 of file ME0SimpleModel.cc.

References averageEfficiency_, averageNoiseRate_, bxwidth_, doBkgNoise_, doNoiseCLS_, alignCSCRings::e, Exception, funct::exp(), fixedRollRadius_, mps_fire::i, ME0EtaPartition::id(), instLumi_, dqmiolumiharvest::j, isotrackApplyRegressor::k, maxBunch_, ME0ElecBkgParam0_, ME0ElecBkgParam1_, ME0ElecBkgParam2_, ME0ElecBkgParam3_, ME0NeuBkgParam0_, ME0NeuBkgParam1_, ME0NeuBkgParam2_, ME0NeuBkgParam3_, minBunch_, ME0EtaPartition::nstrips(), ME0EtaPartition::pitch(), rateFact_, referenceInstLumi_, simulateElectronBkg_, simulateIntrinsicNoise_, mathSSE::sqrt(), ME0DigiModel::strips_, and ME0EtaPartition::topology().

145  {
146  if (!doBkgNoise_)
147  return;
148  const ME0DetId me0Id(roll->id());
149  const int nstrips(roll->nstrips());
150  double trArea(0.0);
151  double trStripArea(0.0);
152 
153  if (me0Id.region() == 0) {
154  throw cms::Exception("Geometry")
155  << "ME0Synchronizer::simulateNoise() - this ME0 id is from barrel, which cannot happen.";
156  }
157  const TrapezoidalStripTopology* top_(dynamic_cast<const TrapezoidalStripTopology*>(&(roll->topology())));
158  const float striplength(top_->stripLength());
159  trStripArea = (roll->pitch()) * striplength;
160  trArea = trStripArea * nstrips;
161  const int nBxing(maxBunch_ - minBunch_ + 1);
162  const float rollRadius(
164  ? top_->radius()
165  : top_->radius() + CLHEP::RandFlat::shoot(engine, -1. * top_->stripLength() / 2., top_->stripLength() / 2.));
166 
167  const float rSqrtR = rollRadius * sqrt(rollRadius);
168 
169  //calculate noise from model
170  double averageNeutralNoiseRatePerRoll = 0.;
171  double averageNoiseElectronRatePerRoll = 0.;
172  double averageNoiseRatePerRoll = 0.;
173  if (me0Id.station() != 1) {
174  throw cms::Exception("Geometry")
175  << "ME0SimpleModel::simulateNoise() - this ME0 id is from station 1, which cannot happen: " << roll->id()
176  << "\n";
177  } else {
178  averageNeutralNoiseRatePerRoll = ME0NeuBkgParam0_ * rollRadius * std::exp(ME0NeuBkgParam1_ / rSqrtR) +
179  ME0NeuBkgParam2_ / rSqrtR + ME0NeuBkgParam3_ / (sqrt(rollRadius));
180  //simulate electron background for ME0
182  averageNoiseElectronRatePerRoll = ME0ElecBkgParam0_ * rSqrtR * std::exp(ME0ElecBkgParam1_ / rSqrtR) +
183  ME0ElecBkgParam2_ / rSqrtR + ME0ElecBkgParam3_ / (sqrt(rollRadius));
184  averageNoiseRatePerRoll = averageNeutralNoiseRatePerRoll + averageNoiseElectronRatePerRoll;
185  averageNoiseRatePerRoll *= instLumi_ * rateFact_ * 1.0 / referenceInstLumi_;
186  }
187 
188  //simulate intrinsic noise
190  const double aveIntrinsicNoisePerStrip(averageNoiseRate_ * nBxing * bxwidth_ * trStripArea * 1.0e-9);
191  for (int j = 0; j < nstrips; ++j) {
192  int randPoissonQ = CLHEP::RandPoissonQ::shoot(engine, aveIntrinsicNoisePerStrip);
193 
194  for (int k = 0; k < randPoissonQ; k++) {
195  const int time_hit(static_cast<int>(CLHEP::RandFlat::shoot(engine, nBxing)) + minBunch_);
196  strips_.emplace(k + 1, time_hit);
197  }
198  }
199  } //end simulate intrinsic noise
200 
201  //simulate bkg contribution
202  const double averageNoise(averageNoiseRatePerRoll * nBxing * bxwidth_ * trArea * 1.0e-9);
203  int randPoissonQ = CLHEP::RandPoissonQ::shoot(engine, averageNoise);
204 
205  for (int i = 0; i < randPoissonQ; ++i) {
206  const int centralStrip(static_cast<int>(CLHEP::RandFlat::shoot(engine, 1, nstrips)));
207  const int time_hit(static_cast<int>(CLHEP::RandFlat::shoot(engine, nBxing)) + minBunch_);
208  if (doNoiseCLS_) {
209  std::vector<std::pair<int, int> > cluster;
210  cluster.emplace_back(centralStrip, time_hit);
211  int clusterSize((CLHEP::RandFlat::shoot(engine)) <= 0.53 ? 1 : 2);
212  if (clusterSize == 2) {
213  if (CLHEP::RandFlat::shoot(engine) < 0.5) {
214  if (CLHEP::RandFlat::shoot(engine) < averageEfficiency_ && (centralStrip - 1 > 0))
215  cluster.emplace_back(centralStrip - 1, time_hit);
216  } else {
217  if (CLHEP::RandFlat::shoot(engine) < averageEfficiency_ && (centralStrip + 1 <= nstrips))
218  cluster.emplace_back(centralStrip + 1, time_hit);
219  }
220  }
221  for (const auto& digi : cluster) {
222  strips_.emplace(digi);
223  }
224  } //end doNoiseCLS_
225  else {
226  strips_.emplace(centralStrip, time_hit);
227  }
228  }
229  return;
230 }
double ME0NeuBkgParam2_
double averageEfficiency_
bool simulateElectronBkg_
Exp< T >::type exp(const T &t)
Definition: Exp.h:22
double averageNoiseRate_
T sqrt(T t)
Definition: SSEVec.h:19
ME0DetId id() const
float pitch() const
double ME0ElecBkgParam0_
double referenceInstLumi_
double ME0NeuBkgParam0_
int nstrips() const
Return the chamber this roll belongs to.
double ME0ElecBkgParam2_
std::set< std::pair< int, int > > strips_
Definition: ME0DigiModel.h:64
double ME0NeuBkgParam3_
double ME0ElecBkgParam3_
const Topology & topology() const override
bool simulateIntrinsicNoise_
double ME0ElecBkgParam1_
double ME0NeuBkgParam1_
void ME0SimpleModel::simulateSignal ( const ME0EtaPartition roll,
const edm::PSimHitContainer simHits,
CLHEP::HepRandomEngine *  engine 
)
overridevirtual

Implements ME0DigiModel.

Definition at line 49 of file ME0SimpleModel.cc.

References funct::abs(), averageEfficiency_, makePileupJSON::bx, edm::DetSet< T >::clear(), ME0DigiModel::detectorHitMap_, digitizeOnlyMuons_, alignCSCRings::e, funct::exp(), getSimHitBx(), ME0EtaPartition::id(), log, DetId::rawId(), simulateClustering(), ME0DigiModel::stripDigiSimLinks_, ME0DigiModel::strips_, and ME0DigiModel::theME0DigiSimLinks_.

51  {
53  detectorHitMap_.clear();
55 
58  bool digiMuon = false;
59  bool digiElec = false;
60  for (const auto& hit : simHits) {
61  if (std::abs(hit.particleType()) != 13 && digitizeOnlyMuons_)
62  continue;
63  double elecEff = 0.;
64  double partMom = hit.pabs();
65  double checkMuonEff = CLHEP::RandFlat::shoot(engine, 0., 1.);
66  double checkElecEff = CLHEP::RandFlat::shoot(engine, 0., 1.);
67  if (std::abs(hit.particleType()) == 13 && checkMuonEff < averageEfficiency_)
68  digiMuon = true;
69  if (std::abs(hit.particleType()) != 13) //consider all non muon particles with me0 efficiency to electrons
70  {
71  if (partMom <= 1.95e-03)
72  elecEff = 1.7e-05 * std::exp(2.1 * partMom * 1000.);
73  if (partMom > 1.95e-03 && partMom < 10.e-03)
74  elecEff =
75  1.34 * log(7.96e-01 * partMom * 1000. - 5.75e-01) / (1.34 + log(7.96e-01 * partMom * 1000. - 5.75e-01));
76  if (partMom > 10.e-03)
77  elecEff = 1.;
78  if (checkElecEff < elecEff)
79  digiElec = true;
80  }
81  if (!(digiMuon || digiElec))
82  continue;
83  const int bx(getSimHitBx(&hit, engine));
84  const std::vector<std::pair<int, int> >& cluster(simulateClustering(roll, &hit, bx, engine));
85  for (const auto& digi : cluster) {
86  detectorHitMap_.emplace(digi, &hit);
87  strips_.emplace(digi);
88  }
89  }
90 }
static std::vector< std::string > checklist log
edm::DetSet< ME0DigiSimLink > ME0DigiSimLinks
Definition: ME0DigiModel.h:35
double averageEfficiency_
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57
StripDigiSimLinks stripDigiSimLinks_
Definition: ME0DigiModel.h:75
Exp< T >::type exp(const T &t)
Definition: Exp.h:22
int getSimHitBx(const PSimHit *, CLHEP::HepRandomEngine *)
ME0DetId id() const
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
ME0DigiSimLinks theME0DigiSimLinks_
Definition: ME0DigiModel.h:76
std::set< std::pair< int, int > > strips_
Definition: ME0DigiModel.h:64
std::vector< std::pair< int, int > > simulateClustering(const ME0EtaPartition *, const PSimHit *, const int, CLHEP::HepRandomEngine *) override
tuple simHits
Definition: trackerHits.py:16
DetectorHitMap detectorHitMap_
Definition: ME0DigiModel.h:74
void clear()
Definition: DetSet.h:71
edm::DetSet< StripDigiSimLink > StripDigiSimLinks
Definition: ME0DigiModel.h:34

Member Data Documentation

double ME0SimpleModel::averageEfficiency_
private

Definition at line 42 of file ME0SimpleModel.h.

Referenced by simulateClustering(), simulateNoise(), and simulateSignal().

double ME0SimpleModel::averageNoiseRate_
private

Definition at line 46 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::averageShapingTime_
private

Definition at line 43 of file ME0SimpleModel.h.

Referenced by getSimHitBx().

int ME0SimpleModel::bxwidth_
private

Definition at line 48 of file ME0SimpleModel.h.

Referenced by getSimHitBx(), and simulateNoise().

bool ME0SimpleModel::digitizeOnlyMuons_
private

Definition at line 51 of file ME0SimpleModel.h.

Referenced by simulateSignal().

bool ME0SimpleModel::doBkgNoise_
private

Definition at line 52 of file ME0SimpleModel.h.

Referenced by simulateNoise().

bool ME0SimpleModel::doNoiseCLS_
private

Definition at line 53 of file ME0SimpleModel.h.

Referenced by simulateNoise().

bool ME0SimpleModel::fixedRollRadius_
private

Definition at line 54 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::instLumi_
private

Definition at line 57 of file ME0SimpleModel.h.

Referenced by simulateNoise().

int ME0SimpleModel::maxBunch_
private

Definition at line 50 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::ME0ElecBkgParam0_
private

Definition at line 61 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::ME0ElecBkgParam1_
private

Definition at line 62 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::ME0ElecBkgParam2_
private

Definition at line 63 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::ME0ElecBkgParam3_
private

Definition at line 64 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::ME0NeuBkgParam0_
private

Definition at line 66 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::ME0NeuBkgParam1_
private

Definition at line 67 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::ME0NeuBkgParam2_
private

Definition at line 68 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::ME0NeuBkgParam3_
private

Definition at line 69 of file ME0SimpleModel.h.

Referenced by simulateNoise().

int ME0SimpleModel::minBunch_
private

Definition at line 49 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::rateFact_
private

Definition at line 58 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::referenceInstLumi_
private

Definition at line 59 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::signalPropagationSpeed_
private

Definition at line 47 of file ME0SimpleModel.h.

Referenced by getSimHitBx().

bool ME0SimpleModel::simulateElectronBkg_
private

Definition at line 56 of file ME0SimpleModel.h.

Referenced by simulateNoise().

bool ME0SimpleModel::simulateIntrinsicNoise_
private

Definition at line 55 of file ME0SimpleModel.h.

Referenced by simulateNoise().

double ME0SimpleModel::timeJitter_
private

Definition at line 45 of file ME0SimpleModel.h.

Referenced by getSimHitBx().

double ME0SimpleModel::timeResolution_
private

Definition at line 44 of file ME0SimpleModel.h.

Referenced by getSimHitBx().