52 const float sqrt_12 = 3.4641;
56 CSCRecHit2D::ADCContainer adcMap;
57 CSCRecHit2D::ChannelContainer wgroups;
62 int wg_left = wgroups[0];;
63 int wg_right = wgroups[wgroups.size()-1];
71 int centerWire_left = (int) (Mwire1 - Nwires1 / 2. + 0.5);
72 int centerWire_right = (int) (Mwire2 + Nwires2 / 2.);
74 float centerWire = (centerWire_left + centerWire_right) / 2.;
80 if(wHit.
deadWG()>0 || wgroups.size()>2){
82 for(
unsigned int iWG=0;iWG<wgroups.size();iWG++){
86 else if(2==wgroups.size()){
96 else if(1==wgroups.size()){
105 int nStrip = strips.size();
106 int idCenterStrip = nStrip/2;
107 int centerStrip = strips[idCenterStrip];
110 const std::vector<float>&
adc = sHit.
s_adc();
111 const std::vector<float>& adcRaw = sHit.
s_adcRaw();
113 std::vector<float> adc2;
114 std::vector<float> adc2Raw;
116 LogTrace(
"CSCMake2DRecHit") <<
"[CSCMake2DRecHit] dump of adc values to be added to rechit follows...";
118 for (
int iStrip = 0; iStrip < nStrip; ++iStrip) {
124 for (
int t = 0;
t < 4; ++
t ){
125 adc2.push_back(adc[
t+iStrip*4]);
126 adc2Raw.push_back(adcRaw[
t+iStrip*4]);
129 adcMap.put( strips[iStrip], adc2.begin(), adc2.end() );
133 LogTrace(
"CSCMake2DRecHit") <<
"[CSCMake2DRecHit] strip = " << strips[iStrip] <<
134 " adcs= " << adc2Raw[0] <<
" " << adc2Raw[1] <<
" " << adc2Raw[2] <<
" " << adc2Raw[3];
141 for (
int t = 0;
t < 4; ++
t ) {
142 int k =
t+4*(idCenterStrip);
143 adcArray[
t] = adc[
k];
147 float t_zero = tpeak - 133.;
148 LogTrace(
"CSCRecHit") <<
"[CSCMake2DRecHit] " <<
149 id <<
" strip=" << centerStrip <<
", t_zero=" << t_zero <<
", tpeak=" << tpeak;
152 float positionWithinTheStrip= -99.;
153 float sigmaWithinTheStrip = -99.;
157 float stripWidth = -99.;
159 if ( centerStrip == 1 || centerStrip ==
specs_->
nStrips() || nStrip < 2 ) {
161 positionWithinTheStrip = 0.;
163 sigmaWithinTheStrip = stripWidth / sqrt_12;
172 float xWithinChamber = lp11.
x();
178 stripWidth, tpeak, positionWithinTheStrip,
179 sigmaWithinTheStrip, quality);
188 sigmaWithinTheStrip, sigmaWire );
193 float phaseCorrection = (sHit.
stripsl1a()[0]>> (15-0) & 0x1)*25.;
197 float tofCorrection = gp0.
mag()/29.9792458;
198 float signalPropagationSpeed[11] = {0.0, -78, -76, -188, -262, -97, -99, -90, -99, -99, -113};
200 float yCorrection = position/signalPropagationSpeed[
id_.
iChamberType()];
205 tpeak = tpeak + chipCorrection + phaseCorrection + chamberCorrection-tofCorrection+yCorrection;
216 float gasGainCorrection = -999.;
229 float energyDeposit = -999.;
230 if (gasGainCorrection < -998.) {
232 energyDeposit = -998.;
234 }
else if (gasGainCorrection < 0.) {
236 energyDeposit = -997.;
240 if (adcMap.size()==12) {
242 adcMap[0] * gasGainCorrection + adcMap[1] * gasGainCorrection + adcMap[2] * gasGainCorrection +
243 adcMap[4] * gasGainCorrection + adcMap[5] * gasGainCorrection + adcMap[6] * gasGainCorrection +
244 adcMap[8] * gasGainCorrection + adcMap[9] * gasGainCorrection + adcMap[10]* gasGainCorrection ;
246 }
else if (adcMap.size()==4) {
248 energyDeposit = -996.;
256 CSCRecHit2D::ChannelContainer L1A_and_strips = sHit.
stripsTotal();
260 CSCRecHit2D rechit(
id, lp0, localerr, L1A_and_strips,
262 adcMap, BX_and_wgroups, tpeak, positionWithinTheStrip,
263 sigmaWithinTheStrip/stripWidth, quality, sHit.
deadStrip(), wHit.
deadWG(), scaledWireTime,
269 LogTrace(
"CSCRecHit") <<
"[CSCMake2DRecHit] rechit created in layer " <<
id <<
"... \n" << rechit;
278 bool isInFiducial =
true;
285 if(!layergeom_->
inside(rhPosition)){
286 isInFiducial =
false;
305 float timeGuess=tpeak/25.+ anode_bx_offset;
308 for (
int j=0;
j<(int)timeBinsOn.size();
j++) {
309 double diff=timeGuess-timeBinsOn[
j];
311 if (fabs(diff)<fabs(diffMin)) {
314 wireBx=timeBinsOn[
j];
317 int side=diffMin/fabs(diffMin);
320 if ((bestMatch+side)>-1 && (bestMatch+side)<(
int)timeBinsOn.size()) {
321 if (timeBinsOn[bestMatch]==(timeBinsOn[bestMatch+side]-side)) {
323 wireBx=wireBx+(float)side/2.;
328 if ((bestMatch-side)>-1 && (bestMatch-side)<(
int)timeBinsOn.size() && unchanged) {
329 if (timeBinsOn[bestMatch]==(timeBinsOn[bestMatch-side]+side)) {
330 wireBx=wireBx-(double)side/2.;
334 return wireBx - anode_bx_offset;
int adc(sample_type sample)
get the ADC sample (12 bits)
float gasGainCorrection(const CSCDetId &id, int strip, int wireGroup) const
returns gas-gain correction
T getParameter(std::string const &) const
ChannelContainer wgroups() const
The wire groups used for forming the cluster.
const ChannelContainer & stripsl1a() const
L1A.
bool useGasGainCorrections
std::vector< int > timeBinsOn() const
Vector of time bins ON for central wire digi, lower of center pair if even number.
const StripHitADCContainer & s_adcRaw() const
the raw ADC counts for each of the strip within cluster
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
Sin< T >::type sin(const T &t)
const StripHitADCContainer & s_adc() const
L1A.
int numberOfWiresPerGroup(int wireGroup) const
const CSCChamberSpecs * specs_
float findWireBx(const std::vector< int > &timeBinsOn, float tpeak, const CSCDetId &id)
ChannelContainer wgroupsBXandWire() const
The BX + wire group number.
void setConditions(const CSCRecoConditions *reco)
Pass pointer to conditions data onwards.
static int position[TOTALCHAMBERS][3]
LocalError localError(int strip, float sigmaStrip, float sigmaWire) const
short int deadStrip() const
is a neighbouring string a dead strip?
void setConditions(const CSCRecoConditions *reco)
Cache pointer to conditions data.
CSCXonStrip_MatchGatti * xMatchGatti_
float yOfWire(float wire, float x=0.) const
const CSCChamberSpecs * specs() const
float middleWireOfGroup(int wireGroup) const
float yResolution(int wireGroup=1) const
bool isHitInFiducial(const CSCLayer *layer, const CSCRecHit2D &rh)
Test if rechit is in fiducial volume.
unsigned short iChamberType()
float chipCorrection(const CSCDetId &detId, int channel) const
All other functions are accessed by geometrical strip label (i.e. strip number according to local coo...
static const double tmax[3]
int tmax() const
Strip hit maximum time bin.
const CSCRecoConditions * recoConditions_
const ChannelContainer & stripsTotal() const
The strips used in cluster to produce strip hit (total content)
float anodeBXoffset(const CSCDetId &detId) const
const CSCLayerGeometry * layergeom_
const std::auto_ptr< CSCFindPeakTime > peakTimeFinder_
void findXOnStrip(const CSCDetId &id, const CSCLayer *layer, const CSCStripHit &stripHit, int centralStrip, float &xWithinChamber, float &stripWidth, const float &tpeak, float &xWithinStrip, float &sigma, int &quality_flag)
Returns fitted local x position and its estimated error.
CSCRecHit2D hitFromStripAndWire(const CSCDetId &id, const CSCLayer *layer, const CSCWireHit &wHit, const CSCStripHit &sHit)
Make 2D hits when have both wire and strip hit available in same layer.
const ChannelContainer & strips() const
L1A.
LocalPoint stripWireIntersection(int strip, float wire) const
bool useTimingCorrections
bool inside(const Local3DPoint &, const LocalError &, float scale=1.f) const
float chamberTimingCorrection(const CSCDetId &id) const
CSCMake2DRecHit(const edm::ParameterSet &)
float stripAngle(int strip) const
const CSCChamber * chamber() const
const CSCLayerGeometry * geometry() const
short int deadWG() const
a dead WG in the cluster?