#include <CCDDigitizer.h>
Public Member Functions | |
| CCDDigitizer (const CCDDigitizer &)=delete | |
| CCDDigitizer & | operator= (const CCDDigitizer &)=delete |
| virtual Processor * | newProcessor () |
| CCDDigitizer () | |
| virtual void | init () |
| Initialisation member function. More... | |
| virtual void | processRunHeader (LCRunHeader *run) |
| Processing of run header. More... | |
| virtual void | processEvent (LCEvent *evt) |
| Processing of one event. More... | |
| virtual void | check (LCEvent *evt) |
| Produces check plots. More... | |
| virtual void | end () |
| Termination member function. More... | |
Protected Member Functions | |
| void | FindLocalPosition (SimTrackerHit *hit, double *localPosition, double *localDirection) |
| void | TransformToLab (double *xLoc, double *xLab) |
| void | ProduceIonisationPoints (SimTrackerHit *hit) |
| void | diffusion (double xdif, double ydif, double sigma) |
| void | ProduceHits (SimTrackerHitImplVec &simTrkVec) |
| void | TransformXYToCellID (double x, double y, int &ix, int &iy, double &xdif, double &ydif) |
| void | TransformCellIDToXY (int ix, int iy, double &x, double &y) |
| void | PoissonSmearer (SimTrackerHitImplVec &simTrkVec) |
| void | GainSmearer (SimTrackerHitImplVec &simTrkVec) |
| void | PrintInfo (SimTrackerHit *simTrkHit, TrackerHitImpl *recoHit) |
| TrackerHitImpl * | ReconstructTrackerHit (SimTrackerHitImplVec &simTrkVec) |
| void | TrackerHitToLab (TrackerHitImpl *recoHit) |
| void | generateBackground (LCCollectionVec *col) |
| void | settanlorentzangle (double B, double E, double mu, double T) |
| void | settanlorentzangleb (double B, double E, double mu, double T) |
Protected Attributes | |
| std::string | _colName {} |
| Input collection name. More... | |
| std::string | _outputCollectionName {} |
| std::string | _colVTXRelation {} |
| int | _nRun {} |
| Run number. More... | |
| int | _nEvt {} |
| Event number. More... | |
| double | _cutOnDeltaRays {} |
| tangent of Lorentz angle More... | |
| double | _diffusionCoefficient {} |
| Diffusion coefficient in mm for nominla layer thickness. More... | |
| int | _numberOfLayers {} |
| double | _pixelSizeX {} |
| double | _pixelSizeY {} |
| double | _electronsPerKeV {} |
| double | _segmentDepth {} |
| double | _currentTotalCharge {} |
| std::vector< int > | _laddersInLayer {} |
| std::vector< float > | _layerRadius {} |
| std::vector< float > | _layerThickness {} |
| std::vector< float > | _layerHalfThickness {} |
| std::vector< float > | _layerLadderLength {} |
| std::vector< float > | _layerLadderHalfWidth {} |
| std::vector< float > | _layerPhiOffset {} |
| std::vector< float > | _layerActiveSiOffset {} |
| std::vector< float > | _layerHalfPhi {} |
| std::vector< float > | _layerLadderGap {} |
| std::vector< float > | _bkgdHitsInLayer {} |
| std::vector< float > | _layerLadderWidth {} |
| int | _currentLayer {} |
| int | _currentModule {} |
| int | _generateBackground {} |
| double | _currentParticleMomentum {} |
| double | _currentParticleEnergy {} |
| double | _currentParticleMass {} |
| double | _currentPhi {} |
| double | PI {} |
| double | TWOPI {} |
| double | PI2 {} |
| int | _produceFullPattern {} |
| int | _numberOfSegments {} |
| int | _debug {} |
| int | _PoissonSmearing {} |
| int | _electronicEffects {} |
| int | _useMCPMomentum {} |
| int | _recmethod {} |
| double | _threshold {} |
| double | _saturation {} |
| int | _framesize {} |
| int | maxnionpoint {} |
| double | _currentLocalPosition [3] {} |
| double | _electronicNoise {} |
| double | _segmentLength {} |
| IonisationPointVec | _ionisationPoints {} |
| MyG4UniversalFluctuationForSi * | _fluctuate {} |
| double | _energyLoss {} |
| std::vector< SimTrackerHitImplVec > | _hitsInLayer {} |
| double | depdep {} |
| double | undep {} |
| double | epitaxdep {} |
| double | pxl [maxpixx][maxpixy] {} |
| int | midpixx {} |
| int | midpixy {} |
| double | stepx {} |
| double | stepy {} |
| double | xobsoffset {} |
| double | yobsoffset {} |
| double | sigmacoefficient {} |
| double | sigmin {} |
| double | _difcoef {} |
| double | _efield {} |
| double | _biasvolt {} |
| double | _bfield {} |
| double | _T {} |
| double | _mu {} |
| double | TanLorentzAngle {} |
| double | dirraw [3] {} |
| double | posraw [3] {} |
| AIDA::IHistogram1D * | histdist {} |
| AIDA::IHistogram1D * | histcluster {} |
| AIDA::IHistogram2D * | histclustxy {} |
| AIDA::IHistogram1D * | histcharge {} |
| AIDA::IHistogram2D * | histdistxy {} |
| AIDA::IHistogram1D * | histNionpoint {} |
| AIDA::IHistogram1D * | histzcoord {} |
| AIDA::IHistogram1D * | histenergy {} |
| AIDA::IHistogram1D * | histsignal {} |
| AIDA::IHistogram1D * | histsignalframe {} |
| AIDA::IHistogram1D * | histenergycentre {} |
| int | Nionpoint {} |
Definition at line 94 of file CCDDigitizer.h.