ATLAS Offline Software
Loading...
Searching...
No Matches
CscPeakThresholdClusterBuilderTool.cxx File Reference

Go to the source code of this file.

Classes

class  CscReadoutElement

Typedefs

using CscPrepDataCollection
using CscPrepDataContainer
using CscStripPrepDataCollection
using CscStripPrepDataContainer

Enumerations

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

Typedef Documentation

◆ CscPrepDataCollection

Definition at line 109 of file MuonPrepDataCollection.h.

◆ CscPrepDataContainer

Definition at line 98 of file MuonPrepDataContainer.h.

◆ CscStripPrepDataCollection

◆ CscStripPrepDataContainer

Definition at line 99 of file MuonPrepDataContainer.h.

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.