基本信息
源码名称:T3MAPS test-beam analysis
源码大小:0.06M
文件格式:.zip
开发语言:C/C++
更新时间:2020-11-20
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

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