checkMoreProducts_r.fcl
Go to the documentation of this file.
1 physics: {
2 
3  analyzers: {
4 
5  a1: {
6  module_type: CheckProducts
7  npotsTag: ["prod:nPOTs:eventGen"]
8  nParticlesTag: ["prod:nParticles:eventGen"]
9  geomTag: ["sim:Geometry:particleSim"]
10  calibTag: ["reco:CalibConstants:reco"]
11  trkEffRef: ["reco:TrackEfficiency:reco", 0.5]
12  }
13 
14  a2: {
15  module_type: CheckMoreProducts
16  trkEffTag: ["reco:TrackEfficiency:reco"]
17  trkEffValueTag: ["prod2:TrkEffValue:userAssembled"]
18  nParticlesRef: ["prod:nParticles:eventGen", 450]
19  seenParticlesRef: ["prod1:seenParticles:userAssembled", 350]
20  particleRatioRef: ["prod2:ParticleRatio:userAssembled", 0.7778]
21  }
22  }
23 
24  e1: [a1, a2]
25 }
26 
27 process_name: checkMoreProducts