ATLAS Offline Software
Loading...
Searching...
No Matches
CscSplitClusterFitter.cxx File Reference
Include dependency graph for CscSplitClusterFitter.cxx:

Go to the source code of this file.

Typedefs

using DataNames = ICscClusterFitter::DataNames
using Result = ICscClusterFitter::Result
using Results = std::vector<Result>

Enumerations

enum  CscClusterStatus
 Enum to represent the cluster status - see the specific enum values for more details. More...

Typedef Documentation

◆ DataNames

◆ Result

using Result = ICscClusterFitter::Result

Definition at line 21 of file CscSplitClusterFitter.cxx.

◆ Results

using Results = std::vector<Result>

Definition at line 22 of file CscSplitClusterFitter.cxx.

Enumeration Type Documentation

◆ CscClusterStatus

Enum to represent the cluster status - see the specific enum values for more details.

Definition at line 23 of file CscClusterStatus.h.

23 {
24
27
30
31 // Spoiled cluster list, it should be handled with care in reconstruction
32
35
38
41
44
47
50
51 // Parabola interpolation failed in peak strip
52 // OR either left or right strip is hot or dead
54
55 // any of left/peak/right strip is saturated...
57
60
64
65 // Spoiled cluster list, it should be handled with care in reconstruction
66
69
72
75
78
81
85
86 // Parabola interpolation failed in peak strip
87 // OR either left or right strip is hot or dead
89
90 // any of left/peak/right strip is saturated...
92
95 };
@ CscStatusUnspoiled
Clean cluster with precision fit.
@ CscStatusSimple
Cluster with non-precision fit.
@ CscStatusStripFitFailed
@ CscStatusSplitQratInconsistent
Positions from Qrat_left and Qrat_right is not consistent after split cluster.
@ CscStatusUndefined
Undefined, should not happen, most likely indicates a problem.
@ CscStatusSplitStripFitFailed
@ CscStatusSkewed
Skewed, e.g.
@ CscStatusSplitUnspoiled
Clean cluster with precision fit after split cluster.
@ CscStatusEdge
Cluster reaches the edge of plane.
@ CscStatusWide
Too wide.
@ CscStatusSplitWide
Too wide.
@ CscStatusSplitEdge
Cluster reaches the edge of plane after split cluster.
@ CscStatusSplitSaturated
@ CscStatusSplitSimple
Cluster with non-precision fit after split cluster.
@ CscStatusMultiPeak
More than one peak in cluster.
@ CscStatusSplitSkewed
Skewed, e.g.
@ CscStatusSaturated
@ CscStatusSplitNarrow
Too narrow after split cluster.
@ CscStatusSplitMultiPeak
More than one peak in cluster after split cluster.
@ CscStatusQratInconsistent
Positions from Qrat_left and Qrat_right is not consistent.
@ CscStatusNarrow
Too narrow.