#include <CSCConfigurableStripConditions.h>
Public Member Functions | |
virtual void | crosstalk (const CSCDetId &detId, int channel, double stripLength, bool leftRight, float &capacitive, float &resistive) const |
CSCConfigurableStripConditions (const edm::ParameterSet &p) | |
virtual float | gain (const CSCDetId &detId, int channel) const |
channels count from 1 More... | |
virtual float | gainSigma (const CSCDetId &detId, int channel) const |
virtual float | pedestal (const CSCDetId &detId, int channel) const |
in ADC counts More... | |
virtual float | pedestalSigma (const CSCDetId &detId, int channel) const |
virtual | ~CSCConfigurableStripConditions () |
Public Member Functions inherited from CSCStripConditions | |
float | analogNoise (const CSCDetId &detId, int channel) const |
calculated from pedestalSigma & gain More... | |
CSCStripConditions () | |
virtual void | initializeEvent (const edm::EventSetup &es) |
virtual bool | isInBadChamber (const CSCDetId &id) const |
is supplied layer/chamber flagged as bad? (default impl. is no) More... | |
void | noisify (const CSCDetId &detId, CSCAnalogSignal &signal) |
superimposes noise, in fC, on the signal More... | |
void | setRandomEngine (CLHEP::HepRandomEngine &engine) |
virtual float | smearedGain (const CSCDetId &detId, int channel) const |
virtual | ~CSCStripConditions () |
Private Member Functions | |
virtual void | fetchNoisifier (const CSCDetId &detId, int istrip) |
void | makeNoisifier (int chamberType, const std::vector< double > &correlations) |
Private Attributes | |
float | theCapacitiveCrosstalk |
float | theGain |
float | theGainSigma |
float | theME11Gain |
std::vector < CSCCorrelatedNoisifier * > | theNoisifiers |
float | thePedestal |
float | thePedestalSigma |
float | theResistiveCrosstalk |
Additional Inherited Members | |
Public Types inherited from CSCStripConditions | |
typedef math::ErrorD< 8 >::type | CSCCorrelatedNoiseMatrix |
typedef CorrelatedNoisifier < CSCCorrelatedNoiseMatrix > | CSCCorrelatedNoisifier |
Protected Attributes inherited from CSCStripConditions | |
CSCCorrelatedNoisifier * | theNoisifier |
CLHEP::RandGaussQ * | theRandGaussQ |
Definition at line 8 of file CSCConfigurableStripConditions.h.
CSCConfigurableStripConditions::CSCConfigurableStripConditions | ( | const edm::ParameterSet & | p | ) |
Definition at line 6 of file CSCConfigurableStripConditions.cc.
References edm::ParameterSet::getParameter(), makeNoisifier(), and theNoisifiers.
|
virtual |
Definition at line 28 of file CSCConfigurableStripConditions.cc.
References i, and theNoisifiers.
|
virtual |
Implements CSCStripConditions.
Definition at line 94 of file CSCConfigurableStripConditions.cc.
References theCapacitiveCrosstalk, and theResistiveCrosstalk.
|
privatevirtual |
Implements CSCStripConditions.
Definition at line 50 of file CSCConfigurableStripConditions.cc.
References CSCDetId::ring(), CSCDetId::station(), CSCStripConditions::theNoisifier, theNoisifiers, and CSCChamberSpecs::whatChamberType().
|
virtual |
channels count from 1
Implements CSCStripConditions.
Definition at line 37 of file CSCConfigurableStripConditions.cc.
References CSCDetId::ring(), CSCDetId::station(), theGain, and theME11Gain.
|
inlinevirtual |
Implements CSCStripConditions.
Definition at line 16 of file CSCConfigurableStripConditions.h.
References theGainSigma.
|
private |
Definition at line 58 of file CSCConfigurableStripConditions.cc.
References edm::hlt::Exception, makeMuonMisalignmentScenario::matrix, theNoisifiers, and thePedestalSigma.
Referenced by CSCConfigurableStripConditions().
|
inlinevirtual |
in ADC counts
Implements CSCStripConditions.
Definition at line 19 of file CSCConfigurableStripConditions.h.
References thePedestal.
|
inlinevirtual |
Implements CSCStripConditions.
Definition at line 20 of file CSCConfigurableStripConditions.h.
References thePedestalSigma.
|
private |
Definition at line 37 of file CSCConfigurableStripConditions.h.
Referenced by crosstalk().
|
private |
Definition at line 31 of file CSCConfigurableStripConditions.h.
Referenced by gain().
|
private |
Definition at line 33 of file CSCConfigurableStripConditions.h.
Referenced by gainSigma().
|
private |
Definition at line 32 of file CSCConfigurableStripConditions.h.
Referenced by gain().
|
private |
Definition at line 29 of file CSCConfigurableStripConditions.h.
Referenced by CSCConfigurableStripConditions(), fetchNoisifier(), makeNoisifier(), and ~CSCConfigurableStripConditions().
|
private |
Definition at line 34 of file CSCConfigurableStripConditions.h.
Referenced by pedestal().
|
private |
Definition at line 35 of file CSCConfigurableStripConditions.h.
Referenced by makeNoisifier(), and pedestalSigma().
|
private |
Definition at line 39 of file CSCConfigurableStripConditions.h.
Referenced by crosstalk().