/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Fireworks/Muons/interface/SegmentUtils.h
16 строк
740 B
Cms Build
Clang-Format
20 май 2019, 13:07
20 май 2019, 13:07
6684288
Код
Авторство
О чём код?
#ifndef FIREWORKS_MUONS_SEGMENTUTILS_H #define FIREWORKS_MUONS_SEGMENTUTILS_H namespace fireworks { void createSegment( int detector, // DT,CSC, or RPC? bool matchedSegment, // Is the segment a MuonSegmentMatch? float segmentLength, // Nominal length of the segment along chamber thickness float segmentLimit, // Limit of the segment extent (i.e. stay inside chamber along a certain dimension) float* segmentPosition, // Segment position in local coordinates float* segmentDirection, // Segment direction in local coordinates float* segmentInnerPoint, // Line set connect this point... float* segmentOuterPoint); // ...with this one } #endif