Go to the documentation of this file. 1 #ifndef DataFormats_CSCRecHit2D_H
2 #define DataFormats_CSCRecHit2D_H
49 int scaledWireTime = 0,
50 float energyDeposit = -995.);
LocalPoint theLocalPosition
std::vector< int > ChannelContainer
int quality() const
quality flag of the reconstruction
void print() const
Print the content of the RecHit2D including L1A (for debugging)
unsigned char theStrips_[MAXSTRIPS]
static const unsigned int MAXSTRIPS
CSCRecHit2D * clone() const override
RecHit2DLocalPos base class interface.
bool sharesInput(const TrackingRecHit *other, TrackingRecHit::SharedInputType what) const override
Returns true if the two TrackingRecHits are using the same input information, false otherwise....
DetId geographicalId() const
CSCDetId cscDetId() const
edm::RangeMap< int, std::vector< float > > ADCContainer
float errorWithinStrip() const
The uncertainty of the estimated position within the strip.
unsigned char nWireGroups_
unsigned int nWireGroups() const
SharedInputType
definition of equality via shared input
float adcs(unsigned int strip, unsigned int timebin) const
Map of strip ADCs for strips comprising the rechit.
short int badWireGroup() const
short int badStrip() const
flags for involvement of 'bad' channels
GloballyPositioned< float >::LocalPoint LocalPoint
float tpeak() const
Fitted peaking time.
std::ostream & operator<<(std::ostream &os, const CSCRecHit2D &rh)
Output operator for CSCRecHit2D.
LocalPoint localPosition() const override
short int theBadWireGroup
float thePositionWithinStrip
int channelsl1a(unsigned int i) const
Extract the L1A phase bits from the StripChannelContainer - high.
float energyDepositedInLayer() const
static const unsigned int N_ADC
LocalError localPositionError() const override
unsigned int nTimeBins() const
int channels(unsigned int i) const
Extracting strip channel numbers comprising the rechit - low.
static const unsigned int MAXTIMEBINS
float positionWithinStrip() const
The estimated position within the strip.
float theErrorWithinStrip
short int wgroupsBX() const
unsigned int nStrips() const
short int hitWire() const
L1A.
unsigned char theL1APhaseBits_[MAXSTRIPS]