T3MAPS test-beam analysis
### Introduction
This package is designed to analyze data for the T3MAPS chip and the FE-I4 chip
from the SLAC test beam and correlate hits between the two chips. Several
classes are included, and a short description of each is provided below.
TestBeamCode-ad762ab5999f6da3c3451add7d6f8ed8ec659957├── README.md
├── convert_multi_table.py
├── inc
│ ├── ChipDimension.cxx
│ ├── ChipDimension.h
│ ├── CommonHead.h
│ ├── LoadT3MAPS.cxx
│ ├── LoadT3MAPS.h
│ ├── MapParameters.cxx
│ ├── MapParameters.h
│ ├── MatchMaker.cxx
│ ├── MatchMaker.h
│ ├── PixelCluster.cxx
│ ├── PixelCluster.h
│ ├── PixelHit.cxx
│ ├── PixelHit.h
│ ├── PlotUtil.cxx
│ ├── PlotUtil.h
│ ├── SplitT3MAPS.cxx
│ ├── SplitT3MAPS.h
│ ├── TreeFEI4.cxx
│ ├── TreeFEI4.h
│ ├── TreeT3MAPS.cxx
│ └── TreeT3MAPS.h
├── makefile
├── obj
└── src
├── Efficiency.cxx
├── FormatT3MAPS.cxx
├── LocateT3MAPS.cxx
├── TestBeamOverview.cxx
├── TestBeamScanner.cxx
├── TestBeamStudies.cxx
├── TestBeamTracks.cxx
└── TimingScan.cxx
3 directories, 32 files
评论