ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SegmentationAlpide.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SegmentationAlpide.cc
1
6
#include "
SegmentationAlpide.h
"
7
#include <cstdio>
8
9
void
SegmentationAlpide::print
()
10
{
11
printf
(
"Pixel size: %.2f (along %d rows) %.2f (along %d columns) microns\n"
,
PitchRow
* 1
e4
,
NRows
,
PitchCol
* 1e4,
NCols
);
12
printf
(
"Passive edges: bottom: %.2f, top: %.2f, left/right: %.2f microns\n"
,
13
PassiveEdgeReadOut
* 1e4,
PassiveEdgeTop
* 1e4,
PassiveEdgeSide
* 1e4);
14
printf
(
"Active/Total size: %.6f/%.6f (rows) %.6f/%.6f (cols) cm\n"
,
ActiveMatrixSizeRows
,
SensorSizeRows
,
15
ActiveMatrixSizeCols
,
SensorSizeCols
);
16
}
coresoftware
blob
master
offline
packages
mvtx
SegmentationAlpide.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration