SimDataFormats/TrackingHIt/interface/PSimHit
Local3DPoint entryPoint() const -- Entry point in the local Det frame
Local3DPoint exitPoint() const -- Exit point in the local Det frame
Local3DPoint localPosition() const -- Local position in the Det frame, halfway between entry and exit
LocalVector momentumAtEntry() const -- The momentum of the track that produced the hit, at entry point.
LocalVector localDirection() const -- (Deprecated, use momentumAtEntry().unit())
Geom::Theta thetaAtEntry() const -- fast and more accurate access to momentumAtEntry().theta()
Geom::Phi phiAtEntry() const -- fast and more accurate access to momentumAtEntry().phi()
float pabs() const -- fast and more accurate access to momentumAtEntry().mag()
float timeOfFlight() const -- time of flight in nanoseconds from primary interaction to entry point (may become negative due to bunch assignment)
float tof() const -- (Deprecated, use timeOfFlight())
float energyLoss() const -- The energy deposit in the PSimHit , in ???.
int particleType() const -- PDG code, may differ from SimTrack id, happens if hit from secondary track
unsigned int detUnitId() const -- DetUnitNumber unsigned int trackId() const -- SimTrackID of "mother" track -- intepreted in context of SimEvent to which PSimHit belongs
unsigned short processType() const -- ID of physical process that created track, produced hit (useful for secondary interactions)
SiPixelClusterCollection_pixClust__Clusterization.obj
DataFormats/SiPixelCluster/interface/SiPixelCluster
float theSumX; // Sum of charge weighted pixel positions.
float theSumY;
float theCharge; // Total charge
int minPixelRow() const; // Minimum pixel index in the x direction (low edge).
int maxPixelRow() const; // Maximum pixel index in the x direction (top edge).
int minPixelCol() const; // Minimum pixel index in the y direction (left edge).
int maxPixelCol() const; // Maximum pixel index in the y direction (right edge).
float x() const const;
float y() const const;
int size() const const; // Number of pixels
bool edgeHitX() const;
bool edgeHitY() const;
int geographicalId() const; // The geographical ID of the corresponding DetUnit
DataFormats/SiPixelDetId/interface layer(), ladder(), module()
layerName(), moduleName(), ladderName(), isFullModule()
endcapName(), diskName(), bladeName(), pannelName(), plaquetteName()
layer(), ladder(), module()
side(), disk(), blade(), panel(), module()
float adc; // Counts -- hit amplitude? (80 picoColumbs) -- amount of electrons that came out
float x;
float y;
SiPixelClusteredmDetSetVector_pixClust__Clusterization.obj SiStripClusteredmDetSetVector_ThreeThresholdClusterizer__Clusterization.obj
DataFormats/SiStripCluster/interface/SiStripCluster
short firstStrip();
unsigned int geographicalId(); // DetUnit
const std::vector& amplitudes() const; float barycenter();
-- BrianWilt - 29 Jun 2006 | I | Attachment | Action | Size | Date | Who | Comment |
|---|---|---|---|---|---|---|
| |
cmsDigiTracker.pdf | manage | 65.5 K | 2006-06-30 - 12:07 | UnknownUser | Description of how to switch from local detector coordinates to global frame. |
| |
tbrowser.jpg | manage | 117.7 K | 2006-06-29 - 19:08 | UnknownUser | Explainations of some of the fields in the ROOT file. |
| |
trackerlayout.jpg | manage | 200.2 K | 2006-06-29 - 09:19 | UnknownUser | Components of the tracker. |