Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/CI/physmon/config/vertexing_4muon_50vertices.yml is written in an unsupported language. File is not indexed.

0001 histograms:
0002   "nRecoVtx|nTrueVtx|nVtx.*":
0003     nbins: 51
0004     min: 25
0005     max: 75
0006 
0007   "nTracks.*":
0008     nbins: 21
0009     min: 0
0010     max: 20
0011 
0012   "truthVertexMatchRatio":
0013     nbins: 100
0014     min: 0.0
0015     max: 1.01
0016 
0017   "resX|resY|resZ|resSeedZ":
0018     nbins: 100
0019     min: -0.1
0020     max: 0.1
0021 
0022   "resT|resSeedT":
0023     nbins: 100
0024     min: -50
0025     max: 50
0026 
0027   "trk_res.*":
0028     nbins: 100
0029     min: -0.02
0030     max: 0.02
0031 
0032   "pull.*":
0033     nbins: 50
0034     min: -6
0035     max: 6
0036 
0037   "trk_pull.*":
0038     nbins: 50
0039     min: -10
0040     max: 10
0041 
0042   "covXX|covXY|covXZ|covXT|covYY|covYZ|covYT|covZZ|covZT":
0043     nbins: 100
0044     min: -0.0005
0045     max: 0.0005
0046 
0047   "covTT":
0048     nbins: 100
0049     min: 0.0
0050     max: 100.0
0051 
0052   "truthX|truthY|recoX|recoY|seedX|seedY":
0053     nbins: 100
0054     min: -0.06
0055     max: 0.06
0056 
0057   "truthZ|recoZ|seedZ":
0058     nbins: 100
0059     min: -200
0060     max: 200
0061 
0062   "truthT|recoT|seedT":
0063     nbins: 100
0064     min: -2000
0065     max: 2000
0066 
0067   "trk_truthPhi|trk_recoPhi|trk_recoPhiFitted":
0068     nbins: 100
0069     min: -3.2
0070     max: 3.2
0071 
0072   "trk_truthTheta|trk_recoTheta|trk_recoThetaFitted":
0073     nbins: 100
0074     min: -0.1
0075     max: 3.1
0076 
0077   "trk_truthQOverP|trk_recoQOverP|trk_recoQOverPFitted":
0078     nbins: 100
0079     min: -1
0080     max: 1
0081 
0082   "trk_momOverlap|trk_momOverlapFitted":
0083     nbins: 100
0084     min: 0.999
0085     max: 1
0086 
0087   "trk_weight":
0088     nbins: 100
0089     min: -0.01
0090     max: 1.01
0091 
0092   "sumPt2":
0093     nbins: 100
0094     min: 0
0095     max: 700
0096 
0097 extra_histograms:
0098   - expression: df["nRecoVtx"] / df["nTrueVtx"]
0099     name: "recoOverTrue"
0100     nbins: 50
0101     min: 0.8
0102     max: 1.2
0103   - expression: df["nRecoVtx"] / df["nVtxDetectorAcceptance"]
0104     name: "recoOverAcc"
0105     nbins: 50
0106     min: 0.8
0107     max: 1.2
0108   - expression: df["nRecoVtx"] / df["nVtxReconstructable"]
0109     name: "recoOverRecble"
0110     nbins: 50
0111     min: 0.8
0112     max: 1.2
0113 
0114 exclude:
0115   - event_nr