# This YAML configuration is to run over data with 3 cluster collections, each produced from the same # cells but with different clusterization cell thresholds. One should add a total of three "specialized" # correction task wagons: "_cell50", "_cell100", "_cell150". # The cell-level corrections are performed only for the "_cell100" case, since it is executed first, and we # don't want to apply them multiple times. pass: "usedefault" inputObjects: clusterContainers: # Used for the clusterizer with 50 MeV cell threshold baseClusterContainer50: branchName: "caloClusters_cell50" # Used after clusterizer baseClusterContainer50_1: minE: 0.0 minPt: 0.0 # Used for cluster-track matcher and after baseClusterContainer50_2: minE: 0.0 minPt: 0.0 clusNonLinCorrEnergyCut: 0.15 # Used for the clusterizer with 100 MeV cell threshold baseClusterContainer100: branchName: "caloClusters_cell100" # Used after clusterizer baseClusterContainer100_1: minE: 0.0 minPt: 0.0 # Used for cluster-track matcher and after baseClusterContainer100_2: minE: 0.0 minPt: 0.0 clusNonLinCorrEnergyCut: 0.15 # Used for the clusterizer with 150 MeV cell threshold baseClusterContainer150: branchName: "caloClusters_cell150" # Used after clusterizer baseClusterContainer150_1: minE: 0.0 minPt: 0.0 # Used for cluster-track matcher and after baseClusterContainer150_2: minE: 0.0 minPt: 0.0 clusNonLinCorrEnergyCut: 0.15 CellEnergy: enabled: false createHistos: true CellEnergy_cell100: enabled: true CellBadChannel: enabled: false createHistos: true CellBadChannel_cell100: enabled: true CellTimeCalib: enabled: false createHistos: true CellTimeCalib_cell100: enabled: true Clusterizer: enabled: false Clusterizer_cell50: enabled: true cellE: 0.05 seedE: 0.1 # By selecting the cluster container here, we set where it will be output clusterContainersNames: - baseClusterContainer50 Clusterizer_cell100: enabled: true cellE: 0.1 seedE: 0.3 # By selecting the cluster container here, we set where it will be output clusterContainersNames: - baseClusterContainer100 Clusterizer_cell150: enabled: true cellE: 0.15 seedE: 0.3 # By selecting the cluster container here, we set where it will be output clusterContainersNames: - baseClusterContainer150 ClusterExotics: enabled: false createHistos: true ClusterExotics_cell50: enabled: true clusterContainersNames: - baseClusterContainer50_1 ClusterExotics_cell100: enabled: true clusterContainersNames: - baseClusterContainer100_1 ClusterExotics_cell150: enabled: true clusterContainersNames: - baseClusterContainer150_1 ClusterNonLinearity: enabled: false createHistos: true ClusterNonLinearity_cell50: enabled: true clusterContainersNames: - baseClusterContainer50_1 ClusterNonLinearity_cell100: enabled: true clusterContainersNames: - baseClusterContainer100_1 ClusterNonLinearity_cell150: enabled: true clusterContainersNames: - baseClusterContainer150_1 ClusterTrackMatcher: enabled: false createHistos: true ClusterTrackMatcher_cell50: enabled: true clusterContainersNames: - baseClusterContainer50_2 ClusterTrackMatcher_cell100: enabled: true clusterContainersNames: - baseClusterContainer100_2 ClusterTrackMatcher_cell150: enabled: true clusterContainersNames: - baseClusterContainer150_2 ClusterHadronicCorrection: enabled: false createHistos: true ClusterHadronicCorrection_cell50: enabled: true clusterContainersNames: - baseClusterContainer50_2 ClusterHadronicCorrection_cell100: enabled: true clusterContainersNames: - baseClusterContainer100_2 ClusterHadronicCorrection_cell150: enabled: true clusterContainersNames: - baseClusterContainer150_2