|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef FPGATrackSimSPACEPOINTSTOOL_H
6 #define FPGATrackSimSPACEPOINTSTOOL_H
38 std::map<std::vector<int>,std::pair<std::vector<FPGATrackSimHit>,std::vector<FPGATrackSimHit>>>
m_map;
41 Gaudi::Property<float>
m_phiwindow {
this,
"PhiWindow", 0.008,
"Distance in phi to consider two hits for making a space-point" };
42 Gaudi::Property<bool>
m_duplicate {
this,
"Duplication",
false,
"Duplicate spacepoints to layer on the other side of the stave" };
43 Gaudi::Property<bool>
m_filter {
this,
"Filtering",
false,
"Filter out incomplete spacepoints" };
44 Gaudi::Property<bool>
m_filterClose {
this,
"FilteringClosePoints",
false,
"Filter out single hits cloes to spacepoints" };
45 Gaudi::Property<bool>
m_sameModulesOnly {
this,
"SameModulesOnly",
false,
"Only use hits on the same physical (eta) module" };
46 Gaudi::Property<bool>
m_boundsCheck {
this,
"BoundsCheck",
false,
"Perform a module bounds check in the endcaps" };
59 #endif // FPGATrackSimSPACEPOINTSTOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.
: FPGATrackSim-specific class to represent an hit in the detector.